2019-04-03 19:24:00 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2020-01-26 16:01:49 +01:00
<class name= "EditorSceneImporterAssimp" inherits= "EditorSceneImporter" version= "3.2" >
2019-04-03 19:24:00 +02:00
<brief_description >
2020-02-08 21:35:43 +01:00
FBX 3D asset importer based on [url=http://assimp.org/]Assimp[/url].
2019-04-03 19:24:00 +02:00
</brief_description>
<description >
2020-02-08 21:35:43 +01:00
This is an FBX 3D asset importer based on [url=http://assimp.org/]Assimp[/url]. It currently has many known limitations and works best with static meshes. Most animated meshes won't import correctly.
2019-06-22 01:04:47 +02:00
If exporting a FBX scene from Autodesk Maya, use these FBX export settings:
2019-04-03 19:24:00 +02:00
[codeblock]
2019-06-22 01:04:47 +02:00
- Smoothing Groups
- Smooth Mesh
- Triangluate (for meshes with blend shapes)
- Bake Animation
- Resample All
- Deformed Models
- Skins
- Blend Shapes
- Curve Filters
- Constant Key Reducer
- Auto Tangents Only
- *Do not check* Constraints (as it will break the file)
- Can check Embed Media (embeds textures into the exported FBX file)
- Note that when importing embedded media, the texture and mesh will be a single immutable file.
- You will have to re-export then re-import the FBX if the texture has changed.
- Units: Centimeters
- Up Axis: Y
- Binary format in FBX 2017
2019-04-03 19:24:00 +02:00
[/codeblock]
</description>
<tutorials >
</tutorials>
<methods >
</methods>
<constants >
</constants>
</class>