Cloud rig individual addon register issue #128
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?
I have this issue during installation of the addon. I am not sure I downloaded the correct working version.
changed the description
Also I found this issue with collection_all -> collection?
self.copy_bone_collections(src=metarig, target=self.target_rig) File "C:\Users\testb\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\CloudRig-individual_addon\generation\cloud_generator.py", line 536, in copy_bone_collections for src_coll in src.data.collections_all: AttributeError: 'Armature' object has no attribute 'collections_all'
I am not sure why cloudrig info was not found
File "C:\Users\testb\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\CloudRig-individual_addon\generation\cloud_generator.py", line 543, in copy_bone_collections tgt_coll['cloudrig_info'] = src_coll['cloudrig_info'].to_dict() KeyError: 'bpy_struct[key]: key "cloudrig_info" not found'
changed the description
That's only actually suppose to work in the daily build of Blender, @testblenderdrive. However, I'm still getting that same exact issue regardless.
thank you for your answer.
These should all be fixed by now throughout the 4.1 headache period (when Blender was constantly changing the API under my feet based on my own feedback), thanks.