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.
4 changed files with 3 additions and 4 deletions
Showing only changes of commit d118a16566 - Show all commits

View File

@ -1,5 +1,5 @@
import bpy
from typing import List, Dict, Union, Any, Set, Optional, Tuple
from typing import Dict, Set
from . import util
from . import asset_suffix

View File

@ -17,7 +17,6 @@
# ***** END GPL LICENCE BLOCK *****
#
# (c) 2021, Blender Foundation - Paul Golter
from typing import List, Dict, Union, Any, Set, Optional, Tuple, Generator
import bpy
from bpy_extras.id_map_utils import get_id_reference_map, get_all_referenced_ids

View File

@ -2,7 +2,7 @@ import bpy
from . import core
from pathlib import Path
from . import transferable_data, transfer_functions, constants
from . import transferable_data, constants
class ASSETPIPE_OT_update_ownership(bpy.types.Operator):

View File

@ -18,7 +18,7 @@
#
# (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
from bpy import types