Home
last modified time | relevance | path

Searched refs:b_psys (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/blender/blender-2.91.0/intern/cycles/blender/
H A Dblender_curves.cpp82 int totparts = b_psys.particles.length(); in ObtainCacheParticleData()
83 int totchild = background ? b_psys.child_particles.length() : in ObtainCacheParticleData()
129 b_psys.co_hair(*b_ob, pa_no, step_no, &co_world.x); in ObtainCacheParticleData()
176 int totparts = b_psys.particles.length(); in ObtainCacheParticleUV()
177 int totchild = background ? b_psys.child_particles.length() : in ObtainCacheParticleUV()
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()
239 int totparts = b_psys.particles.length(); in ObtainCacheParticleVcol()
259 b_psys.particles.begin(b_pa); in ObtainCacheParticleVcol()
[all …]
H A Dblender_particles.cpp35 BL::ParticleSystem b_psys = b_instance.particle_system(); in sync_dupli_particle() local
36 if (!b_psys) in sync_dupli_particle()
48 if (persistent_id[0] >= b_psys.particles.length()) in sync_dupli_particle()
69 BL::Particle b_pa = b_psys.particles[persistent_id[0]]; in sync_dupli_particle()
H A Dblender_sync.cpp175 BL::Object::particle_systems_iterator b_psys; in sync_recalc() local
176 for (b_ob.particle_systems.begin(b_psys); b_psys != b_ob.particle_systems.end(); in sync_recalc()
177 ++b_psys) { in sync_recalc()