mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3021 - refactor CreateWriteRender as a base for other write creators
There are 3 creators which contained almost same code. CreateWriteRender was chosen as a base implementation, which other 2 could inherit and modify necessary parts
This commit is contained in:
parent
14fbabd477
commit
0b423fc6b5
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class CreateWriteRender(plugin.OpenPypeCreator):
|
|||
defaults = ["Main", "Mask"]
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
super(CreateWriteRender, self).__init__(*args, **kwargs)
|
||||
super().__init__(*args, **kwargs)
|
||||
|
||||
data = OrderedDict()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue