Commit graph

54054 commits

Author SHA1 Message Date
Stephen Birarda
916cecb8ec use QtConcurrent to cleanup threading of bakers 2017-04-26 18:37:35 -07:00
Stephen Birarda
e1dc1990e5 add writing of new entities file during domain bake 2017-04-26 18:37:35 -07:00
Stephen Birarda
a773b0de04 output domain bake to a unique folder with timestamp 2017-04-26 18:37:35 -07:00
Stephen Birarda
177d4d0e07 add a simple domain baker to enumerate models.json.gz 2017-04-26 18:37:35 -07:00
Stephen Birarda
074fb08313 place the baked textures beside the baked FBX 2017-04-26 18:37:35 -07:00
Stephen Birarda
4e0aba10bc add a modes menu and hook it up to the existing model widget 2017-04-26 18:37:35 -07:00
Stephen Birarda
31bf012503 handle multi-file select for model bake UI 2017-04-26 18:37:35 -07:00
Stephen Birarda
d9efd4adef don't save copy of originals for one-off bake 2017-04-26 18:37:35 -07:00
Stephen Birarda
1fc678a929 add placeholder text, set export folder from FBX if not set 2017-04-26 18:37:35 -07:00
Stephen Birarda
425385d982 leverage settings to remember paths used before 2017-04-26 18:37:35 -07:00
Stephen Birarda
e1840eb4fe give the Oven window a fixed width 2017-04-26 18:37:35 -07:00
Stephen Birarda
8d3b854e69 add a simple UI to Oven to bake individual model 2017-04-26 18:37:35 -07:00
Stephen Birarda
6519a9c45b bump FBX SDK version back to 2017 2017-04-26 18:37:35 -07:00
Stephen Birarda
647377d07a enumerate materials to find textures with types 2017-04-26 18:37:35 -07:00
Stephen Birarda
fcefe3ff81 rename the raw output folder back to original 2017-04-26 18:37:35 -07:00
Stephen Birarda
679580a620 don't save copy of embedded raw textures 2017-04-26 18:37:35 -07:00
Stephen Birarda
1a17da6ecc add helper to deduce texture relative URL after download 2017-04-26 18:37:35 -07:00
Stephen Birarda
e75f17a7f9 add a TextureBaker called from the FBXBaker 2017-04-26 18:37:34 -07:00
Stephen Birarda
95ce9d1b25 add handling for multiple textures with same base name 2017-04-26 18:37:34 -07:00
Stephen Birarda
c9bc22334f add embedded media folder removal to FBXBaker 2017-04-26 18:37:34 -07:00
Stephen Birarda
6af7ecf47b add subfolders in output, add logic to find linked textures 2017-04-26 18:37:34 -07:00
Stephen Birarda
1b30afa03e add basic Oven QCoreApplication, start to output results 2017-04-26 18:37:34 -07:00
Stephen Birarda
711938fb3d lay async foundation for FBXBaker 2017-04-26 18:37:34 -07:00
Stephen Birarda
32c348eb3d use SDK 2017 with new texture discovery strategy 2017-04-26 18:37:34 -07:00
Stephen Birarda
86208f237b constantize the baked texture extension 2017-04-26 18:37:34 -07:00
Stephen Birarda
26d4cc73e0 add stubbed FBXBaker leveraging FBX SDK for read/write 2017-04-26 18:37:34 -07:00
Stephen Birarda
b04d507090 use correct FBX_VERSION for WIN32 2017-04-26 18:37:34 -07:00
Stephen Birarda
a586a31a93 stub the oven tool and add a find module for FBX SDK 2017-04-26 18:37:34 -07:00
Ryan Huffman
ac0a738945 Merge pull request #10261 from Atlante45/feat/progressive-load-ktx
Add progressive load for KTX textures
2017-04-26 18:36:01 -07:00
Ryan Huffman
60ba874e2e Fix implementation of mutableData in non-File Storage classes 2017-04-26 18:02:23 -07:00
Ryan Huffman
f5b7feccde Update AssetClient/Request to use const byteRange 2017-04-26 18:01:56 -07:00
Ryan Huffman
fee36453a3 Move hifi.minMip 2017-04-26 17:53:17 -07:00
Ryan Huffman
cb299695f4 Update imageOffset to size_t 2017-04-26 17:52:53 -07:00
Thijs Wenker
2fd6786225 Merge pull request #10295 from PhilipRosedale/halfDuplex
Reduce log spam
2017-04-27 02:17:48 +02:00
Ryan Huffman
47cf44dc60 Store offset to min mip kv in KtxStorage 2017-04-26 17:11:19 -07:00
Philip Rosedale
a880ca1262 Reduce log spam 2017-04-26 16:51:26 -07:00
Ryan Huffman
4395cd7ee1 Update hasPendingTransfers to not touch _pendingTransfers 2017-04-26 16:31:42 -07:00
Ryan Huffman
f509403b25 Update prioritization of memory pressure states 2017-04-26 16:31:42 -07:00
Ryan Huffman
f15a34e145 Cleanup data pointer calculations in assignMipData 2017-04-26 16:31:42 -07:00
Atlante45
19d5414c30 Reduce High Mips request size 2017-04-26 16:23:09 -07:00
anshuman64
d146431e9b Merge pull request #10268 from druiz17/input-recorder
Input recorder/ input playback system  for all input actions
2017-04-26 16:20:20 -07:00
anshuman64
c088bd6891 Merge pull request #10271 from humbletim/21281
CR Job #21281 -- Doppleganger Mirror
2017-04-26 16:18:14 -07:00
Howard Stearns
7654823775 Merge pull request #10292 from thoys/make-connection-fix
makeUserConnection.js Fix for alternative skeletons
2017-04-26 16:02:16 -07:00
Zach Fox
9ace7a7488 Merge pull request #10279 from andrewd440/21174
21174 Make the Particle Emitter Easier to Use
2017-04-26 15:35:29 -07:00
Andrew Lowry
d3a9114676 Uses spaces instead of tabs for Edit.qml and EditTabView.qml. 2017-04-26 18:29:38 -04:00
humbletim
6e07933356 uncomment UserActivityLogger.logAction 2017-04-26 18:28:54 -04:00
humbletim
f8bbd9174c Merge remote-tracking branch 'upstream/master' into 21281 2017-04-26 18:26:15 -04:00
anshuman64
5bd9b2e631 Merge pull request #10130 from ctrlaltdavid/21249
New avatar record and playback script
2017-04-26 15:18:30 -07:00
Ryan Huffman
c7ac82b4e2 Remove magic number for kv and image sizes 2017-04-26 15:09:26 -07:00
Ryan Huffman
e4e554aaea Remove dead code from Texture.h 2017-04-26 15:09:26 -07:00