Post #2719: I want to create button to toggle transform, rotate,scale and hide gizmo.

📋 Metadata

  • Author: Pinhead
  • Date: 2019-09-07 12:04:12
  • Type: question
  • Quality Score: 6/10
  • Replies (1): post_02720

🏷️ Tags

macro hotkeys beginner unsolved

  • Macro Editor
  • Python Scripting

💬 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 :confused:


🔗 View on Blender Artists