-> Added mesh properties to modifiers

Mesh properties layers were not getting copied in the modifier stack.
This commit is contained in:
Geoffrey Bantle 2007-09-10 22:56:29 +00:00
parent 5e7dc24042
commit 4bfa934ff3

@ -387,7 +387,8 @@ const CustomDataMask CD_MASK_EDITMESH =
CD_MASK_MCOL|CD_MASK_PROP_FLT | CD_MASK_PROP_INT | CD_MASK_PROP_STR;
const CustomDataMask CD_MASK_DERIVEDMESH =
CD_MASK_MSTICKY | CD_MASK_MDEFORMVERT | CD_MASK_MTFACE |
CD_MASK_MCOL | CD_MASK_ORIGINDEX;
CD_MASK_MCOL | CD_MASK_ORIGINDEX|
CD_MASK_PROP_FLT | CD_MASK_PROP_INT | CD_MASK_PROP_STR;
static const LayerTypeInfo *layerType_getInfo(int type)
{