Blender Kitsu: Refactor Shot Builder #183

Merged
Nick Alberelli merged 55 commits from TinyNick/blender-studio-pipeline:feature/shot-builder-2 into main 2023-12-21 23:58:21 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 61fec9f80f - Show all commits

View File

@ -1,7 +1,7 @@
import bpy
from pathlib import Path
from blender_kitsu.types import (
from ..types import (
Sequence,
Shot,
TaskType,

View File

@ -1,7 +1,7 @@
import bpy
from pathlib import Path
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
active_project = None