[Bf-blender-cvs] [a35de34eb78] master: Cleanup: clang-format, unused variable

Campbell Barton noreply at git.blender.org
Sat Jun 13 04:54:03 CEST 2020


Commit: a35de34eb78aba5e08938066c0ecdcb05f677a8f
Author: Campbell Barton
Date:   Sat Jun 13 12:50:19 2020 +1000
Branches: master
https://developer.blender.org/rBa35de34eb78aba5e08938066c0ecdcb05f677a8f

Cleanup: clang-format, unused variable

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

M	source/blender/makesdna/DNA_cloth_types.h
M	source/blender/makesrna/intern/rna_ID.c

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

diff --git a/source/blender/makesdna/DNA_cloth_types.h b/source/blender/makesdna/DNA_cloth_types.h
index 2b66bb771e1..9d9ee711339 100644
--- a/source/blender/makesdna/DNA_cloth_types.h
+++ b/source/blender/makesdna/DNA_cloth_types.h
@@ -109,7 +109,8 @@ typedef struct ClothSimSettings {
      pressure=( (current_volume/target_volume) - 1 + uniform_pressure_force) *
      pressure_factor */
   float pressure_factor;
-  /* Density of the fluid inside or outside the object for use in the hydrostatic pressure gradient. */
+  /* Density of the fluid inside or outside the object for use in the hydrostatic pressure
+   * gradient. */
   float fluid_density;
   short vgroup_pressure;
   char _pad7[6];
diff --git a/source/blender/makesrna/intern/rna_ID.c b/source/blender/makesrna/intern/rna_ID.c
index bc4ba6dd387..97536e31003 100644
--- a/source/blender/makesrna/intern/rna_ID.c
+++ b/source/blender/makesrna/intern/rna_ID.c
@@ -1421,7 +1421,6 @@ static void rna_def_ID_override_library_property(BlenderRNA *brna)
 static void rna_def_ID_override_library(BlenderRNA *brna)
 {
   StructRNA *srna;
-  PropertyRNA *prop;
 
   srna = RNA_def_struct(brna, "IDOverrideLibrary", NULL);
   RNA_def_struct_ui_text(



More information about the Bf-blender-cvs mailing list