Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/node_tree_update.cc
| Show All 28 Lines | |||||
| #include "BKE_main.h" | #include "BKE_main.h" | ||||
| #include "BKE_node.h" | #include "BKE_node.h" | ||||
| #include "BKE_node_tree_update.h" | #include "BKE_node_tree_update.h" | ||||
| #include "MOD_nodes.h" | #include "MOD_nodes.h" | ||||
| #include "NOD_node_declaration.hh" | #include "NOD_node_declaration.hh" | ||||
| #include "NOD_node_tree_ref.hh" | #include "NOD_node_tree_ref.hh" | ||||
| #include "NOD_texture.h" | |||||
| #include "DEG_depsgraph_query.h" | #include "DEG_depsgraph_query.h" | ||||
| using namespace blender::nodes; | using namespace blender::nodes; | ||||
| /** | /** | ||||
| * These flags are used by the `changed_flag` field in #bNodeTree, #bNode and #bNodeSocket. | * These flags are used by the `changed_flag` field in #bNodeTree, #bNode and #bNodeSocket. | ||||
| * This enum is not part of the public api. It should be used through the `BKE_ntree_update_tag_*` | * This enum is not part of the public api. It should be used through the `BKE_ntree_update_tag_*` | ||||
| ▲ Show 20 Lines • Show All 992 Lines • Show Last 20 Lines | |||||