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)