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

View File

@ -1,9 +1,7 @@
import bpy
from . import transfer_functions
from .. import asset_suffix, constants
# TODO Consider using transfer mapping here instead of matching suffixes
from .. import constants
def update_transfer_data_ownership(transfer_data_item, target_obj: bpy.types.Object):