~ultimaker/uranium/+git/Uranium:CURA-8640_add_debug_prints

Last commit made on 2022-03-04
Get this branch:
git clone -b CURA-8640_add_debug_prints https://git.launchpad.net/~ultimaker/uranium/+git/Uranium

Branch merges

Branch information

Name:
CURA-8640_add_debug_prints
Repository:
lp:~ultimaker/uranium/+git/Uranium

Recent commits

4e4a60e... by Ruben D

Add debug print statements around imports of Sip packages

These seem to crash on MacOS. I want to know which of them causes the crash. And to verify that it's indeed these. However at this stage we're not getting any log output yet because the logger hasn't been imported yet. We also don't get normal prints. Print to stderr, because that works.

Do not merge to master.

105cde2... by Jaime van Kessel <email address hidden>

Merge pull request #787 from Ultimaker/CURA-7924_sip_cmake_build

Cura 7924 sip cmake build

cfb736f... by "<email address hidden>" <jelle spijker>

Use Arcus as namespace

Because we had to rename our Python bindings module from Arcus to pyArcus
we also changed our import downstream (Cura and Uranium). But in order
to limit the changes on our existing code we decided during the review
that we should just import pyArcus as Arcus.

Contributes to CURA-7924

2f610f3... by Remco Burema <email address hidden>

Changes needed wrt how we build Arcus with Sip 6.

part of CURA-7924

bda3774... by Ruben D

Merge branch 'master' into PyQt6_upgrade

Conflicts:
 UM/PluginRegistry.py -> Master changed a bunch of the init for the new Marketplace, while the singleton logic changed for Qt6.
 UM/Qt/ListModel.py -> Imports got modified at the same time.
 UM/Qt/QtApplication.py -> Typing got added twice, but in different ways.

3de640a... by Jaime van Kessel <email address hidden>

Merge pull request #781 from Ultimaker/origin-visualization-improvements

Azis and transform widget visualisation improvements

a3453f5... by 10r3n20 <email address hidden>

adjusted shader behaviour to increase brightness of widgets when hovered

e9c2280... by 10r3n20 <email address hidden>

adjusted size of rotate and translate tool arrow

a493e2a... by 10r3n20 <email address hidden>

decrease transform tools line thickness

c920923... by Jaime van Kessel <email address hidden>

Merge branch 'python3.10-type_and_test_fixes' of github.com:Ultimaker/Uranium