Blender
V3.3
|
#include <deg_builder_relations.h>
Public Member Functions | |
DepsNodeHandle (DepsgraphRelationBuilder *builder, OperationNode *node, const char *default_name="") | |
Public Attributes | |
DepsgraphRelationBuilder * | builder |
OperationNode * | node |
const char * | default_name |
Definition at line 371 of file deg_builder_relations.h.
|
inline |
Definition at line 372 of file deg_builder_relations.h.
References BLI_assert, and node.
DepsgraphRelationBuilder* blender::deg::DepsNodeHandle::builder |
Definition at line 380 of file deg_builder_relations.h.
Referenced by DEG_add_bone_relation(), DEG_add_collection_geometry_relation(), DEG_add_customdata_mask(), DEG_add_generic_id_relation(), DEG_add_modifier_to_transform_relation(), DEG_add_node_tree_output_relation(), DEG_add_object_cache_relation(), DEG_add_object_pointcache_relation(), DEG_add_object_relation(), DEG_add_scene_relation(), DEG_add_simulation_relation(), DEG_add_special_eval_flag(), and DEG_get_graph_from_handle().
const char* blender::deg::DepsNodeHandle::default_name |
Definition at line 382 of file deg_builder_relations.h.
OperationNode* blender::deg::DepsNodeHandle::node |
Definition at line 381 of file deg_builder_relations.h.
Referenced by blender::deg::DepsgraphRelationBuilder::add_modifier_to_transform_relation(), blender::deg::DepsgraphRelationBuilder::add_node_handle_relation(), DEG_get_id_from_handle(), and DepsNodeHandle().