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

View File

@ -1,7 +1,6 @@
import bpy
from typing import Dict, Set
from . import util
from . import asset_suffix
from . import constants
@ -90,10 +89,6 @@ class AssetTransferMapping:
"""
coll_map: Dict[bpy.types.Collection, bpy.types.Collection] = {}
# Link top most parents.
# coll_map[self._local_col] = self._external_col
# Get user facing names for local task layers
local_tl_names = [
item[1] for item in constants.TASK_LAYER_ITEMS if item[0] in self._local_tls
]