Asset Pipeline v2 #145

Closed
Nick Alberelli wants to merge 431 commits from (deleted):feature/asset-pipeline-v2 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Showing only changes of commit b0328e26ba - Show all commits

View File

@ -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: