Skip to content
Snippets Groups Projects
Commit f265c564 authored by neomonkeus's avatar neomonkeus
Browse files

Merge pull request #48 from Ghostwalker71/fix/extravectorflags

Add zero option to ExtraVectorsFlags to allow blender plugin to set the
parents cca0765f 24ba4650
No related branches found
Tags v0.7.1.1
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE niftoolsxml>
<niftoolsxml version="0.7.1.0">
<niftoolsxml version="0.7.1.1">
<!--These are the version numbers marked as supported by NifSkope.
The num argument is the numeric representation created by storing
each part of the version in a byte. For example, 4.0.0.2 is
......@@ -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