Commit: 3b9c5a8f345f5691c3f17c3f356197f5cddb3826
Author: Hans Goudey
Date:   Sat Feb 6 21:28:42 2021 -0600
Branches: temp-geometry-nodes-instances-api-v2
https://developer.blender.org/rB3b9c5a8f345f5691c3f17c3f356197f5cddb3826

Remove extra function call

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

M       source/blender/nodes/geometry/nodes/node_geo_boolean.cc

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

diff --git a/source/blender/nodes/geometry/nodes/node_geo_boolean.cc 
b/source/blender/nodes/geometry/nodes/node_geo_boolean.cc
index b2987eb4cad..ac402141a7b 100644
--- a/source/blender/nodes/geometry/nodes/node_geo_boolean.cc
+++ b/source/blender/nodes/geometry/nodes/node_geo_boolean.cc
@@ -116,8 +116,6 @@ static void geo_node_boolean_exec(GeoNodeExecParams params)
     return;
   }
 
-  geometry_set_realize_instances_for_write(geometry_set_in_a);
-
   /* Boolean does support taking an input of multiple meshes. Currently they 
must all be
    * converted to BMesh before running the operation though. D9957 will make 
it possible to use
    * the mesh structure directly. */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to