kopia lustrzana https://github.com/vilemduha/blendercam
Testin out the wazoo
rodzic
af584271b5
commit
8baeca6ca2
|
@ -78,6 +78,7 @@ jobs:
|
|||
fi
|
||||
export ADDON_PATH=${PWD}/scripts/addons/blendercam.zip
|
||||
cd scripts/addons/cam/tests
|
||||
python import sys;sys.path.append(${PWD}/scripts/addons/cam)
|
||||
python install_addon.py ${ADDON_PATH}
|
||||
python test_suite.py -vvv
|
||||
- uses: actions/upload-artifact@v4
|
||||
|
|
|
@ -13,8 +13,6 @@ warnings.simplefilter("once")
|
|||
# bpy.ops.extensions.repo_sync_all(use_active_only=False)
|
||||
# bpy.ops.extensions.package_install_files(filepath=f"{sys.argv[1]}", repo="user_default")
|
||||
|
||||
sys.path.append(sys.argv[1])
|
||||
|
||||
# Get the scene
|
||||
s = bpy.context.scene
|
||||
s.render.engine = "FABEX_RENDER"
|
||||
|
|
Ładowanie…
Reference in New Issue