mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
more fixes for reverting 11ebdf7303
This commit is contained in:
parent
3db04c918f
commit
b386bda2c8
1 changed files with 2 additions and 10 deletions
|
@ -73,18 +73,10 @@ class ThreeMFReader(MeshReader):
|
||||||
|
|
||||||
return temp_mat
|
return temp_mat
|
||||||
|
|
||||||
|
## Convenience function that converts a SceneNode object (as obtained from libSavitar) to a Uranium scene node.
|
||||||
## Convenience function that converts a SceneNode object (as obtained from libSavitar) to a Uranium scenenode.
|
# \returns Uranium scene node.
|
||||||
# \returns Uranium Scenen node.
|
|
||||||
def _convertSavitarNodeToUMNode(self, savitar_node):
|
def _convertSavitarNodeToUMNode(self, savitar_node):
|
||||||
um_node = SceneNode()
|
um_node = SceneNode()
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
# Disable the auto-drop feature when loading a project file and processing the nodes for the first time
|
|
||||||
um_node.setSetting("auto_drop", False)
|
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> parent of 11ebdf73... CURA-4269 disable auto-drop for first time loaded models from project files
|
|
||||||
transformation = self._createMatrixFromTransformationString(savitar_node.getTransformation())
|
transformation = self._createMatrixFromTransformationString(savitar_node.getTransformation())
|
||||||
um_node.setTransformation(transformation)
|
um_node.setTransformation(transformation)
|
||||||
mesh_builder = MeshBuilder()
|
mesh_builder = MeshBuilder()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue