Post #2629: Yes, for some reason Blender shows wrong code for transformation orientation. Yo

📋 Metadata

🏷️ Tags

stack-key hotkeys configuration intermediate

  • Stack Key Editor
  • Python Scripting
  • Hotkey Configuration

💬 Content

Yes, for some reason Blender shows wrong code for transformation orientation. You need to use this instead:

C.scene.transform_orientation_slots[0].type = 'GLOBAL'

To assign a hotkey to this code you can use a Stack Key with 1 slot (paste the code in Command tab).


🔗 View on Blender Artists