mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
renamed reload Textures to Load Textures
This commit is contained in:
parent
cf29a532d2
commit
d351e5f174
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ class ViewportOptionsSetting(BaseSettingsModel):
|
||||||
True, title="Enable Anti-Aliasing", section="Anti-Aliasing"
|
True, title="Enable Anti-Aliasing", section="Anti-Aliasing"
|
||||||
)
|
)
|
||||||
multiSample: int = Field(8, title="Anti Aliasing Samples")
|
multiSample: int = Field(8, title="Anti Aliasing Samples")
|
||||||
loadTextures: bool = Field(False, title="Reload Textures")
|
loadTextures: bool = Field(False, title="Load Textures")
|
||||||
useDefaultMaterial: bool = Field(False, title="Use Default Material")
|
useDefaultMaterial: bool = Field(False, title="Use Default Material")
|
||||||
wireframeOnShaded: bool = Field(False, title="Wireframe On Shaded")
|
wireframeOnShaded: bool = Field(False, title="Wireframe On Shaded")
|
||||||
xray: bool = Field(False, title="X-Ray")
|
xray: bool = Field(False, title="X-Ray")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue