|
Blender V4.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 22 of file scene/curves.h.
| CCL_NAMESPACE_BEGIN ParticleCurveData::ParticleCurveData | ( | ) |
Definition at line 28 of file blender/curves.cpp.
| ParticleCurveData::~ParticleCurveData | ( | ) |
Definition at line 30 of file blender/curves.cpp.
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(), ExportCurveSegmentsMotion(), LerpCurveSegmentMotionCV(), and ObtainCacheParticleData().
Definition at line 39 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 40 of file scene/curves.h.
Referenced by ObtainCacheParticleUV().
| array<float4> ParticleCurveData::curve_vcol |
Definition at line 41 of file scene/curves.h.
Referenced by ObtainCacheParticleVcol().
Definition at line 43 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 44 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
| array<bool> ParticleCurveData::psys_closetip |
Definition at line 35 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 29 of file scene/curves.h.
Referenced by ExportCurveSegments(), ExportCurveSegmentsMotion(), and ObtainCacheParticleData().
Definition at line 28 of file scene/curves.h.
Referenced by ExportCurveSegments(), ExportCurveSegmentsMotion(), and ObtainCacheParticleData().
Definition at line 32 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 30 of file scene/curves.h.
Referenced by ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 34 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 33 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().