|
Blender V4.5
|
#include <ED_grease_pencil.hh>
Public Attributes | ||
| struct { | ||
| Vector< float3 > starts | ||
| Vector< float3 > ends | ||
| } | lines | |
| struct { | ||
| Vector< float3 > centers | ||
| Vector< float > radii | ||
| } | circles | |
Definition at line 590 of file ED_grease_pencil.hh.
| struct { ... } blender::ed::greasepencil::ExtensionData::circles |
Definition at line 593 of file ED_grease_pencil.hh.
Referenced by blender::ed::sculpt_paint::grease_pencil_fill_extension_cut(), blender::ed::sculpt_paint::grease_pencil_fill_extension_lines_from_circles(), blender::ed::sculpt_paint::grease_pencil_fill_get_extension_data(), blender::ed::sculpt_paint::grease_pencil_fill_overlay_cb(), and blender::ed::greasepencil::render_strokes().
| struct { ... } blender::ed::greasepencil::ExtensionData::lines |
Referenced by blender::ed::sculpt_paint::grease_pencil_fill_extension_cut(), blender::ed::sculpt_paint::grease_pencil_fill_extension_lines_from_circles(), blender::ed::sculpt_paint::grease_pencil_fill_get_extension_data(), blender::ed::sculpt_paint::grease_pencil_fill_overlay_cb(), and blender::ed::greasepencil::render_strokes().
| Vector<float> blender::ed::greasepencil::ExtensionData::radii |
Definition at line 592 of file ED_grease_pencil.hh.
Referenced by blender::ed::sculpt_paint::grease_pencil_fill_extension_cut(), blender::ed::sculpt_paint::grease_pencil_fill_extension_lines_from_circles(), blender::ed::sculpt_paint::grease_pencil_fill_get_extension_data(), blender::ed::sculpt_paint::grease_pencil_fill_overlay_cb(), and blender::ed::greasepencil::render_strokes().