[Bf-blender-cvs] [b08ee282103] soc-2020-fluid-tools: Minor formatting changes

Sriharsha Kotcharlakot noreply at git.blender.org
Thu Jun 4 16:16:20 CEST 2020


Commit: b08ee28210397b075c3a1e9a5256b7ee9cc86efd
Author: Sriharsha Kotcharlakot
Date:   Thu Jun 4 19:46:10 2020 +0530
Branches: soc-2020-fluid-tools
https://developer.blender.org/rBb08ee28210397b075c3a1e9a5256b7ee9cc86efd

Minor formatting changes

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

M	source/blender/makesrna/intern/rna_fluid.c

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

diff --git a/source/blender/makesrna/intern/rna_fluid.c b/source/blender/makesrna/intern/rna_fluid.c
index 03fa6d7b20d..67d34f2ddb3 100644
--- a/source/blender/makesrna/intern/rna_fluid.c
+++ b/source/blender/makesrna/intern/rna_fluid.c
@@ -1168,8 +1168,16 @@ static void rna_def_fluid_domain_settings(BlenderRNA *brna)
   };
 
   static const EnumPropertyItem vector_draw_grid_items[] = {
-      {VECTOR_DRAW_GRID_FLUID_VELOCITY, "FLUID_VELOCITY", 0, "Fluid Velocity", "Display fluid velocity grid"},
-      {VECTOR_DRAW_GRID_GUIDE_VELOCITY, "GUIDE_VELOCITY", 0, "Guide Velocity", "Display guide velocity grid"},
+      {VECTOR_DRAW_GRID_FLUID_VELOCITY,
+       "FLUID_VELOCITY",
+       0,
+       "Fluid Velocity",
+       "Display fluid velocity grid"},
+      {VECTOR_DRAW_GRID_GUIDE_VELOCITY,
+       "GUIDE_VELOCITY",
+       0,
+       "Guide Velocity",
+       "Display guide velocity grid"},
       {0, NULL, 0, NULL, NULL},
   };



More information about the Bf-blender-cvs mailing list