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

@ -1,7 +1,6 @@
import bpy
from .. operators.bake_to_id_map import BakeToIDMapOperator
from ..types import get_source
from .. types.sources import get_source
class BakeToIDInfoPanel(bpy.types.Panel):