|
Blender
V3.3
|
#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 |
Definition at line 21 of file scene/curves.h.
| CCL_NAMESPACE_BEGIN ParticleCurveData::ParticleCurveData | ( | ) |
Definition at line 23 of file blender/curves.cpp.
| ParticleCurveData::~ParticleCurveData | ( | ) |
Definition at line 27 of file blender/curves.cpp.
| array<int> ParticleCurveData::curve_firstkey |
Definition at line 36 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), ExportCurveSegmentsMotion(), LerpCurveSegmentMotionCV(), and ObtainCacheParticleData().
| array<int> ParticleCurveData::curve_keynum |
Definition at line 37 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), ExportCurveSegmentsMotion(), LerpCurveSegmentMotionCV(), and ObtainCacheParticleData().
Definition at line 38 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 39 of file scene/curves.h.
Referenced by ObtainCacheParticleUV().
Definition at line 40 of file scene/curves.h.
Referenced by ObtainCacheParticleVcol().
Definition at line 42 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 43 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 34 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
| array<int> ParticleCurveData::psys_curvenum |
Definition at line 28 of file scene/curves.h.
Referenced by ExportCurveSegments(), ExportCurveSegmentsMotion(), and ObtainCacheParticleData().
| array<int> ParticleCurveData::psys_firstcurve |
Definition at line 27 of file scene/curves.h.
Referenced by ExportCurveSegments(), ExportCurveSegmentsMotion(), and ObtainCacheParticleData().
Definition at line 31 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
| array<int> ParticleCurveData::psys_shader |
Definition at line 29 of file scene/curves.h.
Referenced by ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 33 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 32 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().