Post #2141: may I see how the code for the trackball toggle (the regular toggle you had to s

šŸ“‹ Metadata

šŸ·ļø Tags

hotkeys intermediate unsolved

  • Macro Editor
  • Python Scripting

šŸ’¬ Content

may I see how the code for the trackball toggle (the regular toggle you had to simply switch between modes) looks since my toggle sometimes works, and sometimes not.

I’m using this code:

vrm = C.preferences.inputs.view_rotate_method; C.preferences.inputs.view_rotate_method = 'TRACKBALL'

C.preferences.inputs.view_rotate_method = vrm


šŸ”— View on Blender Artists