class_editorsceneformatimporterfbx.rst 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the EditorSceneFormatImporterFBX.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_EditorSceneFormatImporterFBX:
  6. EditorSceneFormatImporterFBX
  7. ============================
  8. **Inherits:** :ref:`EditorSceneFormatImporter<class_EditorSceneFormatImporter>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  9. FBX 3D asset importer.
  10. Description
  11. -----------
  12. This is an FBX 3D asset importer with full support for most FBX features.
  13. If exporting a FBX scene from Autodesk Maya, use these FBX export settings:
  14. ::
  15. - Smoothing Groups
  16. - Smooth Mesh
  17. - Triangluate (for meshes with blend shapes)
  18. - Bake Animation
  19. - Resample All
  20. - Deformed Models
  21. - Skins
  22. - Blend Shapes
  23. - Curve Filters
  24. - Constant Key Reducer
  25. - Auto Tangents Only
  26. - *Do not check* Constraints (as it will break the file)
  27. - Can check Embed Media (embeds textures into the exported FBX file)
  28. - Note that when importing embedded media, the texture and mesh will be a single immutable file.
  29. - You will have to re-export then re-import the FBX if the texture has changed.
  30. - Units: Centimeters
  31. - Up Axis: Y
  32. - Binary format in FBX 2017
  33. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  34. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  35. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  36. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  37. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  38. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`