Home
last modified time | relevance | path

Searched refs:b_pa (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_particles.cpp69 BL::Particle b_pa = b_psys.particles[persistent_id[0]]; in sync_dupli_particle() local
73 pa.age = b_scene.frame_current() - b_pa.birth_time(); in sync_dupli_particle()
74 pa.lifetime = b_pa.lifetime(); in sync_dupli_particle()
75 pa.location = get_float3(b_pa.location()); in sync_dupli_particle()
76 pa.rotation = get_float4(b_pa.rotation()); in sync_dupli_particle()
77 pa.size = b_pa.size(); in sync_dupli_particle()
78 pa.velocity = get_float3(b_pa.velocity()); in sync_dupli_particle()
79 pa.angular_velocity = get_float3(b_pa.angular_velocity()); in sync_dupli_particle()
H A Dblender_curves.cpp195 BL::ParticleSystem::particles_iterator b_pa; in ObtainCacheParticleUV() local
196 b_psys.particles.begin(b_pa); in ObtainCacheParticleUV()
204 b_psys.uv_on_emitter(psmd, *b_pa, pa_no, uv_num, &uv.x); in ObtainCacheParticleUV()
207 if (pa_no < totparts && b_pa != b_psys.particles.end()) in ObtainCacheParticleUV()
208 ++b_pa; in ObtainCacheParticleUV()
258 BL::ParticleSystem::particles_iterator b_pa; in ObtainCacheParticleVcol() local
259 b_psys.particles.begin(b_pa); in ObtainCacheParticleVcol()
267 b_psys.mcol_on_emitter(psmd, *b_pa, pa_no, vcol_num, &vcol.x); in ObtainCacheParticleVcol()
270 if (pa_no < totparts && b_pa != b_psys.particles.end()) in ObtainCacheParticleVcol()
271 ++b_pa; in ObtainCacheParticleVcol()