mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
pep coding violations
This commit is contained in:
parent
883f1b30f4
commit
a329411e5d
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ class CameraAnimation(QVariantAnimation):
|
||||||
self.setDuration(500)
|
self.setDuration(500)
|
||||||
self.setEasingCurve(QEasingCurve.InOutQuad)
|
self.setEasingCurve(QEasingCurve.InOutQuad)
|
||||||
|
|
||||||
def setCameraTool(self, cameraTool):
|
def setCameraTool(self, camera_tool):
|
||||||
self._camera_tool = cameraTool
|
self._camera_tool = camera_tool
|
||||||
|
|
||||||
def setStart(self, start):
|
def setStart(self, start):
|
||||||
self.setStartValue(QVector3D(start.x, start.y, start.z))
|
self.setStartValue(QVector3D(start.x, start.y, start.z))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue