Asset Pipeline v2 #145
@ -212,6 +212,9 @@ class ASSETPIPE_OT_create_new_asset(bpy.types.Operator):
|
|||||||
source_file_path=Path(self._asset_pipe.task_layer_config_type),
|
source_file_path=Path(self._asset_pipe.task_layer_config_type),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
if self._asset_pipe.new_file_mode == "BLANK":
|
||||||
|
self._remove_collections(context)
|
||||||
|
|
||||||
starting_file = self._first_file_create(context, local_tls, asset_directory)
|
starting_file = self._first_file_create(context, local_tls, asset_directory)
|
||||||
|
|
||||||
for task_layer_key in config.TASK_LAYER_TYPES:
|
for task_layer_key in config.TASK_LAYER_TYPES:
|
||||||
|
Loading…
Reference in New Issue
Block a user