Blender  V3.3
Public Attributes | List of all members
DynamicPaintPaintData Struct Reference

Public Attributes

const DynamicPaintSurfacesurface
 
const DynamicPaintBrushSettingsbrush
 
ObjectbrushOb
 
const Scenescene
 
const float timescale
 
const int c_index
 
Meshmesh
 
const MVertmvert
 
const MLoopmloop
 
const MLoopTrimlooptri
 
const float brush_radius
 
const floatavg_brushNor
 
const Vec3fbrushVelocity
 
const ParticleSystempsys
 
const float solidradius
 
voidtreeData
 
floatpointCoord
 

Detailed Description

Definition at line 3881 of file dynamicpaint.c.

Member Data Documentation

◆ avg_brushNor

const float* DynamicPaintPaintData::avg_brushNor

Definition at line 3894 of file dynamicpaint.c.

◆ brush

const DynamicPaintBrushSettings* DynamicPaintPaintData::brush

Definition at line 3883 of file dynamicpaint.c.

◆ brush_radius

const float DynamicPaintPaintData::brush_radius

Definition at line 3893 of file dynamicpaint.c.

◆ brushOb

Object* DynamicPaintPaintData::brushOb

Definition at line 3884 of file dynamicpaint.c.

◆ brushVelocity

const Vec3f* DynamicPaintPaintData::brushVelocity

Definition at line 3895 of file dynamicpaint.c.

◆ c_index

const int DynamicPaintPaintData::c_index

Definition at line 3887 of file dynamicpaint.c.

◆ mesh

Mesh* DynamicPaintPaintData::mesh

Definition at line 3889 of file dynamicpaint.c.

◆ mloop

const MLoop* DynamicPaintPaintData::mloop

Definition at line 3891 of file dynamicpaint.c.

◆ mlooptri

const MLoopTri* DynamicPaintPaintData::mlooptri

Definition at line 3892 of file dynamicpaint.c.

◆ mvert

const MVert* DynamicPaintPaintData::mvert

Definition at line 3890 of file dynamicpaint.c.

◆ pointCoord

float* DynamicPaintPaintData::pointCoord

Definition at line 3902 of file dynamicpaint.c.

◆ psys

const ParticleSystem* DynamicPaintPaintData::psys

Definition at line 3897 of file dynamicpaint.c.

◆ scene

const Scene* DynamicPaintPaintData::scene

Definition at line 3885 of file dynamicpaint.c.

◆ solidradius

const float DynamicPaintPaintData::solidradius

Definition at line 3898 of file dynamicpaint.c.

◆ surface

const DynamicPaintSurface* DynamicPaintPaintData::surface

Definition at line 3882 of file dynamicpaint.c.

◆ timescale

const float DynamicPaintPaintData::timescale

Definition at line 3886 of file dynamicpaint.c.

◆ treeData

void* DynamicPaintPaintData::treeData

Definition at line 3900 of file dynamicpaint.c.


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