|
Blender
V3.3
|
#include <BKE_modifier.h>
Public Attributes | |
| struct Scene * | scene |
| struct Object * | object |
| struct DepsNodeHandle * | node |
Definition at line 131 of file BKE_modifier.h.
| struct DepsNodeHandle* ModifierUpdateDepsgraphContext::node |
Definition at line 134 of file BKE_modifier.h.
Referenced by add_collection_relation(), add_object_relation(), add_this_collection(), blender::deg::DepsgraphRelationBuilder::build_object_data_geometry(), and updateDepsgraph().
| struct Object* ModifierUpdateDepsgraphContext::object |
Definition at line 133 of file BKE_modifier.h.
Referenced by add_object_relation(), blender::deg::DepsgraphRelationBuilder::build_object_data_geometry(), and updateDepsgraph().
| struct Scene* ModifierUpdateDepsgraphContext::scene |
Definition at line 132 of file BKE_modifier.h.
Referenced by blender::deg::DepsgraphRelationBuilder::build_object_data_geometry(), and updateDepsgraph().