Sintel Rig Generation Error #166
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
OS Name: Microsoft Windows 11 Home
OS Version: 10.0.22631 N/A Build 22631
Processor(s): 1 Processor(s) Installed.
[01]: Intel64 Family 6 Model 183 Stepping 1 GenuineIntel ~2200 Mhz
Total Physical Memory: 16,108 MB
Available Physical Memory: 8,293 MB
Virtual Memory: Max Size: 19,052 MB
Virtual Memory: Available: 7,944 MB
Virtual Memory: In Use: 11,108 MB
System Manufacturer: LENOVO
System Model: 83DF
System Type: x64-based PC
Blender Version: (4, 2, 66)
CloudRig Version: 2.1.10
A bug has occurred. You can report it through the Generation Log interface.
Traceback (most recent call last):
File "C:\Users\softd\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\cloudrig\generation\cloud_generator.py", line 1039, in generate_rig
generator.generate(context)
File "C:\Users\softd\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\cloudrig\generation\cloud_generator.py", line 337, in generate
action_layer.rig_bones_and_shape_keys()
File "C:\Users\softd\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\cloudrig\generation\actions_component.py", line 123, in rig_bones_and_shape_keys
self.rig_child_shape_keys()
File "C:\Users\softd\AppData\Roaming\Blender Foundation\Blender\4.2\extensions\blender_org\cloudrig\generation\actions_component.py", line 223, in rig_child_shape_keys
for child in self.owner.child_meshes:
^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ActionLayerComponent' object has no attribute 'child_meshes'
Exact steps for others to reproduce the error
Open Blender, add Sintel CloudRig Metarig and generate!
Ok I found out that when i remove all the Actions from the Rig and Hit Generate, it works!
ok so I guess I found out the solution, in order for Actions to work, first you need to Disable them in Metarig, Then Generate a rig, Then Enable Actions and Regenerate the rig so all the actions have proper bone to connect to. I think Cloud Rig Addon should not require you to do that by yourself, it should be automated by the addon itself.