Changeset View
Changeset View
Standalone View
Standalone View
source/blender/depsgraph/intern/depsgraph_intern.h
| Show First 20 Lines • Show All 43 Lines • ▼ Show 20 Lines | |||||
| #include "intern/nodes/deg_node.h" | #include "intern/nodes/deg_node.h" | ||||
| #include "intern/nodes/deg_node_component.h" | #include "intern/nodes/deg_node_component.h" | ||||
| #include "intern/nodes/deg_node_operation.h" | #include "intern/nodes/deg_node_operation.h" | ||||
| #include "intern/depsgraph.h" | #include "intern/depsgraph.h" | ||||
| #include "DEG_depsgraph_debug.h" | #include "DEG_depsgraph_debug.h" | ||||
| struct DEGEditorUpdateContext; | struct DEGEditorUpdateContext; | ||||
| struct Group; | struct Collection; | ||||
| struct Main; | struct Main; | ||||
| struct Scene; | struct Scene; | ||||
| namespace DEG { | namespace DEG { | ||||
| /* Node Types Handling ================================================= */ | /* Node Types Handling ================================================= */ | ||||
| /* "Typeinfo" for Node Types ------------------------------------------- */ | /* "Typeinfo" for Node Types ------------------------------------------- */ | ||||
| ▲ Show 20 Lines • Show All 82 Lines • Show Last 20 Lines | |||||