|
Blender V4.3
|
#include <curves_sculpt_intern.hh>
Public Member Functions | |
| CurvesSculptCommonContext (const bContext &C) | |
Public Attributes | |
| const Depsgraph * | depsgraph = nullptr |
| const Scene * | scene = nullptr |
| ARegion * | region = nullptr |
| const View3D * | v3d = nullptr |
| RegionView3D * | rv3d = nullptr |
Definition at line 117 of file curves_sculpt_intern.hh.
| blender::ed::sculpt_paint::CurvesSculptCommonContext::CurvesSculptCommonContext | ( | const bContext & | C | ) |
Definition at line 393 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 119 of file curves_sculpt_intern.hh.
Referenced by CurvesSculptCommonContext().
| ARegion* blender::ed::sculpt_paint::CurvesSculptCommonContext::region = nullptr |
Definition at line 121 of file curves_sculpt_intern.hh.
Referenced by CurvesSculptCommonContext().
| RegionView3D* blender::ed::sculpt_paint::CurvesSculptCommonContext::rv3d = nullptr |
Definition at line 123 of file curves_sculpt_intern.hh.
Referenced by CurvesSculptCommonContext().
| const Scene* blender::ed::sculpt_paint::CurvesSculptCommonContext::scene = nullptr |
Definition at line 120 of file curves_sculpt_intern.hh.
Referenced by CurvesSculptCommonContext().
| const View3D* blender::ed::sculpt_paint::CurvesSculptCommonContext::v3d = nullptr |
Definition at line 122 of file curves_sculpt_intern.hh.
Referenced by CurvesSculptCommonContext().