Skip to content

Commit

Permalink
Added the option in the publisher config to collect individual assets…
Browse files Browse the repository at this point in the history
… or the whole scene for USD/ABC/FBX publishes
  • Loading branch information
diegogarciahuerta committed Jul 7, 2021
1 parent c7ea480 commit a84ab55
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/env/includes/settings/tk-multi-publish2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ settings.tk-multi-publish2.rumba.asset_step:
collector: "{self}/collector.py:{engine}/tk-multi-publish2/basic/collector.py"
collector_settings:
Work Template: rumba_asset_work
# if true, every asset found in the Rumba scene will be individually
# collected for publishing, if false, the Rumba scene as a whole is
# considered for publishing
Collect Individual Assets: false
publish_plugins:
- name: Publish to Shotgun
hook: "{self}/publish_file.py"
Expand Down Expand Up @@ -70,6 +74,10 @@ settings.tk-multi-publish2.rumba.shot_step:
collector: "{self}/collector.py:{engine}/tk-multi-publish2/basic/collector.py"
collector_settings:
Work Template: rumba_shot_work
# if true, every asset found in the Rumba scene will be individually
# collected for publishing, if false, the Rumba scene as a whole is
# considered for publishing
Collect Individual Assets: true
publish_plugins:
- name: Publish to Shotgun
hook: "{self}/publish_file.py"
Expand Down

0 comments on commit a84ab55

Please sign in to comment.