[Bf-blender-cvs] [180d46c76ed] functions: remove copy to clipboard

Jacques Lucke noreply at git.blender.org
Tue Aug 13 11:43:30 CEST 2019


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();
 }



More information about the Bf-blender-cvs mailing list