Cura/cura/Scene
Lipu Fei 051dd7a6e9 WIP: Make application initialization and start up more clear
- Create SingleInstance class to handling single instance stuff.
 - Instead of calling getInstance() everywhere, initialize each object
   explicitly in order when application starts and getInstance()s do not
   create instances any more and they merely return the created
   instances.
 - Only set initial values in construtor functions __init__(). Move the
   initialization of context-aware (i.e. things that depend on other
   things) to separate functions.
 - Split application creation and initialziation into several steps and
   them should be called explicitly in the correct order.
2018-05-04 09:57:02 +02: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 Fix loading parented objects from 3mf files 2018-03-19 18:25:40 +01:00
ConvexHullDecorator.py CURA-5090 speedups by using qtimers on updating mostly visual elements 2018-03-14 16:09:59 +01:00
ConvexHullNode.py WIP: Make application initialization and start up more clear 2018-05-04 09:57:02 +02:00
CuraSceneController.py Move MultiBuildPlateModel into Models folder 2018-03-01 15:25:11 +01:00
CuraSceneNode.py Exclude non-printing-meshes from bounding box of parents 2018-04-09 11:29:49 +02: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