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 3af61ce463 - Show all commits

View File

@ -385,7 +385,7 @@ class ASSETPIPE_OT_update_local_task_layers(bpy.types.Operator):
layout.label( layout.label(
text="Caution, this only affects current file.", text="Caution, this only affects current file.",
icon="ERROR", icon="ERROR",
) # TODO Improve warning )
layout.label( layout.label(
text="Two files owning the same task layer can break merge process." text="Two files owning the same task layer can break merge process."
) )