Skip to content

Commit 056a6e3

Browse files
committed
set default settings, modify only what we need
1 parent c0a4245 commit 056a6e3

File tree

1 file changed

+3
-46
lines changed

1 file changed

+3
-46
lines changed
Lines changed: 3 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,25 @@
1+
FBXResetExport;
2+
13
// FBX file format
24
FBXExportInAscii -v false;
35
FBXExportFileVersion -v FBX201600;
46

57
// Geometry
6-
FBXExportSmoothingGroups -v false;
7-
FBXExportTangents -v false;
88
FBXExportSmoothMesh -v false;
99
FBXExportInstances -v true;
1010
FBXExportReferencedAssetsContent -v false;
11-
FBXExportTriangulate -v false;
1211

1312
// Animation
1413
FBXExportAnimationOnly -v false;
1514

16-
// Animation: Extra Options
17-
FBXExportUseSceneName -v false;
18-
FBXExportQuaternion -v resample;
19-
20-
// Animation: Bake Animation
21-
FBXExportBakeComplexAnimation -v true;
22-
FBXExportBakeComplexStart -v 1;
23-
FBXExportBakeComplexEnd -v 200;
24-
FBXExportBakeComplexStep -v 1;
25-
FBXExportBakeResampleAnimation -v false;
26-
27-
// Animation: Deformed Models
28-
FBXExportSkins -v true;
29-
FBXExportShapes -v true;
30-
31-
FBXExportApplyConstantKeyReducer -v false;
32-
33-
// Geometry Cache File(s)
34-
FBXExportCacheFile -v false;
35-
//FBXExportQuickSelectSetAsCache -v "";
36-
37-
// Constraints
38-
FBXExportConstraints -v false;
39-
FBXExportSkeletonDefinitions -v false;
40-
4115
FBXExportCameras -v false;
4216
FBXExportLights -v false;
4317

4418
FBXExportEmbeddedTextures -v false;
45-
FBXExportInputConnections -v true;
4619

4720
// Units
4821
FBXExportScaleFactor 1;
4922
FBXExportConvertUnitString cm;
5023

5124
// Axis Conversion
52-
FBXExportUpAxis y;
53-
54-
FBXExportGenerateLog -v true;
55-
56-
// Misc
57-
FBXExportHardEdges -v false;
58-
FBXExportAxisConversionMethod none;
59-
60-
FBXExportColladaFrameRate 30;
61-
FBXExportColladaSingleMatrix false;
62-
FBXExportColladaTriangulate false;
63-
64-
// Mac and Linux only
65-
if (`about -linux` || `about -macOS`){
66-
FBXExportDxfTriangulate false;
67-
FBXExportDxfDeformation false;
68-
}
25+
FBXExportUpAxis y;

0 commit comments

Comments
 (0)