Blender  V2.93
Public Member Functions | Public Attributes | List of all members
ParticleCurveData Class Reference

#include <curves.h>

Public Member Functions

 ParticleCurveData ()
 
 ~ParticleCurveData ()
 

Public Attributes

array< int > psys_firstcurve
 
array< int > psys_curvenum
 
array< int > psys_shader
 
array< floatpsys_rootradius
 
array< floatpsys_tipradius
 
array< floatpsys_shape
 
array< bool > psys_closetip
 
array< int > curve_firstkey
 
array< int > curve_keynum
 
array< floatcurve_length
 
array< float2curve_uv
 
array< float4 > curve_vcol
 
array< float3curvekey_co
 
array< floatcurvekey_time
 

Detailed Description

Definition at line 34 of file curves.h.

Constructor & Destructor Documentation

◆ ParticleCurveData()

CCL_NAMESPACE_BEGIN ParticleCurveData::ParticleCurveData ( )

Definition at line 33 of file blender_curves.cpp.

◆ ~ParticleCurveData()

ParticleCurveData::~ParticleCurveData ( )

Definition at line 37 of file blender_curves.cpp.

Member Data Documentation

◆ curve_firstkey

array<int> ParticleCurveData::curve_firstkey

◆ curve_keynum

array<int> ParticleCurveData::curve_keynum

◆ curve_length

array<float> ParticleCurveData::curve_length

Definition at line 51 of file curves.h.

Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().

◆ curve_uv

array<float2> ParticleCurveData::curve_uv

Definition at line 52 of file curves.h.

Referenced by ObtainCacheParticleUV().

◆ curve_vcol

array<float4> ParticleCurveData::curve_vcol

Definition at line 53 of file curves.h.

Referenced by ObtainCacheParticleVcol().

◆ curvekey_co

array<float3> ParticleCurveData::curvekey_co

Definition at line 55 of file curves.h.

Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().

◆ curvekey_time

array<float> ParticleCurveData::curvekey_time

Definition at line 56 of file curves.h.

Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().

◆ psys_closetip

array<bool> ParticleCurveData::psys_closetip

Definition at line 47 of file curves.h.

Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().

◆ psys_curvenum

array<int> ParticleCurveData::psys_curvenum

◆ psys_firstcurve

array<int> ParticleCurveData::psys_firstcurve

◆ psys_rootradius

array<float> ParticleCurveData::psys_rootradius

Definition at line 44 of file curves.h.

Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().

◆ psys_shader

array<int> ParticleCurveData::psys_shader

Definition at line 42 of file curves.h.

Referenced by ExportCurveSegments(), and ObtainCacheParticleData().

◆ psys_shape

array<float> ParticleCurveData::psys_shape

Definition at line 46 of file curves.h.

Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().

◆ psys_tipradius

array<float> ParticleCurveData::psys_tipradius

Definition at line 45 of file curves.h.

Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().


The documentation for this class was generated from the following files: