Blender Kitsu: Refactor Shot Builder #183

Merged
Nick Alberelli merged 55 commits from TinyNick/blender-studio-pipeline:feature/shot-builder-2 into main 2023-12-21 23:58:21 +01:00
Showing only changes of commit 779451b65d - Show all commits

View File

@ -1,6 +1,6 @@
import bpy import bpy
from blender_kitsu.shot_builder_2.hooks import hook from blender_kitsu.shot_builder.hooks import hook
from blender_kitsu.types import Shot, Asset from blender_kitsu.types import Shot, Asset
import logging import logging
@ -14,7 +14,7 @@ Arguments to use in hooks
Notes Notes
matching_task_type = ['anim', 'lighting', 'fx', 'comp'] # either use list or just one string matching_task_type = ['anim', 'lighting', 'fx', 'comp'] # either use list or just one string
output_col_name = shot.get_output_collection_name(task_type="anim") output_col_name = shot.get_output_collection_name(task_type_short_name="anim")