summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Honkamaa <mats.honkamaa@qt.io>2019-05-23 16:12:16 +0300
committerMats Honkamaa <mats.honkamaa@qt.io>2019-05-23 16:14:36 +0300
commit2b9c8edc95852069ca9b6a69dd66fca17b27d777 (patch)
treef0deb90b467037a377acf222d3e93d8c3c007a75
parent0829b1848d5b162cfc2f2508d5d798241112de99 (diff)
Add documentation about FBX plugin in Blender
Change-Id: I581eb4c3d9235dadcda308faa3d798c7037ac8ee Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io> Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
-rw-r--r--doc/Src/10-best-practices/exporting-from-blender.qdoc22
-rw-r--r--doc/src/images/enable-fbx-addon-blender.pngbin0 -> 11305 bytes
2 files changed, 22 insertions, 0 deletions
diff --git a/doc/Src/10-best-practices/exporting-from-blender.qdoc b/doc/Src/10-best-practices/exporting-from-blender.qdoc
index 9717656e..a326fbc6 100644
--- a/doc/Src/10-best-practices/exporting-from-blender.qdoc
+++ b/doc/Src/10-best-practices/exporting-from-blender.qdoc
@@ -162,6 +162,28 @@ The following properties will be imported into Qt 3D Studio:
\section1 Exporting FBX from Blender
+In order to export as FBX, you will need to have an FBX export add-on installed and enabled
+in Blender. With the default installation of Blender, the \c {Import-Export: FBX format} should be
+installed. If you do not have the option to export as FBX avaialble, ensure that the add-on is
+enabled by following the steps below:
+
+\list 1
+ \li
+ From the file menu, select \uicontrol {File > User Preferences}.
+ \li
+ Select \uicontrol{Add-ons} from the top menu bar.
+ \li
+ Search for \e{fbx}.
+ \li
+ The add-on should now be visible, enable it by clicking the check box next to its name.
+\endlist
+
+\image enable-fbx-addon-blender.png
+
+\endlist
+
+Next, to export as FBX, follow the steps below:
+
\list 1
\li From the file menu, select \uicontrol {File > Export > FBX (.fbx)}.
\li For animations, ensure that \uicontrol {Baked Animation} under the \uicontrol Animation
diff --git a/doc/src/images/enable-fbx-addon-blender.png b/doc/src/images/enable-fbx-addon-blender.png
new file mode 100644
index 00000000..3ecbc969
--- /dev/null
+++ b/doc/src/images/enable-fbx-addon-blender.png
Binary files differ