Blender Kitsu: Refactor Shot Builder #183
@ -1,6 +1,6 @@
|
||||
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
|
||||
|
||||
import logging
|
||||
@ -14,7 +14,7 @@ Arguments to use in hooks
|
||||
|
||||
Notes
|
||||
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")
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user