|
Blender V4.3
|
Public Attributes | |
| PaintCurvePoint * | pcp |
| char | select |
| int | initial_loc [2] |
| float | point_initial_loc [3][2] |
| int | event |
| bool | align |
Definition at line 543 of file paint_curve.cc.
| bool PointSlideData::align |
Definition at line 549 of file paint_curve.cc.
Referenced by paintcurve_slide_invoke(), and paintcurve_slide_modal().
| int PointSlideData::event |
Definition at line 548 of file paint_curve.cc.
Referenced by paintcurve_slide_invoke(), and paintcurve_slide_modal().
| int PointSlideData::initial_loc[2] |
Definition at line 546 of file paint_curve.cc.
Referenced by paintcurve_slide_invoke(), and paintcurve_slide_modal().
| PaintCurvePoint* PointSlideData::pcp |
Definition at line 544 of file paint_curve.cc.
Referenced by paintcurve_slide_invoke(), and paintcurve_slide_modal().
| float PointSlideData::point_initial_loc[3][2] |
Definition at line 547 of file paint_curve.cc.
Referenced by paintcurve_slide_invoke(), and paintcurve_slide_modal().
| char PointSlideData::select |
Definition at line 545 of file paint_curve.cc.
Referenced by paintcurve_slide_invoke(), and paintcurve_slide_modal().