Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dobject_update.c244 ParticleSystem *tpsys, *psys; in BKE_object_handle_data_update() local
260 tpsys = psys->next; in BKE_object_handle_data_update()
263 psys = tpsys; in BKE_object_handle_data_update()
H A Dparticle.c787 ParticleSystem *tpsys; in psys_free() local
820 for (tpsys = ob->particlesystem.first; tpsys; tpsys = tpsys->next) { in psys_free()
821 if (tpsys->part) { in psys_free()
822 if (ELEM(tpsys->part->ren_as, PART_DRAW_OB, PART_DRAW_GR)) { in psys_free()