|
Blender
V2.93
|
Public Attributes | |
| const DynamicPaintSurface * | surface |
| PaintUVPoint * | tempPoints |
| Vec3f * | tempWeights |
| const MLoopTri * | mlooptri |
| const MLoopUV * | mloopuv |
| const MLoop * | mloop |
| const int | tottri |
| const Bounds2D * | faceBB |
| uint32_t * | active_points |
Definition at line 2222 of file dynamicpaint.c.
| uint32_t* DynamicPaintCreateUVSurfaceData::active_points |
Definition at line 2234 of file dynamicpaint.c.
| const Bounds2D* DynamicPaintCreateUVSurfaceData::faceBB |
Definition at line 2233 of file dynamicpaint.c.
| const MLoop* DynamicPaintCreateUVSurfaceData::mloop |
Definition at line 2230 of file dynamicpaint.c.
| const MLoopTri* DynamicPaintCreateUVSurfaceData::mlooptri |
Definition at line 2228 of file dynamicpaint.c.
| const MLoopUV* DynamicPaintCreateUVSurfaceData::mloopuv |
Definition at line 2229 of file dynamicpaint.c.
| const DynamicPaintSurface* DynamicPaintCreateUVSurfaceData::surface |
Definition at line 2223 of file dynamicpaint.c.
| PaintUVPoint* DynamicPaintCreateUVSurfaceData::tempPoints |
Definition at line 2225 of file dynamicpaint.c.
| Vec3f* DynamicPaintCreateUVSurfaceData::tempWeights |
Definition at line 2226 of file dynamicpaint.c.
| const int DynamicPaintCreateUVSurfaceData::tottri |
Definition at line 2231 of file dynamicpaint.c.