Commit: 180d46c76ed51cdf2c76904234f606c805458c9b
Author: Jacques Lucke
Date:   Tue Aug 13 11:43:20 2019 +0200
Branches: functions
https://developer.blender.org/rB180d46c76ed51cdf2c76904234f606c805458c9b

remove copy to clipboard

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

M       source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp

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

diff --git 
a/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp 
b/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp
index ab42daa68f1..55d1081915d 100644
--- a/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp
+++ b/source/blender/functions/frontends/data_flow_nodes/graph_generation.cpp
@@ -94,8 +94,6 @@ ValueOrError<VTreeDataGraph> generate_graph(VirtualNodeTree 
&vtree,
     return BLI_ERROR_CREATE("error inserting unlinked inputs");
   }
 
-  builder.to_dot__clipboard();
-
   return builder.build();
 }

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

Reply via email to