Added psk_psa_py package to replace basic data IO

Fixed PSK and PSA export
This commit is contained in:
Colin Basnett
2025-12-01 18:58:17 -08:00
parent c5bb526843
commit 94c940b970
25 changed files with 62 additions and 673 deletions

View File

@@ -283,6 +283,7 @@ def test_psk_import_shape_keys():
assert shape_key.value == expected_value, f"Shape key {shape_key.name} should have a value of {expected_value} (found {shape_key.value})"
assert shape_key.name == shape_key_names[i], f"Shape key {i} name should be named {shape_key_names[i]}"
def test_psk_import_without_shape_keys():
assert bpy.ops.psk.import_file(
filepath=SLURP_MONSTER_AXE_FILEPATH,

View File

@@ -1 +1,3 @@
pytest
pytest
pytest-cov
psk-psa-py