1st installment of object/instance labels in 3D scene
This commit is contained in:
@@ -95,6 +95,11 @@ void AppConfig::set_defaults()
|
||||
set("use_free_camera", "0");
|
||||
#endif // ENABLE_6DOF_CAMERA
|
||||
|
||||
#if ENABLE_SHOW_SCENE_LABELS
|
||||
if (get("show_labels").empty())
|
||||
set("show_labels", "0");
|
||||
#endif // ENABLE_SHOW_SCENE_LABELS
|
||||
|
||||
// Remove legacy window positions/sizes
|
||||
erase("", "main_frame_maximized");
|
||||
erase("", "main_frame_pos");
|
||||
|
||||
Reference in New Issue
Block a user