Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_particle_types.h
| Show First 20 Lines • Show All 154 Lines • ▼ Show 20 Lines | |||||
| typedef struct ParticleSettings { | typedef struct ParticleSettings { | ||||
| ID id; | ID id; | ||||
| struct AnimData *adt; | struct AnimData *adt; | ||||
| struct BoidSettings *boids; | struct BoidSettings *boids; | ||||
| struct SPHFluidSettings *fluid; | struct SPHFluidSettings *fluid; | ||||
| struct EffectorWeights *effector_weights; | struct EffectorWeights *effector_weights; | ||||
| struct Group *collision_group; | |||||
| int flag, rt; | int flag, rt; | ||||
| short type, from, distr, texact; | short type, from, distr, texact; | ||||
| /* physics modes */ | /* physics modes */ | ||||
| short phystype, rotmode, avemode, reactevent; | short phystype, rotmode, avemode, reactevent; | ||||
| int draw, pad1; | int draw, pad1; | ||||
| short draw_as, draw_size, childtype, pad2; | short draw_as, draw_size, childtype, pad2; | ||||
| short ren_as, subframes, draw_col; | short ren_as, subframes, draw_col; | ||||
| ▲ Show 20 Lines • Show All 442 Lines • Show Last 20 Lines | |||||