Cura/cura/Scene
Ghostkeeper 2c45efb70d
Simplify code flow a bit
Use if branches for the unhappy flow, so that it's clear that this behaves as an early-out. This also prevents the need for declaring variables out of scope, which is not an issue with Python anyway.
2018-01-04 17:23:43 +01:00
..
__init__.py Move all decorators in the scene subfolder 2018-01-03 15:09:19 +01:00
BlockSlicingDecorator.py Move all decorators in the scene subfolder 2018-01-03 15:09:19 +01:00
BuildPlateDecorator.py CURA-4525 refresh objects list of all items after changing build plate 2018-01-03 13:43:09 +01:00
ConvexHullDecorator.py Simplify code flow a bit 2018-01-04 17:23:43 +01:00
ConvexHullNode.py Move all decorators in the scene subfolder 2018-01-03 15:09:19 +01:00
CuraSceneController.py Move CuraSceneController together with rest of scene related code 2018-01-04 10:41:25 +01:00
CuraSceneNode.py CURA-4525 refresh objects list of all items after changing build plate 2018-01-03 13:43:09 +01:00
GCodeListDecorator.py Move all decorators in the scene subfolder 2018-01-03 15:09:19 +01:00
SliceableObjectDecorator.py Move all decorators in the scene subfolder 2018-01-03 15:09:19 +01:00
ZOffsetDecorator.py Move all decorators in the scene subfolder 2018-01-03 15:09:19 +01:00