|
Blender V4.3
|
#include <grease_pencil_intern.hh>
Static Public Member Functions | |
| static GreasePencilStrokeParams | from_context (const Scene &scene, Depsgraph &depsgraph, ARegion ®ion, RegionView3D &rv3d, Object &object, int layer_index, int frame_number, float multi_frame_falloff, bke::greasepencil::Drawing &drawing) |
Public Attributes | |
| const ToolSettings & | toolsettings |
| const ARegion & | region |
| const RegionView3D & | rv3d |
| const Scene & | scene |
| Object & | ob_orig |
| Object & | ob_eval |
| const bke::greasepencil::Layer & | layer |
| int | layer_index |
| int | frame_number |
| float | multi_frame_falloff |
| bke::greasepencil::Drawing & | drawing |
Definition at line 98 of file grease_pencil_intern.hh.
|
static |
Definition at line 264 of file grease_pencil_paint_common.cc.
References DEG_get_evaluated_object(), depsgraph, drawing, frame_number, layer, layer_index, multi_frame_falloff, ob_eval, region, rv3d, and scene.
Referenced by blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeOperationCommon::foreach_editable_drawing(), and blender::ed::sculpt_paint::greasepencil::GrabOperation::foreach_grabbed_drawing().
| bke::greasepencil::Drawing& blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeParams::drawing |
Definition at line 109 of file grease_pencil_intern.hh.
Referenced by from_context().
| int blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeParams::frame_number |
Definition at line 107 of file grease_pencil_intern.hh.
Referenced by from_context().
| const bke::greasepencil::Layer& blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeParams::layer |
Definition at line 105 of file grease_pencil_intern.hh.
Referenced by from_context().
| int blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeParams::layer_index |
Definition at line 106 of file grease_pencil_intern.hh.
Referenced by from_context().
| float blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeParams::multi_frame_falloff |
Definition at line 108 of file grease_pencil_intern.hh.
Referenced by from_context().
| Object& blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeParams::ob_eval |
Definition at line 104 of file grease_pencil_intern.hh.
Referenced by from_context().
| Object& blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeParams::ob_orig |
Definition at line 103 of file grease_pencil_intern.hh.
| const ARegion& blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeParams::region |
Definition at line 100 of file grease_pencil_intern.hh.
Referenced by from_context().
| const RegionView3D& blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeParams::rv3d |
Definition at line 101 of file grease_pencil_intern.hh.
Referenced by from_context().
| const Scene& blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeParams::scene |
Definition at line 102 of file grease_pencil_intern.hh.
Referenced by from_context().
| const ToolSettings& blender::ed::sculpt_paint::greasepencil::GreasePencilStrokeParams::toolsettings |
Definition at line 99 of file grease_pencil_intern.hh.