Blender
V3.3
|
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 2183 of file dynamicpaint.c.
uint32_t* DynamicPaintCreateUVSurfaceData::active_points |
Definition at line 2195 of file dynamicpaint.c.
const Bounds2D* DynamicPaintCreateUVSurfaceData::faceBB |
Definition at line 2194 of file dynamicpaint.c.
const MLoop* DynamicPaintCreateUVSurfaceData::mloop |
Definition at line 2191 of file dynamicpaint.c.
const MLoopTri* DynamicPaintCreateUVSurfaceData::mlooptri |
Definition at line 2189 of file dynamicpaint.c.
const MLoopUV* DynamicPaintCreateUVSurfaceData::mloopuv |
Definition at line 2190 of file dynamicpaint.c.
const DynamicPaintSurface* DynamicPaintCreateUVSurfaceData::surface |
Definition at line 2184 of file dynamicpaint.c.
PaintUVPoint* DynamicPaintCreateUVSurfaceData::tempPoints |
Definition at line 2186 of file dynamicpaint.c.
Vec3f* DynamicPaintCreateUVSurfaceData::tempWeights |
Definition at line 2187 of file dynamicpaint.c.
const int DynamicPaintCreateUVSurfaceData::tottri |
Definition at line 2192 of file dynamicpaint.c.