|
Blender V5.0
|
#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 19 of file scene/curves.h.
|
default |
|
default |
| array<int> ParticleCurveData::curve_firstkey |
Definition at line 34 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), ExportCurveSegmentsMotion(), LerpCurveSegmentMotionCV(), and ObtainCacheParticleData().
| array<int> ParticleCurveData::curve_keynum |
Definition at line 35 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), ExportCurveSegmentsMotion(), LerpCurveSegmentMotionCV(), and ObtainCacheParticleData().
Definition at line 36 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 37 of file scene/curves.h.
Referenced by ObtainCacheParticleUV().
Definition at line 38 of file scene/curves.h.
Referenced by ObtainCacheParticleVcol().
Definition at line 40 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 41 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
| array<bool> ParticleCurveData::psys_closetip |
Definition at line 32 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
| array<int> ParticleCurveData::psys_curvenum |
Definition at line 26 of file scene/curves.h.
Referenced by ExportCurveSegments(), ExportCurveSegmentsMotion(), and ObtainCacheParticleData().
| array<int> ParticleCurveData::psys_firstcurve |
Definition at line 25 of file scene/curves.h.
Referenced by ExportCurveSegments(), ExportCurveSegmentsMotion(), and ObtainCacheParticleData().
Definition at line 29 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
| array<int> ParticleCurveData::psys_shader |
Definition at line 27 of file scene/curves.h.
Referenced by ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 31 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().
Definition at line 30 of file scene/curves.h.
Referenced by CurveSegmentMotionCV(), ExportCurveSegments(), and ObtainCacheParticleData().