New mesh-compiler version: v2.3.0
Release notes:
- new
value types
:bone_parent
- index of parent bonebone_child
- index of child bone - does not work for nowm_bone_parent
- index of parent mesh bonem_bone_child
- index of child mesh bone
Note
bone_child
does not work for now (.format
file interpreter understands it but mesh compiler throws error "not supported yet")
use bone_parent
for hierarchy retrieval of not mesh associated skeletons
this should not be a big issue since most skeletons are mesh associated anyways
Usage
for usage refer to wiki
Inside Assets
mesh-compiler.zip
contains pre-built windows executable file
Source code.zip
contains source code at point of release