Sam Gondelman
88c278d357
Merge pull request #15319 from SamGondelman/materialBaker
...
Case 21764: Oven bakes model materials directly to separate material description
2019-04-05 17:08:22 -07:00
Anthony Thibault
b8b7798ad9
Merge pull request #15296 from luiscuenca/kdopsRotOffsetFix
...
Add joint rotation offset to the avatar multi-sphere shapes
2019-04-05 15:55:34 -07:00
SamGondelman
2b376f7881
handle weird material name case
2019-04-03 14:26:45 -07:00
raveenajain
fcc7e9af30
minor syntax fix
2019-04-03 00:09:36 +01:00
raveenajain
1435245279
root cluster
2019-04-02 21:18:16 +01:00
raveenajain
8439019c4e
update use of vectors
2019-04-02 19:56:17 +01:00
raveenajain
ce6f2b7bcc
Merge branch 'master' of https://github.com/highfidelity/hifi into gltf_skinning
2019-04-01 21:48:55 +01:00
raveenajain
2920fdc966
variables, cluster size
2019-04-01 21:09:14 +01:00
raveenajain
269b910d24
update variables, loops
2019-03-29 18:25:17 -07:00
Shannon Romano
53c7ade542
Merge pull request #15178 from amantley/fbxJointParentBug
...
Fix for FBX Root Being Given Non-Zero Parent
2019-03-29 17:02:02 -07:00
luiscuenca
a7c36c9505
Merge branch 'master' into kdopsRotOffsetFix
2019-03-29 10:29:30 -07:00
raveenajain
b283bb303d
jenkins warning fixes
2019-03-28 17:55:51 -07:00
raveenajain
5480c9f5ca
skinning, skeleton for models, avatar
2019-03-28 15:27:49 -07:00
SamGondelman
b98f47d1f3
add baked materials to fst materialMapping
2019-03-28 15:11:27 -07:00
Anthony Thibault
cee298acdf
Merge pull request #15205 from amantley/rootTransBug
...
Fixed Bug For Old FBX Files That Have An Exported Pose Different From The Bind Pose
2019-03-28 11:10:03 -07:00
SamGondelman
310d01feff
wip
2019-03-27 15:44:01 -07:00
Angus Antley
fcb45802bd
removed debug print
2019-03-27 11:19:28 -07:00
amantley
2300fe471d
we now read frame zero of the animation to override the bind pose in fbxs that are before version 7500
2019-03-15 16:53:06 -07:00
sabrina-shanman
041db33578
Attempt to fix build warnings
2019-03-15 10:20:58 -07:00
amantley
9d739277c8
changed the fix so that we allow the root to be child
2019-03-13 14:26:27 -07:00
amantley
93d7a4ae3b
will no longer allow a non-zero parent of the root of an fbx model
2019-03-13 11:14:15 -07:00
amantley
c634c1445c
Merge remote-tracking branch 'upstream/master' into fbxJointParentBug
2019-03-13 10:11:11 -07:00
sabrina-shanman
ddc4f5349e
Merge branch 'master' into hfm_oven_wip
2019-03-12 16:23:07 -07:00
amantley
7567e0d355
debugging the root of the fbx, it is not 0 in some cases
2019-03-12 15:48:42 -07:00
sabrina-shanman
efc9f993f5
Add FSTBaker, and make ModelBaker output an FST
...
Restore feature to look for baked model file in other oven directory
2019-03-12 15:34:57 -07:00
amantley
7c7e632589
debug statements to find the node parsing error
2019-03-11 17:50:20 -07:00
SamGondelman
b24b7fed3d
the root node isn't the first onegit add ../.git add ../.
2019-03-11 15:34:41 -07:00
SamGondelman
b7e1798d1b
better handling of unrigged vertices on skinned mesh
2019-03-11 11:28:30 -07:00
sabrina-shanman
1576125c42
Integrate HFM Asset Engine (aka model prep step) into Oven
...
Add 'deduplicateIndices' parameter to FBXSerializer and make deduplicate a required parameter for extractMesh
Add draco mesh and FBX draco node version
Support generating/saving draco meshes from FBX Model nodes
2019-03-06 15:54:12 -08:00
sabrina-shanman
2af17015d3
Convert serializers and FBX.h to use HifiTypes.h
2019-03-06 15:19:01 -08:00
sabrina-shanman
8ff212ac95
Move custom draco mesh attributes from FBX.h to HFM.h
2019-03-06 15:18:58 -08:00
Anthony Thibault
7585391642
Merge pull request #15031 from luiscuenca/upVectorFBXFix
...
Read and apply the upVector parameter when importing FBX files
2019-03-05 16:27:42 -08:00
luiscuenca
b2d08e9d42
apply axis rotation to translation and meshes
2019-03-04 15:33:21 -07:00
luiscuenca
79b7a3d28d
Apply kdop computation after reading the joint rotation offsets
2019-03-04 13:15:15 -07:00
raveenajain
dfb17c922b
fix model not loading in bounding box
2019-03-01 11:21:29 -08:00
raveenajain
c1516df58d
transforms using joints
2019-02-28 11:35:29 -08:00
luiscuenca
ff7995ae18
Right fix
2019-02-26 18:29:55 -07:00
luiscuenca
f47ec09927
use UP_AXIS_Y
2019-02-26 14:01:30 -07:00
luiscuenca
db1c78246f
Read and apply the FBX upVector parameter
2019-02-26 11:32:43 -07:00
John Conklin II
5f0db88a20
Merge pull request #14914 from raveenajain/gltf_tangents
...
Case 21165: tangent attribute
2019-02-15 11:24:21 -08:00
raveenajain
01def37efd
spacing
2019-02-14 14:22:43 -08:00
SamGondelman
13ece79476
merge with master
2019-02-13 16:30:22 -08:00
raveenajain
a967d7a1bc
tangent attribute
2019-02-13 15:59:55 -08:00
sabrina-shanman
b2af6d1374
Have only one ColorChannel enum as header in image library
2019-02-12 16:14:41 -08:00
sabrina-shanman
2b355e9d52
Re-name ColorChannelMapping to ColorChannel and put versions in two specific libraries rather than shared
2019-02-12 11:56:44 -08:00
sabrina-shanman
2c5446dfb5
Merge branch 'master' into gltf_mat-support
2019-02-11 17:46:23 -08:00
Jeff Clinton
123c2301da
Merge pull request #14858 from SamGondelman/fst
...
Case 21046: Fix Subsurface Scattering and ResourceCache "extra" bug
2019-02-11 17:40:44 -08:00
SamGondelman
77a8ddb3f0
Merge remote-tracking branch 'upstream/master' into materialMapping
2019-02-11 16:35:05 -08:00
sabrina-shanman
e16e968e98
Merge branch 'fst' of github.com:SamGondelman/hifi into gltf_mat-support
2019-02-11 16:23:15 -08:00
SamGondelman
4202685a4b
Merge remote-tracking branch 'upstream/master' into fst
2019-02-11 16:07:36 -08:00