Maniphest T40657

Rig layers bug
Closed, Duplicate

Assigned To
None
Authored By
yellow foxz (yellowfoxz)
Jun 16 2014, 12:48 PM
Tags
  • Add-ons (Community)
Subscribers
Bastien Montagne (mont29)
yellow foxz (yellowfoxz)

Description

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>>


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)

Event Timeline

yellow foxz (yellowfoxz) created this task.Jun 16 2014, 12:48 PM
yellow foxz (yellowfoxz) raised the priority of this task from to 90.
yellow foxz (yellowfoxz) updated the task description.
yellow foxz (yellowfoxz) added a project: Add-ons (Community).
yellow foxz (yellowfoxz) edited a custom field.
yellow foxz (yellowfoxz) added a subscriber: yellow foxz (yellowfoxz).
Bastien Montagne (mont29) added a subscriber: Bastien Montagne (mont29).Jun 16 2014, 1:52 PM

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

Bastien Montagne (mont29) changed the task status from Unknown Status to Duplicate.Jun 16 2014, 1:52 PM

✘ Merged into T39336.