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