- export mesh deformers with dummies or bones

- FBX code re-arranged to get object count
- changed the way FBX ASCII lines are split at every ~2000 chars
- added option to export tangents
- fixed a problem with treeview continuous search
This commit is contained in:
Radu
2015-11-11 19:59:28 +02:00
parent 93ebc67841
commit 235b74a9cd
26 changed files with 1257 additions and 953 deletions

View File

@ -38,5 +38,11 @@
<Setting Name="showExpOpt" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="exportDeformers" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="convertDummies" Type="System.Boolean" Scope="User">
<Value Profile="(Default)">True</Value>
</Setting>
</Settings>
</SettingsFile>