mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Change default value of force copy to True
This commit is contained in:
parent
6108c34d20
commit
215da09d3d
1 changed files with 1 additions and 1 deletions
|
|
@ -22,4 +22,4 @@ class CreateLook(plugin.Creator):
|
|||
self.data["maketx"] = self.make_tx
|
||||
|
||||
# Enable users to force a copy.
|
||||
self.data["forceCopy"] = False
|
||||
self.data["forceCopy"] = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue