Re-Generate CloudRig ERROR #139

Closed
opened 2024-05-07 04:52:34 +02:00 by Jerffson-Machado-Moreira · 0 comments

System Information
Operating system: Windows-10-10.0.19041-SP0 64 Bits

Blender Version
4.1.1, branch: blender-v4.1-release, commit: 2024-04-15

CloudRig Version: (2, 0, 0) (2024-05-06 23:44)

Stack trace

\addons\cloudrig\generation\cloud_generator.py -> generate_rig -> line 1002 ↵
                                                            -> generate -> line 325 ↵
                                                            -> instantiate_rig_components -> line 428 ↵
\addons\cloudrig\properties.py -> instantiate -> line 323 ↵
\addons\cloudrig\rig_components\cloud_chain.py -> __init__ -> line 18 ↵
\addons\cloudrig\rig_components\cloud_base.py -> __init__ -> line 57 ↵
\addons\cloudrig\rig_components\cloud_spine_squashy.py -> initialize -> line 35 ↵
\addons\cloudrig\rig_components\cloud_fk_chain.py -> initialize -> line 27 ↵
\addons\cloudrig\rig_components\cloud_base.py -> initialize -> line 88 ↵
                                                           -> force_parameters -> line 200:
          current_value = getattr(component_prop, parts[0])
AttributeError: 'Params' object has no attribute 'shift_to_center'

Description of the problem:
Attached .blend file to reproduce the problem:

I have a rig that works perfectly in the cloudrig version of Blender 3.6. But when installing the new cloudrig in Blender 4.1, I can't regenerate the rig.

**System Information** Operating system: Windows-10-10.0.19041-SP0 64 Bits **Blender Version** 4.1.1, branch: blender-v4.1-release, commit: [2024-04-15](https://projects.blender.org/blender/blender/commit/e1743a0317bc) **CloudRig Version**: (2, 0, 0) (2024-05-06 23:44) Stack trace ``` \addons\cloudrig\generation\cloud_generator.py -> generate_rig -> line 1002 ↵ -> generate -> line 325 ↵ -> instantiate_rig_components -> line 428 ↵ \addons\cloudrig\properties.py -> instantiate -> line 323 ↵ \addons\cloudrig\rig_components\cloud_chain.py -> __init__ -> line 18 ↵ \addons\cloudrig\rig_components\cloud_base.py -> __init__ -> line 57 ↵ \addons\cloudrig\rig_components\cloud_spine_squashy.py -> initialize -> line 35 ↵ \addons\cloudrig\rig_components\cloud_fk_chain.py -> initialize -> line 27 ↵ \addons\cloudrig\rig_components\cloud_base.py -> initialize -> line 88 ↵ -> force_parameters -> line 200: current_value = getattr(component_prop, parts[0]) AttributeError: 'Params' object has no attribute 'shift_to_center' ``` *************************************** Description of the problem: Attached .blend file to reproduce the problem: I have a rig that works perfectly in the cloudrig version of Blender 3.6. But when installing the new cloudrig in Blender 4.1, I can't regenerate the rig.
Sign in to join this conversation.
No description provided.