- in Distance Plugin made sure that the grid snapping restore is working properly (previously it always restored it to the ON state)
- the HUD display is no longer default active on new installations
This commit is contained in:
@@ -140,7 +140,7 @@ class AppDefaults:
|
||||
"global_workspace_orientation": 'p',
|
||||
"global_axis": True,
|
||||
"global_axis_color": '#B34D4D',
|
||||
"global_hud": True,
|
||||
"global_hud": False,
|
||||
"global_grid_lines": True,
|
||||
"global_grid_snap": True,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user