|
Blender V4.5
|
Public Attributes | |
| const DynamicPaintSurface * | surface |
| PaintUVPoint * | tempPoints |
| Vec3f * | tempWeights |
| blender::Span< int3int3 > | corner_tris |
| const float(* | mloopuv )[2] |
| blender::Span< int > | corner_verts |
| const Bounds2D * | faceBB |
| uint32_t * | active_points |
Definition at line 2208 of file dynamicpaint.cc.
| uint32_t* DynamicPaintCreateUVSurfaceData::active_points |
Definition at line 2219 of file dynamicpaint.cc.
| blender::Span<int3int3> DynamicPaintCreateUVSurfaceData::corner_tris |
Definition at line 2214 of file dynamicpaint.cc.
| blender::Span<int> DynamicPaintCreateUVSurfaceData::corner_verts |
Definition at line 2216 of file dynamicpaint.cc.
| const Bounds2D* DynamicPaintCreateUVSurfaceData::faceBB |
Definition at line 2218 of file dynamicpaint.cc.
| const float(* DynamicPaintCreateUVSurfaceData::mloopuv)[2] |
Definition at line 2215 of file dynamicpaint.cc.
| const DynamicPaintSurface* DynamicPaintCreateUVSurfaceData::surface |
Definition at line 2209 of file dynamicpaint.cc.
| PaintUVPoint* DynamicPaintCreateUVSurfaceData::tempPoints |
Definition at line 2211 of file dynamicpaint.cc.
| Vec3f* DynamicPaintCreateUVSurfaceData::tempWeights |
Definition at line 2212 of file dynamicpaint.cc.