Blender V5.0
DynamicPaintPaintData Struct Reference

Public Attributes

const DynamicPaintSurfacesurface
const DynamicPaintBrushSettingsbrush
ObjectbrushOb
const Scenescene
float timescale
int c_index
Meshmesh
blender::Span< blender::float3positions
blender::Span< int > corner_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 3946 of file dynamicpaint.cc.

Member Data Documentation

◆ avg_brushNor

const float* DynamicPaintPaintData::avg_brushNor

Definition at line 3959 of file dynamicpaint.cc.

◆ brush

const DynamicPaintBrushSettings* DynamicPaintPaintData::brush

Definition at line 3948 of file dynamicpaint.cc.

◆ brush_radius

float DynamicPaintPaintData::brush_radius

Definition at line 3958 of file dynamicpaint.cc.

◆ brushOb

Object* DynamicPaintPaintData::brushOb

Definition at line 3949 of file dynamicpaint.cc.

◆ brushVelocity

const Vec3f* DynamicPaintPaintData::brushVelocity

Definition at line 3960 of file dynamicpaint.cc.

◆ c_index

int DynamicPaintPaintData::c_index

Definition at line 3952 of file dynamicpaint.cc.

◆ corner_tris

blender::Span<int3> DynamicPaintPaintData::corner_tris

Definition at line 3957 of file dynamicpaint.cc.

◆ corner_verts

blender::Span<int> DynamicPaintPaintData::corner_verts

Definition at line 3956 of file dynamicpaint.cc.

◆ mesh

Mesh* DynamicPaintPaintData::mesh

Definition at line 3954 of file dynamicpaint.cc.

◆ pointCoord

float* DynamicPaintPaintData::pointCoord

Definition at line 3967 of file dynamicpaint.cc.

◆ positions

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

Definition at line 3955 of file dynamicpaint.cc.

◆ psys

const ParticleSystem* DynamicPaintPaintData::psys

Definition at line 3962 of file dynamicpaint.cc.

◆ scene

const Scene* DynamicPaintPaintData::scene

Definition at line 3950 of file dynamicpaint.cc.

◆ solidradius

float DynamicPaintPaintData::solidradius

Definition at line 3963 of file dynamicpaint.cc.

◆ surface

const DynamicPaintSurface* DynamicPaintPaintData::surface

Definition at line 3947 of file dynamicpaint.cc.

◆ timescale

float DynamicPaintPaintData::timescale

Definition at line 3951 of file dynamicpaint.cc.

◆ treeData

void* DynamicPaintPaintData::treeData

Definition at line 3965 of file dynamicpaint.cc.


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