Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_particle_types.h
| Show First 20 Lines • Show All 273 Lines • ▼ Show 20 Lines | typedef struct ParticleSettings { | ||||
| struct Collection *force_group DNA_DEPRECATED; /* deprecated */ | struct Collection *force_group DNA_DEPRECATED; /* deprecated */ | ||||
| struct Object *instance_object; | struct Object *instance_object; | ||||
| struct Object *bb_ob; | struct Object *bb_ob; | ||||
| /** Old animation system, deprecated for 2.5. */ | /** Old animation system, deprecated for 2.5. */ | ||||
| struct Ipo *ipo DNA_DEPRECATED; | struct Ipo *ipo DNA_DEPRECATED; | ||||
| struct PartDeflect *pd; | struct PartDeflect *pd; | ||||
| struct PartDeflect *pd2; | struct PartDeflect *pd2; | ||||
| /* modified dm support */ | /* Evaluated mesh support. */ | ||||
| short use_modifier_stack; | short use_modifier_stack; | ||||
| char _pad5[2]; | char _pad5[2]; | ||||
| /* hair shape */ | /* hair shape */ | ||||
| short shape_flag; | short shape_flag; | ||||
| char _pad6[2]; | char _pad6[2]; | ||||
| float twist; | float twist; | ||||
| ▲ Show 20 Lines • Show All 406 Lines • Show Last 20 Lines | |||||