Blender  V2.93
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
 
void * treeData
 
floatpointCoord
 

Detailed Description

Definition at line 3919 of file dynamicpaint.c.

Member Data Documentation

◆ avg_brushNor

const float* DynamicPaintPaintData::avg_brushNor

Definition at line 3932 of file dynamicpaint.c.

◆ brush

const DynamicPaintBrushSettings* DynamicPaintPaintData::brush

Definition at line 3921 of file dynamicpaint.c.

◆ brush_radius

const float DynamicPaintPaintData::brush_radius

Definition at line 3931 of file dynamicpaint.c.

◆ brushOb

Object* DynamicPaintPaintData::brushOb

Definition at line 3922 of file dynamicpaint.c.

◆ brushVelocity

const Vec3f* DynamicPaintPaintData::brushVelocity

Definition at line 3933 of file dynamicpaint.c.

◆ c_index

const int DynamicPaintPaintData::c_index

Definition at line 3925 of file dynamicpaint.c.

◆ mesh

Mesh* DynamicPaintPaintData::mesh

Definition at line 3927 of file dynamicpaint.c.

◆ mloop

const MLoop* DynamicPaintPaintData::mloop

Definition at line 3929 of file dynamicpaint.c.

◆ mlooptri

const MLoopTri* DynamicPaintPaintData::mlooptri

Definition at line 3930 of file dynamicpaint.c.

◆ mvert

const MVert* DynamicPaintPaintData::mvert

Definition at line 3928 of file dynamicpaint.c.

◆ pointCoord

float* DynamicPaintPaintData::pointCoord

Definition at line 3940 of file dynamicpaint.c.

◆ psys

const ParticleSystem* DynamicPaintPaintData::psys

Definition at line 3935 of file dynamicpaint.c.

◆ scene

const Scene* DynamicPaintPaintData::scene

Definition at line 3923 of file dynamicpaint.c.

◆ solidradius

const float DynamicPaintPaintData::solidradius

Definition at line 3936 of file dynamicpaint.c.

◆ surface

const DynamicPaintSurface* DynamicPaintPaintData::surface

Definition at line 3920 of file dynamicpaint.c.

◆ timescale

const float DynamicPaintPaintData::timescale

Definition at line 3924 of file dynamicpaint.c.

◆ treeData

void* DynamicPaintPaintData::treeData

Definition at line 3938 of file dynamicpaint.c.


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