📋 Metadata
- Author: Pinhead
- Date: 2019-09-07 12:04:12
- Type:
question - Replies (1): post_02720
💬 Content
I want to create button to toggle transform, rotate,scale and hide gizmo.
bpy.context.space_data.show_gizmo_object_translate
bpy.context.space_data.show_gizmo_object_rotate
bpy.context.space_data.show_gizmo_object_scale
bpy.context.space_data.show_gizmo_context
By pressing the button i want to toggle translate, rotate, scale (with gizmos) and hide gizmo
Translate,rotate,scale,hide gizmo…Translate… ect…
it is possible to do with PME? I want to create this by my own but with no success 