Blender V4.3
ClosestGreasePencilDrawing Struct Reference

Public Attributes

blender::StringRef selection_attribute_name
 
int info_index = -1
 
blender::bke::greasepencil::Drawingdrawing = nullptr
 
blender::ed::curves::FindClosestData elem = {}
 

Detailed Description

Definition at line 3207 of file view3d_select.cc.

Member Data Documentation

◆ drawing

blender::bke::greasepencil::Drawing* ClosestGreasePencilDrawing::drawing = nullptr

Definition at line 3210 of file view3d_select.cc.

Referenced by ed_grease_pencil_select_pick().

◆ elem

blender::ed::curves::FindClosestData ClosestGreasePencilDrawing::elem = {}

Definition at line 3211 of file view3d_select.cc.

Referenced by ed_grease_pencil_select_pick().

◆ info_index

int ClosestGreasePencilDrawing::info_index = -1

Definition at line 3209 of file view3d_select.cc.

Referenced by ed_grease_pencil_select_pick().

◆ selection_attribute_name

blender::StringRef ClosestGreasePencilDrawing::selection_attribute_name

Definition at line 3208 of file view3d_select.cc.

Referenced by ed_grease_pencil_select_pick().


The documentation for this struct was generated from the following file: