[Bf-blender-cvs] [3a41fc953ad] fluid-mantaflow: cleaned up some weird spaces

Sebastián Barschkis noreply at git.blender.org
Fri Jun 2 22:38:06 CEST 2017


Commit: 3a41fc953aded92054041e3c6e43622e137dc739
Author: Sebastián Barschkis
Date:   Wed May 31 22:47:12 2017 +0200
Branches: fluid-mantaflow
https://developer.blender.org/rB3a41fc953aded92054041e3c6e43622e137dc739

cleaned up some weird spaces

===================================================================

M	release/scripts/startup/bl_operators/object_quick_effects.py
M	release/scripts/startup/bl_ui/properties_physics_smoke.py

===================================================================

diff --git a/release/scripts/startup/bl_operators/object_quick_effects.py b/release/scripts/startup/bl_operators/object_quick_effects.py
index 86d5cebdf68..f4ca500091c 100644
--- a/release/scripts/startup/bl_operators/object_quick_effects.py
+++ b/release/scripts/startup/bl_operators/object_quick_effects.py
@@ -732,5 +732,5 @@ classes = (
     QuickFluid,
     QuickFur,
     QuickSmoke,
-	QuickLiquid,
+    QuickLiquid,
 )
diff --git a/release/scripts/startup/bl_ui/properties_physics_smoke.py b/release/scripts/startup/bl_ui/properties_physics_smoke.py
index 62d59497d1c..b8c66302381 100644
--- a/release/scripts/startup/bl_ui/properties_physics_smoke.py
+++ b/release/scripts/startup/bl_ui/properties_physics_smoke.py
@@ -499,8 +499,8 @@ classes = (
     PHYSICS_PT_smoke_groups,
     PHYSICS_PT_smoke_cache,
     PHYSICS_PT_smoke_field_weights,
-	OBJECT_OT_RunMantaButton,
-	PHYSICS_PT_smoke_manta_settings,
+    OBJECT_OT_RunMantaButton,
+    PHYSICS_PT_smoke_manta_settings,
     PHYSICS_PT_smoke_display_settings,
 )




More information about the Bf-blender-cvs mailing list