Cleanup: disable debug code

This commit is contained in:
Jacques Lucke 2020-07-12 11:05:43 +02:00
parent 30ed51d60a
commit f319eec881
Notes: blender-bot 2023-02-14 18:52:17 +01:00
Referenced by issue #78931, "Apply All" command button on Modifier Properties Tab not working
Referenced by issue #74763, Mantaflow: Animating smoke color affects existing smoke
Referenced by issue #74078,  Mantaflow: Flame not working correctly when animating a Fuel value.
Referenced by issue blender/blender-addons#78655, Import planes as image not clickable giving me an arror
1 changed files with 1 additions and 1 deletions

View File

@ -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<const fn::MFOutputSocket *, std::string> attribute_inputs = deduplicate_attribute_nodes(
network, network_map, tree);
fn::mf_network_optimization::constant_folding(network, resources);