overte-JulianGro/libraries
Ryan Huffman d6366083a7 Fix baking bug with single-part FBX + multiple materials
In FBXBaker we were not packing in material IDs if there was only 1 part
in the mesh. This was unintentionally making the assumption that there
was only 1 material at index 0 - if there are more materials, the material index
that the part references may not be 0. The change ensures that we pack
material IDs if there are multiple parts or if the sole part uses a
material ID other than 0 (0 is the default).
2017-10-12 18:33:57 -07:00
..
animation fix local t pose 2017-10-03 12:51:37 -07:00
audio Minor cleanup 2017-10-05 09:49:38 -07:00
audio-client Merge branch 'master' into android_new 2017-09-26 14:31:29 -07:00
auto-updater
avatars Merge pull request #11326 from cain-kilgore/21537 2017-10-06 08:51:42 -07:00
avatars-renderer Merge branch 'master' into feature/ant-man 2017-09-18 11:36:39 -07:00
baking Fix baking bug with single-part FBX + multiple materials 2017-10-12 18:33:57 -07:00
controllers New android toolchain 2017-09-19 13:45:12 -07:00
display-plugins build error 2017-10-09 11:48:54 -07:00
embedded-webserver
entities Merge pull request #11554 from sethalves/import-av-entities 2017-10-12 13:30:53 -07:00
entities-renderer Merge branch 'stable' of https://github.com/highfidelity/hifi into new-master 2017-10-10 16:53:34 -07:00
fbx Merge branch 'master' into android_new 2017-09-26 14:31:29 -07:00
gl New android toolchain 2017-09-19 13:45:12 -07:00
gpu Merge pull request #11542 from SamGondelman/bubbleBoy 2017-10-10 14:26:20 -07:00
gpu-gl Merged with master 2017-10-10 12:11:23 +02:00
gpu-gles New android toolchain 2017-09-19 13:45:12 -07:00
image Fix the HDR generation of cube maps from equirect images (1x2) 2017-10-11 15:56:22 -07:00
input-plugins New android toolchain 2017-09-19 13:45:12 -07:00
ktx Merged with master 2017-10-10 12:11:23 +02:00
midi New android toolchain 2017-09-19 13:45:12 -07:00
model Merge branch 'master' into android_new 2017-09-26 14:31:29 -07:00
model-networking Fix .fst texdir not being followed 2017-10-10 18:29:59 -07:00
networking merge from upstream 2017-10-11 11:09:33 -07:00
octree clarify some comments 2017-09-29 11:34:35 -07:00
physics Merge branch 'master' into android_new 2017-09-26 14:31:29 -07:00
plugins move hud rendering to render thread, still need to separate out hud overlays 2017-09-29 09:49:08 -07:00
procedural Merge branch 'master' into android_new 2017-09-26 14:31:29 -07:00
recording
render build error 2017-10-09 11:48:54 -07:00
render-utils fix warning about implicit cast from 64 to 32 bits 2017-10-11 06:07:07 -07:00
script-engine remove unused HFMetaEvents 2017-10-11 14:37:23 -07:00
shared Merge pull request #11554 from sethalves/import-av-entities 2017-10-12 13:30:53 -07:00
trackers 1st stage of moving to async dialogs 2017-08-09 14:00:19 +02:00
ui Merge pull request #11495 from zfox23/pop_interfaceChanges2 2017-10-03 11:56:00 -07:00
ui-plugins