Rigify can't generate in 2.79 Daily #53423

Closed
opened 2017-11-29 17:51:41 +01:00 by ¿? · 3 comments

Win7
Blender Version
Broken: 2bf3825

Apparently the variable
bpy.data.objects[rig].data.bones[bone].bbone_in / bbone_outwere changed tobbone_easein and bbone_easeout.
Rigify references the previous names but since they're non-existent, it breaks as error.

It's referenced in multiple files, but the first error call is in generate.py line 182

I opened all the .py files in my folder and search/replaced all bbone_in/bbone_out with bbone_easein/bbone_easeout.
It's working now for me: rigify.zip

Win7 **Blender Version** Broken: 2bf3825 Apparently the variable bpy.data.objects[rig].data.bones[bone].***bbone_in / bbone_out***were changed to***bbone_easein and bbone_easeout***. Rigify references the previous names but since they're non-existent, it breaks as error. It's referenced in multiple files, but the first error call is in generate.py line 182 I opened all the .py files in my folder and search/replaced all bbone_in/bbone_out with bbone_easein/bbone_easeout. It's working now for me: [rigify.zip](https://archive.blender.org/developer/F1234852/rigify.zip)
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @Ebone

Added subscriber: @Ebone
Member

Closed as duplicate of #53356

Closed as duplicate of #53356
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#53423
No description provided.