Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/rna_modifier.c
| Context not available. | |||||
| ICON_MOD_EXPLODE, | ICON_MOD_EXPLODE, | ||||
| "Explode", | "Explode", | ||||
| "Break apart the mesh faces and let them follow particles"}, | "Break apart the mesh faces and let them follow particles"}, | ||||
| {eModifierType_Fluid, "FLUID", ICON_MOD_FLUIDSIM, "Fluid Simulation", ""}, | |||||
| {eModifierType_Ocean, "OCEAN", ICON_MOD_OCEAN, "Ocean", "Generate a moving ocean surface"}, | {eModifierType_Ocean, "OCEAN", ICON_MOD_OCEAN, "Ocean", "Generate a moving ocean surface"}, | ||||
| {eModifierType_ParticleInstance, | {eModifierType_ParticleInstance, | ||||
| "PARTICLE_INSTANCE", | "PARTICLE_INSTANCE", | ||||
| Context not available. | |||||
| ICON_MOD_PARTICLES, | ICON_MOD_PARTICLES, | ||||
| "Particle System", | "Particle System", | ||||
| "Spawn particles from the shape"}, | "Spawn particles from the shape"}, | ||||
| {eModifierType_Fluid, "FLUID", ICON_MOD_FLUIDSIM, "Fluid Simulation", ""}, | |||||
| {eModifierType_Softbody, "SOFT_BODY", ICON_MOD_SOFT, "Soft Body", ""}, | {eModifierType_Softbody, "SOFT_BODY", ICON_MOD_SOFT, "Soft Body", ""}, | ||||
| {eModifierType_Surface, "SURFACE", ICON_MODIFIER, "Surface", ""}, | {eModifierType_Surface, "SURFACE", ICON_MODIFIER, "Surface", ""}, | ||||
| {0, NULL, 0, NULL, NULL}, | {0, NULL, 0, NULL, NULL}, | ||||
| Context not available. | |||||