Changeset View
Changeset View
Standalone View
Standalone View
source/blender/modifiers/MOD_modifiertypes.h
| Show First 20 Lines • Show All 73 Lines • ▼ Show 20 Lines | |||||
| extern ModifierTypeInfo modifierType_Nodes; | extern ModifierTypeInfo modifierType_Nodes; | ||||
| extern ModifierTypeInfo modifierType_MeshToVolume; | extern ModifierTypeInfo modifierType_MeshToVolume; | ||||
| extern ModifierTypeInfo modifierType_VolumeDisplace; | extern ModifierTypeInfo modifierType_VolumeDisplace; | ||||
| extern ModifierTypeInfo modifierType_VolumeToMesh; | extern ModifierTypeInfo modifierType_VolumeToMesh; | ||||
| /* MOD_util.c */ | /* MOD_util.c */ | ||||
| /** | /** | ||||
| * Only called by `BKE_modifier.h/modifier.c` | * Only called by `BKE_modifier.h/modifier.cc` | ||||
| */ | */ | ||||
| void modifier_type_init(ModifierTypeInfo *types[]); | void modifier_type_init(ModifierTypeInfo *types[]); | ||||
| #ifdef __cplusplus | #ifdef __cplusplus | ||||
| } | } | ||||
| #endif | #endif | ||||