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 a9ddc42ba2 - Show all commits

View File

@ -202,11 +202,11 @@ class AssetTransferMapping:
and other_transfer_data_item.owner != transfer_data_item.owner and other_transfer_data_item.owner != transfer_data_item.owner
): ):
if transfer_data_item.owner in self._local_tls: if transfer_data_item.owner in self._local_tls:
target_obj = other_obj
source_obj = obj
else:
target_obj = obj target_obj = obj
source_obj = other_obj source_obj = other_obj
else:
target_obj = other_obj
source_obj = obj
return self._get_transfer_data_map_item( return self._get_transfer_data_map_item(
source_obj, target_obj, transfer_data_item source_obj, target_obj, transfer_data_item