|
Blender V5.0
|
Public Attributes | |
| const DynamicPaintSurface * | surface |
| PaintUVPoint * | tempPoints |
| Vec3f * | tempWeights |
| blender::Span< int3 > | corner_tris |
| blender::Span< blender::float2 > | uv_map |
| blender::Span< int > | corner_verts |
| const Bounds2D * | faceBB |
| uint32_t * | active_points |
Definition at line 2218 of file dynamicpaint.cc.
| uint32_t* DynamicPaintCreateUVSurfaceData::active_points |
Definition at line 2229 of file dynamicpaint.cc.
| blender::Span<int3> DynamicPaintCreateUVSurfaceData::corner_tris |
Definition at line 2224 of file dynamicpaint.cc.
| blender::Span<int> DynamicPaintCreateUVSurfaceData::corner_verts |
Definition at line 2226 of file dynamicpaint.cc.
| const Bounds2D* DynamicPaintCreateUVSurfaceData::faceBB |
Definition at line 2228 of file dynamicpaint.cc.
| const DynamicPaintSurface* DynamicPaintCreateUVSurfaceData::surface |
Definition at line 2219 of file dynamicpaint.cc.
| PaintUVPoint* DynamicPaintCreateUVSurfaceData::tempPoints |
Definition at line 2221 of file dynamicpaint.cc.
| Vec3f* DynamicPaintCreateUVSurfaceData::tempWeights |
Definition at line 2222 of file dynamicpaint.cc.
| blender::Span<blender::float2> DynamicPaintCreateUVSurfaceData::uv_map |
Definition at line 2225 of file dynamicpaint.cc.