mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Modified publishing plugins to work with general families
This commit is contained in:
parent
1c7c0fef32
commit
f1434fa175
6 changed files with 104 additions and 67 deletions
|
|
@ -58,6 +58,7 @@ class SettingsCreator(TrayPublishCreator):
|
|||
def create(self, subset_name, data, pre_create_data):
|
||||
# Pass precreate data to creator attributes
|
||||
data["creator_attributes"] = pre_create_data
|
||||
data["settings_creator"] = True
|
||||
# Create new instance
|
||||
new_instance = CreatedInstance(self.family, subset_name, data, self)
|
||||
# Host implementation of storing metadata about instance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue