Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qtquick3d-export-modo.qdoc
Go to the documentation of this file.
1// Copyright (C) 2019 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5
6\title Exporting from Modo
7\page quick3d-asset-conditioning-export-modo
8
9\section1 Exporting COLLADA from Modo
10
11\list 1
12 \li With the mesh object selected, triangulate the mesh by pressing \e Shift+T.
13 \image export-colladaModo01.png
14 \li Next, select \uicontrol{System > Preferences} from the menu bar to configure the COLLADA
15 exporter.
16 \li In the preferences dialog box, locate the \uicontrol{Collada I/O} section under
17 \uicontrol{File I/O}. Ensure that the \uicontrol{Save Triangles as Triangles} option is
18 checked.
19 \image export-colladaModo02.png
20 \li Close the preferences dialog box.
21 \li From the menu bar, select \uicontrol{File > Export As}.
22 \li Select \b Collada in the \uicontrol{Save as Type} drop-down list.
23 \li Press \uicontrol{Save}.
24\endlist
25
26\section1 Exporting FBX from Modo
27
28\list 1
29 \li With the mesh object selected, triangulate the mesh by pressing \e Shift+T.
30 \image export-colladaModo01.png
31 \li From the menu bar, select \uicontrol{File > Export As}.
32 \li Select \b FBX in the \uicontrol{Save as Type} drop-down list.
33 \li Select \uicontrol{Save}.
34\endlist
35*/