refactored type init

This commit is contained in:
Michel Fedde 2024-01-30 20:28:36 +01:00
parent 060612d789
commit c0ab4bb7ad
7 changed files with 66 additions and 58 deletions

View file

@ -3,7 +3,8 @@ import math
import bpy
from .. types import (get_source, get_target)
from .. types.sources import get_source
from .. types.targets import get_target
class BakeToIDMapOperator(bpy.types.Operator):