Blender
V3.3
|
#include <DEG_depsgraph.h>
Public Attributes | |
struct Main * | bmain |
struct Depsgraph * | depsgraph |
struct Scene * | scene |
struct ViewLayer * | view_layer |
Definition at line 199 of file DEG_depsgraph.h.
struct Main* DEGEditorUpdateContext::bmain |
Definition at line 200 of file DEG_depsgraph.h.
Referenced by DEG_editors_update(), blender::deg::deg_graph_flush_updates(), ED_render_engine_changed(), ED_render_id_flush_update(), and ED_render_scene_update().
struct Depsgraph* DEGEditorUpdateContext::depsgraph |
Definition at line 201 of file DEG_depsgraph.h.
Referenced by DEG_editors_update(), blender::deg::deg_graph_flush_updates(), ED_render_engine_changed(), and ED_render_scene_update().
struct Scene* DEGEditorUpdateContext::scene |
Definition at line 202 of file DEG_depsgraph.h.
Referenced by DEG_editors_update(), blender::deg::deg_graph_flush_updates(), and ED_render_engine_changed().
struct ViewLayer* DEGEditorUpdateContext::view_layer |
Definition at line 203 of file DEG_depsgraph.h.
Referenced by DEG_editors_update(), blender::deg::deg_graph_flush_updates(), and ED_render_engine_changed().