Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/physics/particle_edit.c
| Context not available. | |||||
| /* always gets at least the first particlesystem even if PSYS_CURRENT flag is not set | /* always gets at least the first particlesystem even if PSYS_CURRENT flag is not set | ||||
| * | * | ||||
| * note: this function runs on poll, therefor it can runs many times a second | * note: this function runs on poll, therefore it can runs many times a second | ||||
| * keep it fast! */ | * keep it fast! */ | ||||
| static PTCacheEdit *pe_get_current( | static PTCacheEdit *pe_get_current( | ||||
| Depsgraph *depsgraph, Scene *scene, Object *ob, int create) | Depsgraph *depsgraph, Scene *scene, Object *ob, int create) | ||||
| Context not available. | |||||