ERROR Aim - Create Sub-Control #146

Closed
opened 2024-05-31 07:07:25 +02:00 by Jerffson-Machado-Moreira · 2 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-31 03:16)

Stack trace

\addons\cloudrig\generation\cloud_generator.py -> generate_rig -> line 997 ↵
                                                            -> generate -> line 327 ↵
                                                            -> components_create_bone_infos -> line 501 ↵
\addons\cloudrig\rig_components\cloud_aim.py -> create_bone_infos -> line 50 ↵
                                                           -> create_eye_highlight -> line 171:
          label_name=label_name,
NameError: name 'label_name' is not defined

Description of the problem:

  • AIM Sub-controls cause error when generating RIG
  • Bone Tweak for the shape doesn't work
  • Bone Copy: the option "Ensure Free Tramsformation" does not move the "drivers" created in the bone constraints (META to RIG)

Attached .blend file to reproduce the problem:

**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-31 03:16) Stack trace ``` \addons\cloudrig\generation\cloud_generator.py -> generate_rig -> line 997 ↵ -> generate -> line 327 ↵ -> components_create_bone_infos -> line 501 ↵ \addons\cloudrig\rig_components\cloud_aim.py -> create_bone_infos -> line 50 ↵ -> create_eye_highlight -> line 171: label_name=label_name, NameError: name 'label_name' is not defined ``` *************************************** Description of the problem: - AIM Sub-controls cause error when generating RIG - Bone Tweak for the shape doesn't work - Bone Copy: the option "Ensure Free Tramsformation" does not move the "drivers" created in the bone constraints (META to RIG) Attached .blend file to reproduce the problem:

blender4.1.1 FK Chain error

File "C:\Users\DOVE\Documents\blender addons\addons\CloudRig\generation\cloud_generator.py", line 958, in execute
self.focus_generated_rig(context, metarig, state_mode)
File "C:\Users\DOVE\Documents\blender addons\addons\CloudRig\generation\cloud_generator.py", line 1045, in focus_generated_rig
context.view_layer.objects.active = target_rig
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Error: ViewLayer 'ViewLayer' does not contain object 'RIG-Sample_cloud_fk_chain'

blender4.1.1 FK Chain error File "C:\Users\DOVE\Documents\blender addons\addons\CloudRig\generation\cloud_generator.py", line 958, in execute self.focus_generated_rig(context, metarig, state_mode) File "C:\Users\DOVE\Documents\blender addons\addons\CloudRig\generation\cloud_generator.py", line 1045, in focus_generated_rig context.view_layer.objects.active = target_rig ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: Error: ViewLayer 'ViewLayer' does not contain object 'RIG-Sample_cloud_fk_chain'

Wow, thanks for catching (and actually reporting) all these issues!! I'm sorry you probably had a shit experience with CloudRig because of them.
All 4 should be fixed now, let me know otherwise.

Wow, thanks for catching (and actually reporting) all these issues!! I'm sorry you probably had a shit experience with CloudRig because of them. All 4 should be fixed now, let me know otherwise.
Sign in to join this conversation.
No description provided.