mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
🐛 fix default value
This commit is contained in:
parent
cd1057284a
commit
41196cf124
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class CreateLook(plugin.MayaCreator):
|
|||
label="Convert textures to .rstex",
|
||||
tooltip="Whether to generate Redshift .rstex files for "
|
||||
"your textures",
|
||||
default=self.make_tx),
|
||||
default=self.rs_tex),
|
||||
BoolDef("forceCopy",
|
||||
label="Force Copy",
|
||||
tooltip="Enable users to force a copy instead of hardlink."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue