Post #2141: may I see how the code for the trackball toggle (the regular toggle you had to s
š Metadata
- Author: actimelvanille
- Date: 2019-03-30 12:47:16
- Type:
question - Quality Score: 6/10
- Reply to: post_02050
- Replies (1): post_02144
š·ļø Tags
āļø Related PME Features
- 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