|
Blender V4.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 351 of file deg_builder_relations.h.
|
inline |
Definition at line 352 of file deg_builder_relations.h.
References BLI_assert.
| DepsgraphRelationBuilder* blender::deg::DepsNodeHandle::builder |
Definition at line 360 of file deg_builder_relations.h.
Referenced by DEG_add_bone_relation(), DEG_add_collection_geometry_relation(), DEG_add_customdata_mask(), DEG_add_depends_on_transform_relation(), DEG_add_generic_id_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_special_eval_flag(), and DEG_get_graph_from_handle().
| const char* blender::deg::DepsNodeHandle::default_name |
Definition at line 362 of file deg_builder_relations.h.
| OperationNode* blender::deg::DepsNodeHandle::node |
Definition at line 361 of file deg_builder_relations.h.
Referenced by DEG_get_id_from_handle().