Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesdna/DNA_modifier_defaults.h
| Show First 20 Lines • Show All 497 Lines • ▼ Show 20 Lines | #define _DNA_DEFAULT_ParticleInstanceModifierData \ | ||||
| .flag = eParticleInstanceFlag_Parents | eParticleInstanceFlag_Unborn | \ | .flag = eParticleInstanceFlag_Parents | eParticleInstanceFlag_Unborn | \ | ||||
| eParticleInstanceFlag_Alive | eParticleInstanceFlag_Dead, \ | eParticleInstanceFlag_Alive | eParticleInstanceFlag_Dead, \ | ||||
| .axis = 2, \ | .axis = 2, \ | ||||
| .space = eParticleInstanceSpace_World, \ | .space = eParticleInstanceSpace_World, \ | ||||
| .position = 1.0f, \ | .position = 1.0f, \ | ||||
| .random_position = 0.0f, \ | .random_position = 0.0f, \ | ||||
| .rotation = 0.0f, \ | .rotation = 0.0f, \ | ||||
| .random_rotation = 0.0f, \ | .random_rotation = 0.0f, \ | ||||
| .particle_offset = 1.0f, \ | .particle_offset = 0.0f, \ | ||||
| .particle_amount = 0.0f, \ | .particle_amount = 1.0f, \ | ||||
| .index_layer_name = "", \ | .index_layer_name = "", \ | ||||
| .value_layer_name = "", \ | .value_layer_name = "", \ | ||||
| } | } | ||||
| #define _DNA_DEFAULT_ParticleSystemModifierData \ | #define _DNA_DEFAULT_ParticleSystemModifierData \ | ||||
| { \ | { \ | ||||
| .psys = NULL, \ | .psys = NULL, \ | ||||
| .mesh_final = NULL, \ | .mesh_final = NULL, \ | ||||
| ▲ Show 20 Lines • Show All 304 Lines • Show Last 20 Lines | |||||