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 9bffe617f5 - Show all commits

View File

@ -106,7 +106,6 @@ class AssetTransferMapping:
if tl_type[0] in self._local_tls if tl_type[0] in self._local_tls
] ]
# TODO Include PREFIX checker in this stupidity
for local_task_layer_col in self._local_col.children: for local_task_layer_col in self._local_col.children:
if ( if (
asset_suffix.get_basename(local_task_layer_col.name) asset_suffix.get_basename(local_task_layer_col.name)