META-Sintel: FK-Shoulder.L widget generated with wrong orientation #176

Closed
opened 2024-11-02 18:40:58 +01:00 by ZF-Li · 0 comments

System Information
Operating system: Any

Blender Version: Any
CloudRig Version: From v2.1.9 to the latest version

Simply add the Sintel CloudRig Metarig into your scene.
Select the metarig and execute Generate Rig.
The shape of FK-Shoulder.L is facing downwards instead of upwards.

sintel_shoulder_orientation.png

This incident was left over after the repair of Sintel's face on July 30.
See 363fb43ff8

The wrong orientation of the shoulder widget is caused by the wrong setting of the Widget Up Axis.
Presumably the editor copied the component from Shoulder.R to Shoulder.L, but forgot to account for the two shoulders having different X-axis orientations.

The following python command will fix the metarig so that the generated shoulder controls are in the correct orientation.

bpy.data.objects["META-Sintel"].pose.bones["Shoulder.L"]["cloudrig_component"]["params"]["shoulder"]["up_axis"] = 3
**System Information** Operating system: Any Blender Version: Any CloudRig Version: From v2.1.9 to the latest version Simply add the **Sintel CloudRig Metarig** into your scene. Select the metarig and execute **Generate Rig**. The shape of `FK-Shoulder.L` is facing downwards instead of upwards. ![sintel_shoulder_orientation.png](/attachments/44ea5730-f1db-4b72-89cc-141b175b1e2f) This incident was left over after the repair of Sintel's face on July 30. See [363fb43ff8](https://projects.blender.org/Mets/CloudRig/commit/363fb43ff87871a34a55963c8390e568b6a31b82) The wrong orientation of the shoulder widget is caused by the wrong setting of the **Widget Up Axis**. Presumably the editor copied the component from `Shoulder.R` to `Shoulder.L`, but forgot to account for the two shoulders having different X-axis orientations. The following python command will fix the metarig so that the generated shoulder controls are in the correct orientation. ```py bpy.data.objects["META-Sintel"].pose.bones["Shoulder.L"]["cloudrig_component"]["params"]["shoulder"]["up_axis"] = 3 ```
ZF-Li added the
bug
label 2024-11-02 18:40:58 +01:00
Sign in to join this conversation.
No description provided.