Blender V4.3
DynamicPaintGenerateBakeData Struct Reference

Public Attributes

const DynamicPaintSurfacesurface
 
Objectob
 
blender::Span< blender::float3positions
 
blender::Span< blender::float3vert_normals
 
const Vec3fcanvas_verts
 
bool do_velocity_data
 
bool new_bdata
 

Detailed Description

Definition at line 5952 of file dynamicpaint.cc.

Member Data Documentation

◆ canvas_verts

const Vec3f* DynamicPaintGenerateBakeData::canvas_verts

Definition at line 5958 of file dynamicpaint.cc.

◆ do_velocity_data

bool DynamicPaintGenerateBakeData::do_velocity_data

Definition at line 5960 of file dynamicpaint.cc.

◆ new_bdata

bool DynamicPaintGenerateBakeData::new_bdata

Definition at line 5961 of file dynamicpaint.cc.

◆ ob

Object* DynamicPaintGenerateBakeData::ob

Definition at line 5954 of file dynamicpaint.cc.

◆ positions

blender::Span<blender::float3> DynamicPaintGenerateBakeData::positions

Definition at line 5956 of file dynamicpaint.cc.

◆ surface

const DynamicPaintSurface* DynamicPaintGenerateBakeData::surface

Definition at line 5953 of file dynamicpaint.cc.

Referenced by dynamicPaint_generateBakeData().

◆ vert_normals

blender::Span<blender::float3> DynamicPaintGenerateBakeData::vert_normals

Definition at line 5957 of file dynamicpaint.cc.


The documentation for this struct was generated from the following file: