Not able to choose "Pose Space" in the Actions tab for the "Target Space" option #89

Closed
opened 2023-01-01 10:21:34 +01:00 by cnikiel · 1 comment
cnikiel commented 2023-01-01 10:21:34 +01:00 (Migrated from gitlab.com)

In the Actions tab I was not able to use "Pose Space" for the Target Space.
Looks like there was some sort of renaming and "Pose Space" was renamed to "Transform Space"?

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

Blender Version
3.4.1, branch: blender-v3.4-release, commit: 2022-12-19

CloudRig Version: (0, 0, 8) (2022-12-25 07:24)

Stack trace

\rigify\CloudRig_3_2_3_4\generation\cloud_generator.py -> generate_rig -> line 1165 ↵
                                                              -> generate -> line 960 ↵
                                                              -> create_action_constraints -> line 469 ↵
\rigify\CloudRig_3_2_3_4\generation\actions.py -> setup_constraints_on_rig -> line 253 ↵
                                                          -> setup_constraints_of_bone -> line 263 ↵
                                                          -> configure_constraint -> line 296 ↵
                                                          -> create_action_eval_driver -> line 339:
          target.transform_space = self.target_space + "_SPACE"
TypeError: bpy_struct: item.attr = val: enum "POSE_SPACE" not found in ('WORLD_SPACE', 'TRANSFORM_SPACE', 'LOCAL_SPACE')

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

In the Actions tab I was not able to use "Pose Space" for the Target Space. Looks like there was some sort of renaming and "Pose Space" was renamed to "Transform Space"? **System Information** Operating system: Windows-10-10.0.19044-SP0 64 Bits **Blender Version** 3.4.1, branch: blender-v3.4-release, commit: [2022-12-19](https://developer.blender.org/rB55485cb379f7) **CloudRig Version**: (0, 0, 8) (2022-12-25 07:24) Stack trace ``` \rigify\CloudRig_3_2_3_4\generation\cloud_generator.py -> generate_rig -> line 1165 ↵ -> generate -> line 960 ↵ -> create_action_constraints -> line 469 ↵ \rigify\CloudRig_3_2_3_4\generation\actions.py -> setup_constraints_on_rig -> line 253 ↵ -> setup_constraints_of_bone -> line 263 ↵ -> configure_constraint -> line 296 ↵ -> create_action_eval_driver -> line 339: target.transform_space = self.target_space + "_SPACE" TypeError: bpy_struct: item.attr = val: enum "POSE_SPACE" not found in ('WORLD_SPACE', 'TRANSFORM_SPACE', 'LOCAL_SPACE') ``` *************************************** Description of the problem: Attached .blend file to reproduce the problem:
Mets3D commented 2023-08-01 17:59:15 +02:00 (Migrated from gitlab.com)

Since this report was created, the whole Action system was moved over from CloudRig to Rigify. That said, I just tested this in Rigify, and indeed, a similar error is still present. Good catch, thank you!

I made a report here: blender/blender#110698

Closing this one.

Since this report was created, the whole Action system was moved over from CloudRig to Rigify. That said, I just tested this in Rigify, and indeed, a similar error is still present. Good catch, thank you! I made a report here: https://projects.blender.org/blender/blender/issues/110698 Closing this one.
Sign in to join this conversation.
No description provided.