# renderdoc2fbx **Repository Path**: lichanglongGitee/renderdoc2fbx ## Basic Information - **Project Name**: renderdoc2fbx - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-11-02 - **Last Updated**: 2022-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # renderdoc2fbx renderdoc python extension for exporting fbx data ## Installation copy `fbx_exporter` folder to `%appdata%\qrenderdoc\extensions` If you are in the windows platform, you can use `install.bat` to install the extension. ## Feature Export ASCII FBX File Support + **Vertex** + **Normal** + **UV** + **Tangent** + **VertexColor** ![FBX](image/01.png) ## Usage make sure you copy the extension to the `%appdata%\qrenderdoc\extensions` directory launch `renderdoc` and open the `Extension Manager` ![FBX](image/02.png) then go to the Mesh Viewer click the extension icon menu to export the current data as the FBX file. ![FBX](image/03.png) ## Notice ~~Export Large Mesh especially more than 30000 vertices need several seconds~~ ~~Python extension not efficient enough for that large Mesh. ~~ I change the export method which greatly enhance the export performance.