29SF_TYPE(SFBool, sfbool, Bool)
30MF_TYPE(MFBool, mfbool, Bool)
32MF_TYPE(MFColor, mfcolor, Color)
34MF_TYPE(MFColorRGBA, mfcolorrgba, ColorRGBA)
35SF_TYPE(SFDouble, sfdouble, Double)
36MF_TYPE(MFDouble, mfdouble, Double)
37SF_TYPE(SFFloat, sffloat, Float)
38MF_TYPE(MFFloat, mffloat, Float)
39SF_TYPE(SFImage, sfimage, Image)
40SF_TYPE(SFInt32, sfint32, Int32)
41MF_TYPE(MFInt32, mfint32, Int32)
42SF_TYPE(SFNode, sfnode, Node)
43MF_TYPE(MFNode, mfnode, Node)
45MF_TYPE(MFRotation, mfrotation, Rotation)
46SF_TYPE(SFString, sfstring, String)
47MF_TYPE(MFString, mfstring, String)
48SF_TYPE(SFTime, sftime, Time)
49MF_TYPE(MFTime, mftime, Time)
51MF_TYPE(MFVec2f, mfvec2f, Vec2f)
53MF_TYPE(MFVec2d, mfvec2d, Vec2d)
55MF_TYPE(MFVec3f, mfvec3f, Vec3f)
57MF_TYPE(MFVec3d, mfvec3d, Vec3d)
61MF_TYPE(MFMatrix3f, mfmatrix3f, Matrix3f)
63MF_TYPE(MFVec4d, mfvec4d, Vec4d)
65MF_TYPE(MFMatrix3d, mfmatrix3d, Matrix3d)
67MF_TYPE(MFMatrix4f, mfmatrix4f, Matrix4f)
69MF_TYPE(MFMatrix4d, mfmatrix4d, Matrix4d)