You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to publish Action product type it produces empty data (.blend file) and its not possible to load anything.
Also throw an error when trying perform AYON > Load on the Action product
Traceback (most recent call last):
File "C:\Users\lbate\AppData\Local\Ynput\AYON\addons\blender_0.2.3\ayon_blender\api\ops.py", line 128, in execute
result = callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\lbate\AppData\Local\Ynput\AYON\addons\blender_0.2.3\ayon_blender\api\plugin.py", line 495, in _load
nodes = self.process_asset(
^^^^^^^^^^^^^^^^^^^
File "C:\Users\lbate\AppData\Local\Ynput\AYON\addons\blender_0.2.3\ayon_blender\plugins\load\load_action.py", line 77, in process_asset
collection.children.link(bpy.data.collections[lib_container])
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
KeyError: 'bpy_prop_collection[key]: key "sh010_actionMain" not found'
Probably due to been empty and not containing any data??
Expected Behavior:
When producing Action via publishing it should output .blend file containing Action data type inside and user should be able to load such data via AYON Loader later on.
Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
Load some rig
Animate it
Create Action publish instance
Publish will produce unusable (empty) .blend file
Are there any labels you wish to add?
I have added the relevant labels to the bug report.
Relevant log output:
No response
Additional context:
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior:
When trying to publish
Action
product type it produces empty data (.blend file) and its not possible to load anything.Also throw an error when trying perform
AYON > Load
on theAction
productProbably due to been empty and not containing any data??
Expected Behavior:
When producing
Action
via publishing it should output .blend file containingAction
data type inside and user should be able to load such data via AYON Loader later on.Version
1.0.0
What platform you are running on?
Windows
Steps To Reproduce:
Action
publish instanceAre there any labels you wish to add?
Relevant log output:
No response
Additional context:
No response
The text was updated successfully, but these errors were encountered: