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

@@ -22,7 +22,7 @@ RUN pip install pytest-cov
# Source the environment variables and install Python dependencies
RUN . /etc/environment && \
$BLENDER_PYTHON -m ensurepip && \
$BLENDER_PYTHON -m pip install pytest pytest-cov
$BLENDER_PYTHON -m pip install pytest pytest-cov psk-psa-py
# Persist BLENDER_EXECUTABLE as an environment variable
RUN echo $(cat /blender_executable_path) > /tmp/blender_executable_path_env && \