~ultimaker/uranium/+git/Uranium:CURA-4572_Space_Mouse

Last commit made on 2017-11-15
Get this branch:
git clone -b CURA-4572_Space_Mouse https://git.launchpad.net/~ultimaker/uranium/+git/Uranium

Branch merges

Branch information

Name:
CURA-4572_Space_Mouse
Repository:
lp:~ultimaker/uranium/+git/Uranium

Recent commits

193e60f... by Aleksei Sasin <email address hidden>

added updateOrigin method
CURA-4572_Space_Mousegit

f7505c2... by Mark <email address hidden>

_selection_pass can be None. Log a warning if so

5ff1dcf... by Ruben D

Fix creating empty directory in zipfile

I'm using a different technique to do that, based on this mailing list answer: https://mail.python.org/pipermail/python-list/2003-June/205859.html

1ccb796... by Ruben D

Change error message when plug-in archive is corrupt

This allows us to disambiguate between this and when there is an exception during registering, because we currently have two error messages with exactly the same string.

bb835eb... by Ruben D

Add type checking

Because otherwise who knows what those a, b and p parameters should be?

727a0e3... by Ruben D

Remove unnecessary brackets

This is Python 3 after all.

2ad1431... by Jaime van Kessel <email address hidden>

Added more typing

540445e... by Jaime van Kessel <email address hidden>

Changed default of camera to be perspective

This makes more sense and it doesn't seem like the ortho camera is working with any of the plugins / tools anyway

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

Added bit more defensive coding.

This is also quite old code, which is clear from it's lack of typing & defensive coding

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

Added typing