godot/scene/3d
Rémi Verschelde e259bf8bbb style: Fix PEP8 whitespace issues in Python files
Done with `autopep8 --select=E2,W2`, fixes:

- E201 - Remove extraneous whitespace.
- E202 - Remove extraneous whitespace.
- E203 - Remove extraneous whitespace.
- E211 - Remove extraneous whitespace.
- E221 - Fix extraneous whitespace around keywords.
- E222 - Fix extraneous whitespace around keywords.
- E223 - Fix extraneous whitespace around keywords.
- E224 - Remove extraneous whitespace around operator.
- E225 - Fix missing whitespace around operator.
- E226 - Fix missing whitespace around operator.
- E227 - Fix missing whitespace around operator.
- E228 - Fix missing whitespace around operator.
- E231 - Add missing whitespace.
- E231 - Fix various deprecated code (via lib2to3).
- E241 - Fix extraneous whitespace around keywords.
- E242 - Remove extraneous whitespace around operator.
- E251 - Remove whitespace around parameter '=' sign.
- E261 - Fix spacing after comment hash.
- E262 - Fix spacing after comment hash.
- E265 - Format block comments.
- E271 - Fix extraneous whitespace around keywords.
- E272 - Fix extraneous whitespace around keywords.
- E273 - Fix extraneous whitespace around keywords.
- E274 - Fix extraneous whitespace around keywords.
- W291 - Remove trailing whitespace.
- W293 - Remove trailing whitespace.
2016-11-02 22:28:28 +01:00
..
area.cpp Fix #6480, area duplicated param 2016-10-09 17:23:43 +02:00
area.h
baked_light_instance.cpp Stop baking process if there is no geometry in the BakedLightInstance. 2016-07-25 21:45:20 -05:00
baked_light_instance.h Stop baking process if there is no geometry in the BakedLightInstance. 2016-07-25 21:45:20 -05:00
body_shape.cpp
body_shape.h
bone_attachment.cpp
bone_attachment.h
camera.cpp fix #6012 exposed setters and getters of Camera H/V offset to GDScript 2016-10-09 17:39:06 +02:00
camera.h
character_camera.cpp
character_camera.h
collision_object.cpp
collision_object.h
collision_polygon.cpp
collision_polygon.h
immediate_geometry.cpp expose GeometryInstance.get_aabb() etc fixes #6587 2016-10-09 17:21:07 +02:00
immediate_geometry.h Added option for UVs (and tangents) in adding sphere for ImmediateGeometry, closes #6398 2016-09-18 23:09:41 +02:00
interpolated_camera.cpp
interpolated_camera.h
light.cpp light: respect editor_only setting in release build and dont show the light 2016-10-09 17:33:54 +02:00
light.h
listener.cpp
listener.h
mesh_instance.cpp
mesh_instance.h
multimesh_instance.cpp
multimesh_instance.h
navigation.cpp
navigation.h
navigation_mesh.cpp
navigation_mesh.h
particles.cpp
particles.h
path.cpp
path.h
physics_body.cpp
physics_body.h
physics_joint.cpp
physics_joint.h
portal.cpp
portal.h
position_3d.cpp
position_3d.h
proximity_group.cpp
proximity_group.h
quad.cpp
quad.h
ray_cast.cpp Added force_raycast_update GDScript method for RayCast[2D] 2016-10-31 00:00:23 +01:00
ray_cast.h Added force_raycast_update GDScript method for RayCast[2D] 2016-10-31 00:00:23 +01:00
room_instance.cpp
room_instance.h
scenario_fx.cpp
scenario_fx.h
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
skeleton.cpp
skeleton.h
spatial.cpp
spatial.h
spatial_indexer.cpp
spatial_indexer.h
spatial_player.cpp
spatial_player.h
spatial_sample_player.cpp
spatial_sample_player.h
spatial_stream_player.cpp
spatial_stream_player.h
sprite_3d.cpp
sprite_3d.h
test_cube.cpp
test_cube.h
vehicle_body.cpp
vehicle_body.h
visibility_notifier.cpp
visibility_notifier.h
visual_instance.cpp expose GeometryInstance.get_aabb() etc fixes #6587 2016-10-09 17:21:07 +02:00
visual_instance.h