mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-23 02:13:16 +08:00
pep coding violations
This commit is contained in:
parent
883f1b30f4
commit
a329411e5d
@ -11,8 +11,8 @@ class CameraAnimation(QVariantAnimation):
|
||||
self.setDuration(500)
|
||||
self.setEasingCurve(QEasingCurve.InOutQuad)
|
||||
|
||||
def setCameraTool(self, cameraTool):
|
||||
self._camera_tool = cameraTool
|
||||
def setCameraTool(self, camera_tool):
|
||||
self._camera_tool = camera_tool
|
||||
|
||||
def setStart(self, start):
|
||||
self.setStartValue(QVector3D(start.x, start.y, start.z))
|
||||
|
Loading…
x
Reference in New Issue
Block a user