Add four settings left out of 55b5f60b68

This commit is contained in:
Lirusaito
2018-07-13 20:54:49 -04:00
parent 6edd21bfe6
commit c06c627002

View File

@@ -9163,6 +9163,50 @@ This should be as low as possible, but too low may break functionality</string>
<integer>128</integer>
</array>
</map>
<key>ImporterDebug</key>
<map>
<key>Comment</key>
<string>Enable debug output to more precisely identify sources of import errors. Warning: the output can slow down import on many machines.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
</map>
<key>ImporterLegacyMatching</key>
<map>
<key>Comment</key>
<string>Enable index based model matching.</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>0</integer>
</map>
<key>ImporterModelLimit</key>
<map>
<key>Comment</key>
<string>Limits amount of importer generated models for dae files</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>U32</string>
<key>Value</key>
<integer>768</integer>
</map>
<key>ImporterPreprocessDAE</key>
<map>
<key>Comment</key>
<string>Enable preprocessing for DAE files to fix some ColladaDOM related problems (like support for space characters within names and ids).</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>1</integer>
</map>
<key>IMInChatConsole</key>
<map>
<key>Comment</key>