Home
last modified time | relevance | path

Searched refs:totcached (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_cache_impl_particles.c266 count_cache_segment_keys(edit->pathcache, edit->totcached, hair_cache); in ensure_seg_pt_count()
942 edit->totcached, in particle_batch_cache_ensure_procedural_strand_data()
1059 edit->pathcache, 0, edit->totcached, verts_per_hair, &elb); in particle_batch_cache_ensure_procedural_indices()
1098 particle_batch_cache_fill_segments_proc_pos(edit->pathcache, edit->totcached, &pos_step); in particle_batch_cache_ensure_procedural_pos()
1224 edit->totcached, in particle_batch_cache_ensure_pos_and_seg()
1499 edit, particle, edit->pathcache, 0, edit->totcached, &elb, &data_step); in particle_batch_cache_ensure_edit_pos_and_seg()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_pointcache.h272 int totpoint, totframes, totcached, edited; member
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_particle_types.h354 int flag, totpart, totunexist, totchild, totcached, totchildcache; member
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dparticle.c704 edit->totcached = 0; in psys_free_path_cache()
709 psys->totcached = 0; in psys_free_path_cache()
3202 psys->totcached = totpart; in psys_cache_paths()
3234 if (edit->totcached && !(point->flag & PEP_EDIT_RECALC)) { in psys_cache_edit_paths_iter()
3416 if (!cache || edit->totpoint != edit->totcached) { in psys_cache_edit_paths()
3445 edit->totcached = totpart; in psys_cache_edit_paths()
H A Dobject_dupli.c1206 totpart = psys->totcached; in make_duplis_particle_system()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_particle.c450 totpart = particlesystem->totcached; in rna_ParticleSystem_co_hair()
560 totpart = particlesystem->totcached != 0 ? particlesystem->totcached : particlesystem->totpart; in rna_ParticleSystem_tessfaceidx_on_emitter()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/object/
H A Dobject_modifier.c564 int totpart = psys_eval->totcached; in ED_object_modifier_convert()