Tech ENABLE_SHOW_NON_MANIFOLD_EDGES set as default
This commit is contained in:
parent
0063734e78
commit
0388132acd
8 changed files with 0 additions and 28 deletions
|
@ -150,10 +150,8 @@ void AppConfig::set_defaults()
|
|||
if (get("order_volumes").empty())
|
||||
set("order_volumes", "1");
|
||||
|
||||
#if ENABLE_SHOW_NON_MANIFOLD_EDGES
|
||||
if (get("non_manifold_edges").empty())
|
||||
set("non_manifold_edges", "1");
|
||||
#endif // ENABLE_SHOW_NON_MANIFOLD_EDGES
|
||||
|
||||
if (get("clear_undo_redo_stack_on_new_project").empty())
|
||||
set("clear_undo_redo_stack_on_new_project", "1");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue