Blender V4.3
DynamicPaintPaintData Struct Reference

Public Attributes

const DynamicPaintSurfacesurface
 
const DynamicPaintBrushSettingsbrush
 
ObjectbrushOb
 
const Scenescene
 
float timescale
 
int c_index
 
Meshmesh
 
blender::Span< blender::float3positions
 
blender::Span< intcorner_verts
 
blender::Span< int3corner_tris
 
float brush_radius
 
const floatavg_brushNor
 
const Vec3fbrushVelocity
 
const ParticleSystempsys
 
float solidradius
 
void * treeData
 
floatpointCoord
 

Detailed Description

Definition at line 3930 of file dynamicpaint.cc.

Member Data Documentation

◆ avg_brushNor

const float* DynamicPaintPaintData::avg_brushNor

Definition at line 3943 of file dynamicpaint.cc.

◆ brush

const DynamicPaintBrushSettings* DynamicPaintPaintData::brush

Definition at line 3932 of file dynamicpaint.cc.

◆ brush_radius

float DynamicPaintPaintData::brush_radius

Definition at line 3942 of file dynamicpaint.cc.

◆ brushOb

Object* DynamicPaintPaintData::brushOb

Definition at line 3933 of file dynamicpaint.cc.

◆ brushVelocity

const Vec3f* DynamicPaintPaintData::brushVelocity

Definition at line 3944 of file dynamicpaint.cc.

◆ c_index

int DynamicPaintPaintData::c_index

Definition at line 3936 of file dynamicpaint.cc.

◆ corner_tris

blender::Span<int3> DynamicPaintPaintData::corner_tris

Definition at line 3941 of file dynamicpaint.cc.

◆ corner_verts

blender::Span<int> DynamicPaintPaintData::corner_verts

Definition at line 3940 of file dynamicpaint.cc.

◆ mesh

Mesh* DynamicPaintPaintData::mesh

Definition at line 3938 of file dynamicpaint.cc.

◆ pointCoord

float* DynamicPaintPaintData::pointCoord

Definition at line 3951 of file dynamicpaint.cc.

◆ positions

blender::Span<blender::float3> DynamicPaintPaintData::positions

Definition at line 3939 of file dynamicpaint.cc.

◆ psys

const ParticleSystem* DynamicPaintPaintData::psys

Definition at line 3946 of file dynamicpaint.cc.

◆ scene

const Scene* DynamicPaintPaintData::scene

Definition at line 3934 of file dynamicpaint.cc.

◆ solidradius

float DynamicPaintPaintData::solidradius

Definition at line 3947 of file dynamicpaint.cc.

◆ surface

const DynamicPaintSurface* DynamicPaintPaintData::surface

◆ timescale

float DynamicPaintPaintData::timescale

Definition at line 3935 of file dynamicpaint.cc.

◆ treeData

void* DynamicPaintPaintData::treeData

Definition at line 3949 of file dynamicpaint.cc.


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