Changeset View
Changeset View
Standalone View
Standalone View
rigify/ui.py
| Context not available. | |||||
| bl_label = "Rigify Dev Tools" | bl_label = "Rigify Dev Tools" | ||||
| bl_space_type = 'VIEW_3D' | bl_space_type = 'VIEW_3D' | ||||
| bl_region_type = 'UI' | bl_region_type = 'UI' | ||||
| bl_category = 'View' | bl_category = 'Rigify' | ||||
| @classmethod | @classmethod | ||||
| def poll(cls, context): | def poll(cls, context): | ||||
| Context not available. | |||||
| bl_context = "posemode" | bl_context = "posemode" | ||||
| bl_space_type = 'VIEW_3D' | bl_space_type = 'VIEW_3D' | ||||
| bl_region_type = 'UI' | bl_region_type = 'UI' | ||||
| bl_category = 'View' | bl_category = 'Rigify' | ||||
| @classmethod | @classmethod | ||||
| def poll(cls, context): | def poll(cls, context): | ||||
| Context not available. | |||||