Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_particle_types.h520 #define PART_PHYS_NO 0 macro
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dversioning_290.c881 part->phystype = PART_PHYS_NO; in blo_do_versions_290()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dfluid.c1522 if (ffs->flags & FLUID_FLOW_INITVELOCITY && (ffs->psys->part->phystype != PART_PHYS_NO)) { in emit_from_particles_task_cb()
1665 if (ffs->flags & FLUID_FLOW_INITVELOCITY && (psys->part->phystype != PART_PHYS_NO)) { in emit_from_particles()
4532 part->phystype = PART_PHYS_NO; /* No physics needed, part system only used to display data. */ in BKE_fluid_particle_system_create()
H A Dparticle_system.c3922 else if (part->phystype == PART_PHYS_NO) { in dynamics_step()
4714 if (ELEM(part->phystype, PART_PHYS_NO, PART_PHYS_KEYED)) { in psys_prepare_physics()
4883 case PART_PHYS_NO: in particle_system_update()
H A Dpointcache.c1137 if (ELEM(psys->part->phystype, PART_PHYS_NO, PART_PHYS_KEYED)) { in foreach_object_particle_ptcache()
H A Dparticle.c4648 if (pa->state.time == cfra || ELEM(part->phystype, PART_PHYS_NO, PART_PHYS_KEYED)) { in psys_get_particle_state()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_particle.c2394 {PART_PHYS_NO, "NO", 0, "None", ""}, in rna_def_particle_settings()