Skip to content

Commit

Permalink
Merge pull request #190 from ynput/bugfix/add_render_as_families_to_f…
Browse files Browse the repository at this point in the history
…arm_render_instances_collector

Add render as families into the farm render collector
  • Loading branch information
moonyuet authored Jan 16, 2025
2 parents bbaf6b5 + 6c63f5f commit 9bd3bfc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class CreateFarmRenderInstances(publish.AbstractCollectRender):

order = pyblish.api.CollectorOrder + 0.21
label = "Create Farm Render Instances"
families = ["render"]

def preparing_rendering_instance(self, instance):
context = instance.context
Expand Down

0 comments on commit 9bd3bfc

Please sign in to comment.