Project specific settings for the app. These live in project.toml in the base of the project directory. Updating the settings for the project in the app will update this file automatically. Do not edit this file manually, as it may be overwritten by the app. Manual edits can cause corruption of the settings file.
Project Configuration Structure
Available Settings
cloud
settings
app
The settings for the Design Studio.
Default: None
This setting has the following nested options:
named_views
Settings that affect the behavior of the command bar.
Default: None
stream_idle_mode
When the user is idle, and this is true, the stream will be torn down.
Default: None
zookeeper_mode
Zookeeper reasoning mode. Uses the app default if not set.
Default: None
meta
Information about the project itself. Choices about how settings are merged have prevent me (lee) from easily moving this out of the settings structure.
Default: None
This setting has the following nested options:
id
Default: None
modeling
Settings that affect the behavior while modeling.
Default: None
This setting has the following nested options:
base_unit
The default unit to use in modeling dimensions.
Default: None
enable_ssao
Whether or not Screen Space Ambient Occlusion (SSAO) is enabled.
Default: None
fixed_size_grid
When enabled, the grid will use a fixed size based on your selected units rather than automatically scaling with zoom level. If true, the grid cells will be fixed-size, where the width is your default length unit. If false, the grid will get larger as you zoom out, and smaller as you zoom in.
Default: None
highlight_edges
Highlight edges of 3D objects?
Default: None