1
0
forked from 0ad/0ad

Change hawk and boar skeletons so that the root identifiers are unique. Fixes #2332.

Also adjust the DAEs to fit the new identifiers.

This was SVN commit r14699.
This commit is contained in:
leper 2014-01-29 04:14:24 +00:00
parent f097078d46
commit d6f8742f9b
11 changed files with 20 additions and 20 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -46,7 +46,7 @@
</standard_skeleton>
<skeleton title="Boar" target="Boar">
<identifier><root>Armature</root></identifier>
<identifier><root>BoarArmature_</root></identifier>
<bone name="BoarArmature"><target>BoarArmature</target>
<bone name="Body"><target>Body</target>
<bone name="Body2"><target>Body2</target>

View File

@ -17,7 +17,7 @@
</standard_skeleton>
<skeleton title="BlenderHawk" target="hawk">
<identifier><root>Armature</root></identifier>
<identifier><root>BlenderHawk</root></identifier>
<bone name="Body"><target>Body</target>
<bone name="Head"><target>Head</target></bone>
<bone name="Tail"><target>Tail</target></bone>