|
Blender
V2.93
|
#include <curves.h>
Public Member Functions | |
| ParticleCurveData () | |
| ~ParticleCurveData () | |
Public Attributes | |
| array< int > | psys_firstcurve |
| array< int > | psys_curvenum |
| array< int > | psys_shader |
| array< float > | psys_rootradius |
| array< float > | psys_tipradius |
| array< float > | psys_shape |
| array< bool > | psys_closetip |
| array< int > | curve_firstkey |
| array< int > | curve_keynum |
| array< float > | curve_length |
| array< float2 > | curve_uv |
| array< float4 > | curve_vcol |
| array< float3 > | curvekey_co |
| array< float > | curvekey_time |
| CCL_NAMESPACE_BEGIN ParticleCurveData::ParticleCurveData | ( | ) |
Definition at line 33 of file blender_curves.cpp.
| ParticleCurveData::~ParticleCurveData | ( | ) |
Definition at line 37 of file blender_curves.cpp.
| array<int> ParticleCurveData::curve_firstkey |
Definition at line 49 of file curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), ExportCurveSegmentsMotion(), LerpCurveSegmentMotionCV(), and ObtainCacheParticleData().
| array<int> ParticleCurveData::curve_keynum |
Definition at line 50 of file curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), ExportCurveSegmentsMotion(), LerpCurveSegmentMotionCV(), and ObtainCacheParticleData().
Definition at line 51 of file curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 52 of file curves.h.
Referenced by ObtainCacheParticleUV().
| array<float4> ParticleCurveData::curve_vcol |
Definition at line 53 of file curves.h.
Referenced by ObtainCacheParticleVcol().
Definition at line 55 of file curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 56 of file curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
| array<bool> ParticleCurveData::psys_closetip |
Definition at line 47 of file curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
| array<int> ParticleCurveData::psys_curvenum |
Definition at line 41 of file curves.h.
Referenced by ExportCurveSegments(), ExportCurveSegmentsMotion(), and ObtainCacheParticleData().
| array<int> ParticleCurveData::psys_firstcurve |
Definition at line 40 of file curves.h.
Referenced by ExportCurveSegments(), ExportCurveSegmentsMotion(), and ObtainCacheParticleData().
Definition at line 44 of file curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
| array<int> ParticleCurveData::psys_shader |
Definition at line 42 of file curves.h.
Referenced by ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 46 of file curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 45 of file curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().