ERROR - Re-Generate CloudRig #147

Closed
opened 2024-06-02 22:32:55 +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)

NameError: 'str' object has no attribute 'name'

Description of the problem:

Error example:
'Jaw1' Bone - In 'Bone Properties/Custom Shape: Override Transform' it is not possible to place the Jaw bone for the Jaw1 bone

Another problem:
'Properties' Bone - In 'Bone Properties/Custom Properties" the property 'sticky_eyelids_eyes', generated by the eye bone, has the value "1.0", but should be generated with the value "0.1".

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 CloudRig Version: (2, 0, 0) NameError: 'str' object has no attribute 'name' Description of the problem: Error example: 'Jaw1' Bone - In 'Bone Properties/Custom Shape: Override Transform' it is not possible to place the Jaw bone for the Jaw1 bone Another problem: 'Properties' Bone - In 'Bone Properties/Custom Properties" the property 'sticky_eyelids_eyes', generated by the eye bone, has the value "1.0", but should be generated with the value "0.1". Attached .blend file to reproduce the problem:

@demeter in case it helps your debug, I'm getting this too, i logged value in

if key == 'custom_shape_transform':
    print("******************")
    print("value")
    print(value)
    value = arm_ob.pose.bones.get(value.name)

the value that is being passed as a string for me is DSP-MSTR-Mouth which I have from following you Snow rigging tutorial

@demeter in case it helps your debug, I'm getting this too, i logged `value` in ``` if key == 'custom_shape_transform': print("******************") print("value") print(value) value = arm_ob.pose.bones.get(value.name) ``` the value that is being passed as a string for me is `DSP-MSTR-Mouth` which I have from following you Snow rigging tutorial

Thanks, should be fixed by da798115b3 .

Thanks, should be fixed by https://projects.blender.org/Mets/CloudRig/commit/da798115b3cb76ca24b4ef718c4311d13663ae27 .
Sign in to join this conversation.
No description provided.