refactored type init
This commit is contained in:
parent
060612d789
commit
c0ab4bb7ad
7 changed files with 66 additions and 58 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue