added settings category

This commit is contained in:
Jakub Trllo 2024-05-30 11:13:17 +02:00
parent 0af0545f53
commit 7bd81a83e6

View file

@ -10,6 +10,8 @@ class CollectRenderPath(pyblish.api.InstancePlugin):
order = pyblish.api.CollectorOrder + 0.495
families = ["render.farm"]
settings_category = "celaction"
# Presets
output_extension = "png"
anatomy_template_key_render_files = None