File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- from .value_utils import *
2- from .sketch_utils import *
3- from .extrude_utils import *
4- from .persist_utils import *
5- from .debug_utils import *
Original file line number Diff line number Diff line change 1- from .panel_generate import *
2- from .panel_options import *
3- from .panel_command import *
Original file line number Diff line number Diff line change 1414)
1515from ..generalUtils .extrude_utils import extrude
1616from .panel_options import PanelOptions
17- from .. import fusionAddInUtils as futil
1817
1918app = adsk .core .Application .get ()
2019ui = app .userInterface
Original file line number Diff line number Diff line change 11import adsk .core
22import adsk .fusion
33from ..generalUtils .persist_utils import Persistable
4- from .. import fusionAddInUtils as futil
54
65app = adsk .core .Application .get ()
76
You can’t perform that action at this time.
0 commit comments