|
Blender
V3.3
|
Public Attributes | |
| struct Main * | bmain |
| Scene * | scene |
| Object * | object |
| ARegion * | region |
| bGPdata * | gpd |
| Brush * | brush |
| GP_SpaceConversion | gsc |
| bool | is_painting |
| bool | first |
| bool | is_multiframe |
| bool | use_multiframe_falloff |
| int | vrgroup |
| float | mval [2] |
| float | mval_prev [2] |
| float | pressure |
| float | pressure_prev |
| float | dvec [2] |
| float | mf_falloff |
| rcti | brush_rect |
| tGP_Selected * | pbuffer |
| int | pbuffer_used |
| int | pbuffer_size |
Definition at line 80 of file gpencil_weight_paint.c.
| struct Main* tGP_BrushWeightpaintData::bmain |
Definition at line 81 of file gpencil_weight_paint.c.
Referenced by brush_draw_apply(), and gpencil_weightpaint_brush_init().
| Brush* tGP_BrushWeightpaintData::brush |
Definition at line 90 of file gpencil_weight_paint.c.
Referenced by brush_draw_apply(), brush_influence_calc(), gpencil_weightpaint_brush_apply(), gpencil_weightpaint_brush_do_frame(), gpencil_weightpaint_brush_init(), and gpencil_weightpaint_select_stroke().
| rcti tGP_BrushWeightpaintData::brush_rect |
Definition at line 122 of file gpencil_weight_paint.c.
Referenced by gpencil_weightpaint_brush_apply(), and gpencil_weightpaint_select_stroke().
| float tGP_BrushWeightpaintData::dvec[2] |
Definition at line 116 of file gpencil_weight_paint.c.
Referenced by brush_calc_dvec_2d().
| bool tGP_BrushWeightpaintData::first |
Definition at line 99 of file gpencil_weight_paint.c.
Referenced by gpencil_weightpaint_brush_apply(), gpencil_weightpaint_brush_apply_event(), gpencil_weightpaint_brush_init(), and gpencil_weightpaint_brush_modal().
| bGPdata* tGP_BrushWeightpaintData::gpd |
Definition at line 88 of file gpencil_weight_paint.c.
Referenced by brush_draw_apply(), gpencil_weightpaint_brush_apply(), gpencil_weightpaint_brush_init(), and gpencil_weightpaint_brush_modal().
| GP_SpaceConversion tGP_BrushWeightpaintData::gsc |
Definition at line 93 of file gpencil_weight_paint.c.
Referenced by gpencil_weightpaint_brush_init(), and gpencil_weightpaint_select_stroke().
| bool tGP_BrushWeightpaintData::is_multiframe |
Definition at line 102 of file gpencil_weight_paint.c.
Referenced by gpencil_weightpaint_brush_apply_to_layers(), and gpencil_weightpaint_brush_init().
| bool tGP_BrushWeightpaintData::is_painting |
Definition at line 96 of file gpencil_weight_paint.c.
Referenced by gpencil_weightpaint_brush_init(), gpencil_weightpaint_brush_invoke(), and gpencil_weightpaint_brush_modal().
| float tGP_BrushWeightpaintData::mf_falloff |
Definition at line 119 of file gpencil_weight_paint.c.
Referenced by brush_influence_calc(), and gpencil_weightpaint_brush_apply_to_layers().
| float tGP_BrushWeightpaintData::mval[2] |
Definition at line 112 of file gpencil_weight_paint.c.
Referenced by brush_calc_dvec_2d(), brush_influence_calc(), gpencil_weightpaint_brush_apply(), and gpencil_weightpaint_select_stroke().
| float tGP_BrushWeightpaintData::mval_prev[2] |
Definition at line 112 of file gpencil_weight_paint.c.
Referenced by brush_calc_dvec_2d(), and gpencil_weightpaint_brush_apply().
| Object* tGP_BrushWeightpaintData::object |
Definition at line 83 of file gpencil_weight_paint.c.
Referenced by brush_draw_apply(), gpencil_weightpaint_brush_apply_to_layers(), and gpencil_weightpaint_brush_init().
| tGP_Selected* tGP_BrushWeightpaintData::pbuffer |
Stroke buffer.
Definition at line 126 of file gpencil_weight_paint.c.
Referenced by gpencil_save_selected_point(), gpencil_weightpaint_brush_do_frame(), gpencil_weightpaint_brush_exit(), and gpencil_weightpaint_brush_init().
| int tGP_BrushWeightpaintData::pbuffer_size |
Number of total elements available in cache.
Definition at line 130 of file gpencil_weight_paint.c.
Referenced by gpencil_save_selected_point(), gpencil_weightpaint_brush_do_frame(), and gpencil_weightpaint_brush_init().
| int tGP_BrushWeightpaintData::pbuffer_used |
Number of elements currently used in cache.
Definition at line 128 of file gpencil_weight_paint.c.
Referenced by gpencil_save_selected_point(), gpencil_weightpaint_brush_do_frame(), and gpencil_weightpaint_brush_init().
| float tGP_BrushWeightpaintData::pressure |
Definition at line 113 of file gpencil_weight_paint.c.
Referenced by brush_influence_calc(), gpencil_weightpaint_brush_apply(), gpencil_weightpaint_brush_do_frame(), and gpencil_weightpaint_select_stroke().
| float tGP_BrushWeightpaintData::pressure_prev |
Definition at line 113 of file gpencil_weight_paint.c.
Referenced by gpencil_weightpaint_brush_apply().
| ARegion* tGP_BrushWeightpaintData::region |
Definition at line 85 of file gpencil_weight_paint.c.
Referenced by gpencil_weightpaint_brush_init().
| Scene* tGP_BrushWeightpaintData::scene |
Definition at line 82 of file gpencil_weight_paint.c.
Referenced by gpencil_weightpaint_brush_init().
| bool tGP_BrushWeightpaintData::use_multiframe_falloff |
Definition at line 103 of file gpencil_weight_paint.c.
Referenced by gpencil_weightpaint_brush_apply_to_layers(), and gpencil_weightpaint_brush_init().
| int tGP_BrushWeightpaintData::vrgroup |
Definition at line 106 of file gpencil_weight_paint.c.
Referenced by brush_draw_apply(), and gpencil_weightpaint_brush_init().