mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removed setting tags to families
This commit is contained in:
parent
623b4ac1e4
commit
9291fda2c2
1 changed files with 0 additions and 6 deletions
|
|
@ -146,12 +146,6 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
"New representation tags: `{}`".format(new_repre["tags"])
|
||||
)
|
||||
|
||||
# # QUESTION Why the hell we were adding tags to families?
|
||||
# # add families
|
||||
# for tag in output_def["tags"]:
|
||||
# if tag not in instance.data["families"]:
|
||||
# instance.data["families"].append(tag)
|
||||
|
||||
temp_data = self.prepare_temp_data(instance, repre, output_def)
|
||||
|
||||
ffmpeg_args = self._ffmpeg_arguments(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue