~ultimaker/ultimaker/+git/libSavitar:4.8

Last commit made on 2020-10-09
Get this branch:
git clone -b 4.8 https://git.launchpad.net/~ultimaker/ultimaker/+git/libSavitar

Branch merges

Branch information

Recent commits

d4fe854... by Remco Burema <email address hidden>

Merge pull request #28 from Ultimaker/CURA-7259_add_pynest2d

Require Python 3.5

c3fb6ef... by Ruben D

Require Python 3.5

This has been a requirement for a long time. If the user also has Python 3.4 installed, we don't want to find that one. We want to find 3.5 if it's installed.

Contributes to issue CURA-7259.

85abbec... by Ruben D

Remove exception for modern CMake versions

The new FindPython3 script finds the wrong Python version. It finds the Python3.6 installed on the CI server from the OS, rather than the Python3.5.7 that we built manually. I'm going to try this as it seems to be the only difference between our build server (where it works) and our CI server (where it doesn't).

e9390ec... by Ruben D

Remove exception for modern CMake versions

The new FindPython3 script finds the wrong Python version. It finds the Python3.6 installed on the CI server from the OS, rather than the Python3.5.7 that we built manually. I'm going to try this as it seems to be the only difference between our build server (where it works) and our CI server (where it doesn't).

623435c... by Remco Burema <email address hidden>

Merge branch '4.7'

92f2b98... by Remco Burema <email address hidden>

Invalidate variable after delete.

CURA-7603

09ff879... by Remco Burema <email address hidden>

Merge pull request #27 from Ultimaker/CURA-7603

CURA-7603

bf788c1... by Remco Burema <email address hidden>

Const typeing and bump version.

CURA-7603

9e3b026... by Jaime van Kessel <email address hidden>

Remove the mesh_node_objectid once it's used

CURA-7603

4ed50f4... by Jaime van Kessel <email address hidden>

Ensure that Objects don't have meshes & components at the same time

But do restore the order correctly, since Cura does rely on this.
CURA-7616