Makeathon ends in00:00:00:00

User specific settings for the app. These live in user.toml in the app's configuration directory. Updating the settings 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.

User Configuration Structure

Available Settings

settings

app

The settings for the Design Studio.

Default: None

This setting has the following nested options:

appearance

The settings for the appearance of the app.

Default: None

This setting has further nested options. See the schema for full details.

stream_idle_mode

When the user is idle, teardown the stream after some time.

Default: None

modeling

Settings that affect the behavior while modeling.

Default: None

This setting has the following nested options:

backface_color

The default color to use for surface backfaces.

Default: None

base_unit

The default unit to use in modeling dimensions. If not given, defaults to millimeters.

Default: None

camera_orbit

The methodology the camera should use to orbit around the model.

Default: None

camera_projection

The projection mode the camera should use while modeling.

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

show_scale_grid

Whether or not to show a scale grid in the 3D modeling view

Default: None

Complete Example

Found a typo?