|
Blender
V3.3
|
Public Attributes | |
| const DynamicPaintSurface * | surface |
| Object * | ob |
| MVert * | mvert |
| const float(* | vert_normals )[3] |
| const MLoop * | mloop |
| const MPoly * | mpoly |
| float(* | fcolor )[4] |
| MLoopCol * | mloopcol |
| MLoopCol * | mloopcol_wet |
Definition at line 1773 of file dynamicpaint.c.
| float(* DynamicPaintModifierApplyData::fcolor)[4] |
Definition at line 1782 of file dynamicpaint.c.
| const MLoop* DynamicPaintModifierApplyData::mloop |
Definition at line 1779 of file dynamicpaint.c.
| MLoopCol* DynamicPaintModifierApplyData::mloopcol |
Definition at line 1783 of file dynamicpaint.c.
| MLoopCol* DynamicPaintModifierApplyData::mloopcol_wet |
Definition at line 1784 of file dynamicpaint.c.
| const MPoly* DynamicPaintModifierApplyData::mpoly |
Definition at line 1780 of file dynamicpaint.c.
| MVert* DynamicPaintModifierApplyData::mvert |
Definition at line 1777 of file dynamicpaint.c.
| Object* DynamicPaintModifierApplyData::ob |
Definition at line 1775 of file dynamicpaint.c.
| const DynamicPaintSurface* DynamicPaintModifierApplyData::surface |
Definition at line 1774 of file dynamicpaint.c.
| const float(* DynamicPaintModifierApplyData::vert_normals)[3] |
Definition at line 1778 of file dynamicpaint.c.