Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
updated creator
Browse files Browse the repository at this point in the history
  • Loading branch information
antirotor authored Apr 14, 2021
1 parent 32a8474 commit 57e2972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openpype/hosts/maya/plugins/create/create_look.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ class CreateLook(plugin.Creator):
family = "look"
icon = "paint-brush"
defaults = ['Main']
make_tx = True

def __init__(self, *args, **kwargs):
super(CreateLook, self).__init__(*args, **kwargs)

self.data["renderlayer"] = lib.get_current_renderlayer()

# Whether to automatically convert the textures to .tx upon publish.
self.data["maketx"] = True
self.data["maketx"] = self.make_tx

# Enable users to force a copy.
self.data["forceCopy"] = False

0 comments on commit 57e2972

Please sign in to comment.