Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_particle.h
| Show All 28 Lines | |||||
| struct Object; | struct Object; | ||||
| struct PTCacheEdit; | struct PTCacheEdit; | ||||
| struct ParticleEditSettings; | struct ParticleEditSettings; | ||||
| struct ParticleSystem; | struct ParticleSystem; | ||||
| struct Scene; | struct Scene; | ||||
| struct UndoType; | struct UndoType; | ||||
| struct ViewLayer; | struct ViewLayer; | ||||
| struct wmGenericUserData; | |||||
| struct bContext; | struct bContext; | ||||
| struct rcti; | struct rcti; | ||||
| struct wmGenericUserData; | |||||
| /* particle edit mode */ | /* particle edit mode */ | ||||
| void PE_free_ptcache_edit(struct PTCacheEdit *edit); | void PE_free_ptcache_edit(struct PTCacheEdit *edit); | ||||
| int PE_start_edit(struct PTCacheEdit *edit); | int PE_start_edit(struct PTCacheEdit *edit); | ||||
| /* access */ | /* access */ | ||||
| struct PTCacheEdit *PE_get_current_from_psys(struct ParticleSystem *psys); | struct PTCacheEdit *PE_get_current_from_psys(struct ParticleSystem *psys); | ||||
| struct PTCacheEdit *PE_get_current(struct Depsgraph *depsgraph, | struct PTCacheEdit *PE_get_current(struct Depsgraph *depsgraph, | ||||
| ▲ Show 20 Lines • Show All 42 Lines • Show Last 20 Lines | |||||