Changeset View
Changeset View
Standalone View
Standalone View
source/blender/modifiers/intern/MOD_hook.c
| Context not available. | |||||
| /* structSize */ sizeof(HookModifierData), | /* structSize */ sizeof(HookModifierData), | ||||
| /* type */ eModifierTypeType_OnlyDeform, | /* type */ eModifierTypeType_OnlyDeform, | ||||
| /* flags */ eModifierTypeFlag_AcceptsCVs | | /* flags */ eModifierTypeFlag_AcceptsCVs | | ||||
| eModifierTypeFlag_AcceptsLattice | | |||||
| eModifierTypeFlag_SupportsEditmode, | eModifierTypeFlag_SupportsEditmode, | ||||
| /* copyData */ copyData, | /* copyData */ copyData, | ||||
| /* deformVerts */ deformVerts, | /* deformVerts */ deformVerts, | ||||
| Context not available. | |||||