📋 Metadata
- Author: roaoao
- Date: 2018-03-24 11:24:08
- Type:
answer - Reply to: post_01275
💬 Content
Leafar:
Ok, but it is possible using a regular hotkey like the spacebar for example???
Yes, but not the spacebar. Spacebar is used to confirm 3d manipulator tool (translate, rotate, scale).
Use Sticky Key with this code:
On Press:
bpy.context.space_data.show_manipulator = True
On Release:
bpy.context.space_data.show_manipulator = False