The importer expects some named properties to have specific types
because they are usually FBX-defined properties, but the importer was
also accepting user-defined properties with the same name, which could
have any type, causing an error to be raised when checking the
property's type.
This patch changes the importer to ignore custom properties when finding
specific properties by name.
The import of custom properties is unchanged by this patch.