Path: blob/master/modules/fbx/doc_classes/FBXDocument.xml
10278 views
<?xml version="1.0" encoding="UTF-8" ?>1<class name="FBXDocument" inherits="GLTFDocument" experimental="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">2<brief_description>3Handles FBX documents.4</brief_description>5<description>6The FBXDocument handles FBX documents. It provides methods to append data from buffers or files, generate scenes, and register/unregister document extensions.7When exporting FBX from Blender, use the "FBX Units Scale" option. The "FBX Units Scale" option sets the correct scale factor and avoids manual adjustments when re-importing into Blender, such as through glTF export.8</description>9<tutorials>10</tutorials>11</class>121314