Rig layers bug #40657

Closed
opened 2014-06-16 12:48:55 +02:00 by yellow foxz · 6 comments

System Information
windows 7 64bit intel i5

Blender Version
blender-2.71-RC1-win64

Short description of error
please download file rig layers..

Exact steps for others to reproduce the error
1.add metarig
2.generate rigify by pressing rigify button,then in pose mode,select all right bone and rotate 45 degrees , then press mirror button to mirror the left bone automatically.
3.at the end u will notice at rig layers section ,there is no 1 arm ik ....missing...
4.donwload file that i created...here>>rig_layers_bug.rar
5.i used os windows..dont know if working with mac and linux..
here is phyton missing
def draw(self, context):

      layout = self.layout
      col = layout.column()
      row = col.row()
      row.prop(context.active_object.data, 'layers', index=0, toggle=True, text='head')
      row = col.row()
      row.prop(context.active_object.data, 'layers', index=2, toggle=True, text='Torso')
      row = col.row()
      row.prop(context.active_object.data, 'layers', index=4, toggle=True, text='Fingers')
      row.prop(context.active_object.data, 'layers', index=5, toggle=True, text='(Tweak)')
      row = col.row()
      row.prop(context.active_object.data, 'layers', index=6, toggle=True, text='Arm.L (FK)')
      row.prop(context.active_object.data, 'layers', index=9, toggle=True, text='Arm.R (FK)')
      row = col.row()
      row.prop(context.active_object.data, 'layers', index=7, toggle=True, text='Arm.L (IK)')
      Where is Arm.R(IK)
      row = col.row()
      row.prop(context.active_object.data, 'layers', index=8, toggle=True, text='Arm.L (Tweak)')
      Where is Arm.R(TWEAK)
**System Information** windows 7 64bit intel i5 **Blender Version** blender-2.71-RC1-win64 **Short description of error** please download file rig layers.. **Exact steps for others to reproduce the error** 1.add metarig 2.generate rigify by pressing rigify button,then in pose mode,select all right bone and rotate 45 degrees , then press mirror button to mirror the left bone automatically. 3.at the end u will notice at rig layers section ,there is no 1 arm ik ....missing... 4.donwload file that i created...here>>[rig_layers_bug.rar](https://archive.blender.org/developer/F94437/rig_layers_bug.rar) 5.i used os windows..dont know if working with mac and linux.. here is phyton missing def draw(self, context): ``` layout = self.layout col = layout.column() ``` ``` row = col.row() row.prop(context.active_object.data, 'layers', index=0, toggle=True, text='head') ``` ``` row = col.row() row.prop(context.active_object.data, 'layers', index=2, toggle=True, text='Torso') ``` ``` row = col.row() row.prop(context.active_object.data, 'layers', index=4, toggle=True, text='Fingers') row.prop(context.active_object.data, 'layers', index=5, toggle=True, text='(Tweak)') ``` ``` row = col.row() row.prop(context.active_object.data, 'layers', index=6, toggle=True, text='Arm.L (FK)') row.prop(context.active_object.data, 'layers', index=9, toggle=True, text='Arm.R (FK)') ``` ``` row = col.row() row.prop(context.active_object.data, 'layers', index=7, toggle=True, text='Arm.L (IK)') Where is Arm.R(IK) ``` ``` row = col.row() row.prop(context.active_object.data, 'layers', index=8, toggle=True, text='Arm.L (Tweak)') Where is Arm.R(TWEAK) ```
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @yellowfoxz

Added subscriber: @yellowfoxz

Added subscriber: @mont29

Added subscriber: @mont29

No need to re-report! You already made one for the same exact bug!

No need to re-report! You already made one for the same exact bug!

Changed status from 'Open' to: 'Duplicate'

Changed status from 'Open' to: 'Duplicate'

✘ Merged into #39336.

✘ Merged into #39336.
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#40657
No description provided.