Changed how alembic files are extracted

This commit is contained in:
Simone Barbieri 2023-10-11 14:38:23 +01:00
parent 7fec582a2d
commit 9f82f8ee2f
6 changed files with 28 additions and 9 deletions

View file

@ -89,7 +89,7 @@
"optional": true,
"active": false
},
"ExtractABC": {
"ExtractModelABC": {
"enabled": true,
"optional": true,
"active": false

View file

@ -181,12 +181,12 @@
"name": "template_publish_plugin",
"template_data": [
{
"key": "ExtractFBX",
"label": "Extract FBX (model and rig)"
"key": "ExtractModelABC",
"label": "Extract ABC (model)"
},
{
"key": "ExtractABC",
"label": "Extract ABC (model and pointcache)"
"key": "ExtractFBX",
"label": "Extract FBX (model and rig)"
},
{
"key": "ExtractBlendAnimation",