Asset Pipeline v2 #145
@ -1,7 +1,6 @@
|
|||||||
import bpy
|
import bpy
|
||||||
from typing import Dict, Set
|
from typing import Dict, Set
|
||||||
|
|
||||||
from . import util
|
|
||||||
from . import asset_suffix
|
from . import asset_suffix
|
||||||
from . import constants
|
from . import constants
|
||||||
|
|
||||||
@ -90,10 +89,6 @@ class AssetTransferMapping:
|
|||||||
"""
|
"""
|
||||||
coll_map: Dict[bpy.types.Collection, bpy.types.Collection] = {}
|
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 = [
|
local_tl_names = [
|
||||||
item[1] for item in constants.TASK_LAYER_ITEMS if item[0] in self._local_tls
|
item[1] for item in constants.TASK_LAYER_ITEMS if item[0] in self._local_tls
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user