Asset Pipeline v2 #145
@ -1,5 +1,5 @@
|
|||||||
import bpy
|
import bpy
|
||||||
from typing import List, Dict, Union, Any, Set, Optional, Tuple
|
from typing import Dict, Set
|
||||||
|
|
||||||
from . import util
|
from . import util
|
||||||
from . import asset_suffix
|
from . import asset_suffix
|
||||||
|
@ -17,7 +17,6 @@
|
|||||||
# ***** END GPL LICENCE BLOCK *****
|
# ***** END GPL LICENCE BLOCK *****
|
||||||
#
|
#
|
||||||
# (c) 2021, Blender Foundation - Paul Golter
|
# (c) 2021, Blender Foundation - Paul Golter
|
||||||
from typing import List, Dict, Union, Any, Set, Optional, Tuple, Generator
|
|
||||||
|
|
||||||
import bpy
|
import bpy
|
||||||
from bpy_extras.id_map_utils import get_id_reference_map, get_all_referenced_ids
|
from bpy_extras.id_map_utils import get_id_reference_map, get_all_referenced_ids
|
||||||
|
@ -2,7 +2,7 @@ import bpy
|
|||||||
|
|
||||||
from . import core
|
from . import core
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from . import transferable_data, transfer_functions, constants
|
from . import transferable_data, constants
|
||||||
|
|
||||||
|
|
||||||
class ASSETPIPE_OT_update_ownership(bpy.types.Operator):
|
class ASSETPIPE_OT_update_ownership(bpy.types.Operator):
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#
|
#
|
||||||
# (c) 2021, Blender Foundation - Paul Golter
|
# (c) 2021, Blender Foundation - Paul Golter
|
||||||
|
|
||||||
from typing import List, Dict, Union, Any, Set, Optional, Tuple, Generator
|
from typing import Dict, Any, Tuple, Generator
|
||||||
|
|
||||||
import bpy
|
import bpy
|
||||||
from bpy import types
|
from bpy import types
|
||||||
|
Loading…
Reference in New Issue
Block a user