The “use_drag_immediately” property from Blender 2.7
|
1 |
bpy.context.preferences.edit.use_drag_immediately |
in Blender 2.8 API moved to
|
1 2 |
bpy.context.preferences.inputs.use_drag_immediately # True |
The “use_drag_immediately” property from Blender 2.7
|
1 |
bpy.context.preferences.edit.use_drag_immediately |
in Blender 2.8 API moved to
|
1 2 |
bpy.context.preferences.inputs.use_drag_immediately # True |