Skip to content
Snippets Groups Projects
Commit bfb0bbe2 authored by Luise Odenthal's avatar Luise Odenthal
Browse files

flake8 test

parent b1b4c8dd
No related branches found
No related tags found
No related merge requests found
...@@ -185,7 +185,7 @@ class Cyberbee(): ...@@ -185,7 +185,7 @@ class Cyberbee():
# @camera_fov.setter # @camera_fov.setter
def set_camera_fov(self, latmin=-90, latmax=+90, def set_camera_fov(self, latmin=-90, latmax=+90,
longmin=-180, longmax=+180): longmin=-180, longmax=+180):
"""change the field of view of the panoramic camera """change the field of view of the panoramic camera
:param latmin: minimum latitude (in deg) :param latmin: minimum latitude (in deg)
......
...@@ -184,7 +184,7 @@ class Cyberbee(): ...@@ -184,7 +184,7 @@ class Cyberbee():
return fov return fov
# @camera_fov.setter # @camera_fov.setter
def camera_fov(self, latmin=-90, latmax=+90, def set_camera_fov(self, latmin=-90, latmax=+90,
longmin=-180, longmax=+180): longmin=-180, longmax=+180):
"""change the field of view of the panoramic camera """change the field of view of the panoramic camera
...@@ -269,8 +269,8 @@ class Cyberbee(): ...@@ -269,8 +269,8 @@ class Cyberbee():
resolution_y = bpy.context.scene.render.resolution_y resolution_y = bpy.context.scene.render.resolution_y
return resolution_x, resolution_y return resolution_x, resolution_y
#@camera_resolution.setter # @camera_resolution.setter
def camera_resolution(self, resolution_x=360, resolution_y=180): def set_camera_resolution(self, resolution_x=360, resolution_y=180):
"""change the camera resolution (nb of pixels) """change the camera resolution (nb of pixels)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment