From f319eec881866ec5d9ca84e765521883821958f7 Mon Sep 17 00:00:00 2001 From: Jacques Lucke Date: Sun, 12 Jul 2020 11:05:43 +0200 Subject: Cleanup: disable debug code --- source/blender/blenkernel/intern/simulation.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel') diff --git a/source/blender/blenkernel/intern/simulation.cc b/source/blender/blenkernel/intern/simulation.cc index 376f6fbacde..e163bb8da8d 100644 --- a/source/blender/blenkernel/intern/simulation.cc +++ b/source/blender/blenkernel/intern/simulation.cc @@ -732,7 +732,7 @@ static void simulation_data_update(Depsgraph *depsgraph, Scene *scene, Simulatio fn::MFNetwork network; ResourceCollector resources; MFNetworkTreeMap network_map = insert_node_tree_into_mf_network(network, tree, resources); - WM_clipboard_text_set(tree.to_dot().c_str(), false); + // WM_clipboard_text_set(tree.to_dot().c_str(), false); Map attribute_inputs = deduplicate_attribute_nodes( network, network_map, tree); fn::mf_network_optimization::constant_folding(network, resources); -- cgit v1.2.3