Changeset View
Changeset View
Standalone View
Standalone View
rigify/rot_mode.py
| Context not available. | |||||
| class VIEW3D_PT_rigify_rot_mode(bpy.types.Panel): | class VIEW3D_PT_rigify_rot_mode(bpy.types.Panel): | ||||
| bl_space_type = 'VIEW_3D' | bl_space_type = 'VIEW_3D' | ||||
| bl_region_type = 'UI' | bl_region_type = 'UI' | ||||
| bl_category = 'View' | bl_category = 'Rigify' | ||||
| bl_context = "posemode" | bl_context = "posemode" | ||||
| bl_label = 'Rigify Quat/Euler Converter' | bl_label = 'Rigify Quat/Euler Converter' | ||||
| Context not available. | |||||