|
Blender V4.3
|
Public Attributes | |
| const DynamicPaintSurface * | surface |
| Object * | ob |
| blender::Span< blender::float3 > | positions |
| blender::Span< blender::float3 > | vert_normals |
| const Vec3f * | canvas_verts |
| bool | do_velocity_data |
| bool | new_bdata |
Definition at line 5952 of file dynamicpaint.cc.
| const Vec3f* DynamicPaintGenerateBakeData::canvas_verts |
Definition at line 5958 of file dynamicpaint.cc.
| bool DynamicPaintGenerateBakeData::do_velocity_data |
Definition at line 5960 of file dynamicpaint.cc.
| bool DynamicPaintGenerateBakeData::new_bdata |
Definition at line 5961 of file dynamicpaint.cc.
| Object* DynamicPaintGenerateBakeData::ob |
Definition at line 5954 of file dynamicpaint.cc.
| blender::Span<blender::float3> DynamicPaintGenerateBakeData::positions |
Definition at line 5956 of file dynamicpaint.cc.
| const DynamicPaintSurface* DynamicPaintGenerateBakeData::surface |
Definition at line 5953 of file dynamicpaint.cc.
Referenced by dynamicPaint_generateBakeData().
| blender::Span<blender::float3> DynamicPaintGenerateBakeData::vert_normals |
Definition at line 5957 of file dynamicpaint.cc.