From a84ab557c469b0c95e337ec8b56c71e1f430b95c Mon Sep 17 00:00:00 2001 From: Diego Garcia Huerta Date: Wed, 7 Jul 2021 20:25:57 +1000 Subject: [PATCH] Added the option in the publisher config to collect individual assets or the whole scene for USD/ABC/FBX publishes --- config/env/includes/settings/tk-multi-publish2.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/env/includes/settings/tk-multi-publish2.yml b/config/env/includes/settings/tk-multi-publish2.yml index d735a3a..17d8897 100644 --- a/config/env/includes/settings/tk-multi-publish2.yml +++ b/config/env/includes/settings/tk-multi-publish2.yml @@ -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" @@ -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"