Skip to content
Snippets Groups Projects
Commit 2dc30d1d authored by Ghost's avatar Ghost
Browse files

Add zero option to ExtraVectorsFlags to allow blender plugin to set the

value during export.
parent cca0765f
No related branches found
No related tags found
No related merge requests found
......@@ -983,6 +983,7 @@
</enum>
<enum name="ExtraVectorsFlags" storage="byte">
<option value="0" name="None">No Tangents and Bitangents Vectors.</option>
<option value="16" name="Tangents_Bitangents">Has Tangents and Bitangents Vectors.</option>
</enum>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment