Changeset View
Changeset View
Standalone View
Standalone View
source/blender/modifiers/intern/MOD_util.c
| Show First 20 Lines • Show All 439 Lines • ▼ Show 20 Lines | #define INIT_TYPE(typeName) (types[eModifierType_##typeName] = &modifierType_##typeName) | ||||
| INIT_TYPE(MeshCache); | INIT_TYPE(MeshCache); | ||||
| INIT_TYPE(LaplacianDeform); | INIT_TYPE(LaplacianDeform); | ||||
| INIT_TYPE(Wireframe); | INIT_TYPE(Wireframe); | ||||
| INIT_TYPE(DataTransfer); | INIT_TYPE(DataTransfer); | ||||
| INIT_TYPE(NormalEdit); | INIT_TYPE(NormalEdit); | ||||
| INIT_TYPE(CorrectiveSmooth); | INIT_TYPE(CorrectiveSmooth); | ||||
| INIT_TYPE(MeshSequenceCache); | INIT_TYPE(MeshSequenceCache); | ||||
| INIT_TYPE(SurfaceDeform); | INIT_TYPE(SurfaceDeform); | ||||
| INIT_TYPE(Gpencil_Noise); | |||||
| INIT_TYPE(Gpencil_Subdiv); | |||||
| INIT_TYPE(Gpencil_Simplify); | |||||
| INIT_TYPE(Gpencil_Thick); | |||||
| INIT_TYPE(Gpencil_Tint); | |||||
| INIT_TYPE(Gpencil_Color); | |||||
| INIT_TYPE(Gpencil_Instance); | |||||
| INIT_TYPE(Gpencil_Build); | |||||
| INIT_TYPE(Gpencil_Opacity); | |||||
| INIT_TYPE(Gpencil_Lattice); | |||||
| INIT_TYPE(Gpencil_Smooth); | |||||
| INIT_TYPE(Gpencil_Hook); | |||||
| INIT_TYPE(Gpencil_Offset); | |||||
| #undef INIT_TYPE | #undef INIT_TYPE | ||||
| } | } | ||||