[Bf-blender-cvs] [0d8bb5f8985] gsoc-2021-porting-modifiers-to-nodes-solidify: more cleanup

Fabian Schempp noreply at git.blender.org
Thu Jul 15 11:28:15 CEST 2021


Commit: 0d8bb5f8985cf86dfe2877f2ccf981bf3fe4d7b2
Author: Fabian Schempp
Date:   Thu Jul 15 11:28:08 2021 +0200
Branches: gsoc-2021-porting-modifiers-to-nodes-solidify
https://developer.blender.org/rB0d8bb5f8985cf86dfe2877f2ccf981bf3fe4d7b2

more cleanup

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

M	source/blender/modifiers/intern/MOD_solidify.c
M	source/blender/nodes/geometry/nodes/node_geo_solidify.cc

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

diff --git a/source/blender/modifiers/intern/MOD_solidify.c b/source/blender/modifiers/intern/MOD_solidify.c
index 11382ca823a..7afbdab4eda 100644
--- a/source/blender/modifiers/intern/MOD_solidify.c
+++ b/source/blender/modifiers/intern/MOD_solidify.c
@@ -21,7 +21,6 @@
  * \ingroup modifiers
  */
 
-#include <stdio.h>
 #include <string.h>
 
 #include "BLI_utildefines.h"
@@ -36,7 +35,6 @@
 
 #include "BKE_context.h"
 #include "BKE_deform.h"
-#include "BKE_lattice.h"
 #include "BKE_screen.h"
 #include "BKE_solidifiy.h"
 
diff --git a/source/blender/nodes/geometry/nodes/node_geo_solidify.cc b/source/blender/nodes/geometry/nodes/node_geo_solidify.cc
index 2ad64dc98a2..9cde4b560a4 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_solidify.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_solidify.cc
@@ -26,10 +26,6 @@
 
 #include "node_geometry_util.hh"
 
-/*extern "C" {    // another way
-  Mesh *solidify_extrude_modifyMesh( Mesh *mesh);
-};*/
-
 static bNodeSocketTemplate geo_node_solidify_in[] = {
     {SOCK_GEOMETRY, N_("Geometry")},
     {SOCK_STRING, N_("Thickness")},



More information about the Bf-blender-cvs mailing list