Blender Kitsu: Refactor Shot Builder #183
@ -1,7 +1,7 @@
|
|||||||
import bpy
|
import bpy
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
from blender_kitsu.types import (
|
from ..types import (
|
||||||
Sequence,
|
Sequence,
|
||||||
Shot,
|
Shot,
|
||||||
TaskType,
|
TaskType,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import bpy
|
import bpy
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import List, Any, Tuple, Set, cast
|
from typing import List, Any, Tuple, Set, cast
|
||||||
from blender_kitsu import prefs, cache
|
from .. import prefs, cache
|
||||||
from .core import get_shot_task_name, get_file_dir
|
from .core import get_shot_task_name, get_file_dir
|
||||||
|
|
||||||
active_project = None
|
active_project = None
|
||||||
|
Loading…
Reference in New Issue
Block a user