Home
last modified time | relevance | path

Searched defs:Depsgraph (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/
H A Ddepsgraph.h62 struct Depsgraph { struct
66 Depsgraph(Main *bmain, Scene *scene, ViewLayer *view_layer, eEvaluationMode mode); argument
106 IDDepsNodes id_nodes;
109 TimeSourceNode *time_source;
112 bool need_update;
118 char id_type_exist[MAX_LIBARRAY];
123 Set<OperationNode *> entry_tags;
129 OperationNodes operations;
133 SpinLock lock;
157 DepsgraphDebug debug; argument
[all …]
H A Ddepsgraph.cc63 Depsgraph::Depsgraph(Main *bmain, Scene *scene, ViewLayer *view_layer, eEvaluationMode mode) in Depsgraph() function in blender::deg::Depsgraph
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/node/
H A Ddeg_node_time.cc34 void TimeSourceNode::tag_update(Depsgraph * /*graph*/, eUpdateSource /*source*/) in tag_update() argument
H A Ddeg_node_component.cc291 void ComponentNode::finalize_build(Depsgraph * /*graph*/) in finalize_build() argument
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/intern/eval/
H A Ddeg_eval_runtime_backup_volume.cc39 VolumeBackup::VolumeBackup(const Depsgraph * /*depsgraph*/) : grids(nullptr) in VolumeBackup()
H A Ddeg_eval_runtime_backup_sound.cc33 SoundBackup::SoundBackup(const Depsgraph * /*depsgraph*/) in SoundBackup()
H A Ddeg_eval_runtime_backup_movieclip.cc33 MovieClipBackup::MovieClipBackup(const Depsgraph * /*depsgraph*/) in MovieClipBackup()
H A Ddeg_eval_runtime_backup_sequence.cc31 SequenceBackup::SequenceBackup(const Depsgraph * /*depsgraph*/) in SequenceBackup()
H A Ddeg_eval_runtime_backup_object.cc38 ObjectRuntimeBackup::ObjectRuntimeBackup(const Depsgraph * /*depsgraph*/) in ObjectRuntimeBackup()
H A Ddeg_eval_copy_on_write.cc567 void update_armature_edit_mode_pointers(const Depsgraph * /*depsgraph*/, in update_armature_edit_mode_pointers()
577 void update_curve_edit_mode_pointers(const Depsgraph * /*depsgraph*/, in update_curve_edit_mode_pointers()
587 void update_mball_edit_mode_pointers(const Depsgraph * /*depsgraph*/, in update_mball_edit_mode_pointers()
596 void update_lattice_edit_mode_pointers(const Depsgraph * /*depsgraph*/, in update_lattice_edit_mode_pointers()
/dports/graphics/blender/blender-2.91.0/source/blender/depsgraph/
H A DDEG_depsgraph.h51 typedef struct Depsgraph Depsgraph; typedef
/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_util.h48 BL::Depsgraph & /*depsgraph*/, in object_to_mesh()