mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Move all decorators in the scene subfolder
This commit is contained in:
parent
62b06b063b
commit
08322d0a5e
18 changed files with 20 additions and 21 deletions
|
@ -10,10 +10,10 @@ from UM.Math.Vector import Vector
|
|||
from UM.Scene.Selection import Selection
|
||||
from UM.Preferences import Preferences
|
||||
|
||||
from cura.ConvexHullDecorator import ConvexHullDecorator
|
||||
from cura.Scene.ConvexHullDecorator import ConvexHullDecorator
|
||||
|
||||
from cura.Operations import PlatformPhysicsOperation
|
||||
from . import ZOffsetDecorator
|
||||
from cura.Scene import ZOffsetDecorator
|
||||
|
||||
import random # used for list shuffling
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue