|
Blender V5.0
|
#include <curves_sculpt_intern.hh>
Public Member Functions | |
| CurvesSculptCommonContext (const bContext &C) | |
Public Attributes | |
| const Depsgraph * | depsgraph = nullptr |
| Scene * | scene = nullptr |
| ARegion * | region = nullptr |
| const View3D * | v3d = nullptr |
| RegionView3D * | rv3d = nullptr |
Definition at line 126 of file curves_sculpt_intern.hh.
| blender::ed::sculpt_paint::CurvesSculptCommonContext::CurvesSculptCommonContext | ( | const bContext & | C | ) |
Definition at line 401 of file curves_sculpt_brush.cc.
References C, CTX_data_depsgraph_pointer(), CTX_data_scene(), CTX_wm_region(), CTX_wm_region_view3d(), CTX_wm_view3d(), depsgraph, region, rv3d, scene, and v3d.
| const Depsgraph* blender::ed::sculpt_paint::CurvesSculptCommonContext::depsgraph = nullptr |
Definition at line 128 of file curves_sculpt_intern.hh.
Referenced by CurvesSculptCommonContext().
Definition at line 130 of file curves_sculpt_intern.hh.
Referenced by CurvesSculptCommonContext().
| RegionView3D* blender::ed::sculpt_paint::CurvesSculptCommonContext::rv3d = nullptr |
Definition at line 132 of file curves_sculpt_intern.hh.
Referenced by CurvesSculptCommonContext().
Definition at line 129 of file curves_sculpt_intern.hh.
Referenced by CurvesSculptCommonContext().
Definition at line 131 of file curves_sculpt_intern.hh.
Referenced by CurvesSculptCommonContext().