summaryrefslogtreecommitdiff
path: root/indra/newview/gltf
AgeCommit message (Collapse)Author
2026-03-07Merge tag 'Second_Life_Release#3529bc5f-2026.02' into 2026.02Erik Kundiman
2026-02-25#5449 Fix GLB textures loading regressionAndrey Lihatskiy
2026-02-24#5431 Fix GLTF rotation corruption on uploadAndrey Lihatskiy
2026-01-21#5310 Resolve 'unimplented copyScalar' errorAndrey Kleshchev
2026-01-19#5284 Fix UV flippingAndrey Kleshchev
and fix uri based texture upload failing
2025-12-04Merge remote-tracking branch 'secondlife/release/2026.01' into 2026.01Erik Kundiman
2025-11-18p#505 GLTF model upload fails to pick texturesAndrey Kleshchev
2025-11-15#4980 Crashes when uploading a glTF modelAndrey Kleshchev
Functions used in Image::prep aren't thread safe, pass them to main thread and wait for a result
2025-10-25Merge tag 'Second_Life_Release#01823996-2025.08' into 2025.08Erik Kundiman
2025-10-06p#480 Collada vs GLTF Mesh Import Naming ConventionAndrey Kleshchev
Both collada and gltf have a node and a mesh. Collada uses node-name, gltf was using mesh-name. GLTF format permits reusing single mesh for multiple nodes, but nodes are warrantied to not be reused. Switch to using node-names for better dupplicate avoidance and to be more in line with collada.
2025-09-15Merge tag 'Second_Life_Release#17540023-2025.07' into 2025.07Erik Kundiman
2025-09-12#4660 Unable to upload GLTF+bin with spaces in the nameAndrey Kleshchev
2025-08-25Merge pull request #4603 from secondlife/release/2025.06Jonathan "Geenz" Goodman
Update develop with latest 2025.06 changes.
2025-08-21Merge tag 'Second_Life_Release#787b63f4-2025.06' into 2025.06Erik Kundiman
2025-08-20#4581 Crash on LL::GLTF::copyAndrey Kleshchev
Tried to initialize LLVector2 TexCoords with vector3 data?
2025-08-12Fix clang compiler issues due to unused variablesAnsariel
2025-08-05Merge tag 'Second_Life_Release#f338b91f-2025.05' into 2025.05Erik Kundiman
2025-08-04#4483 Fix gltf not opening unicode pathsAndrey Kleshchev
2025-08-02Merge tag 'Second_Life_Release#8240af03-2025.05' into 2025.05Erik Kundiman
2025-07-31#4465 modify vertex limit threshold for starting splittingMaxim Nikolenko
2025-07-29Merge tag 'Second_Life_Release#288bce10-2025.05' into 2025.05Erik Kundiman
2025-07-22#4393 Handle unknown exceptions in uploader betterAndrey Kleshchev
Output is highly technical, but better than nothing
2025-07-22#4318 Warn or log when texture gets scaled downAndrey Kleshchev
for material and model upload
2025-07-18Merge tag 'Second_Life_Release#f5d350fb-2025.05-gltf-mesh-import' into 2025.05Erik Kundiman
2025-07-15#4204 Cache material names, centralize texture index validationAndrey Lihatskiy
2025-07-14#4204 Refactor material name and texture handling in GLTF loaderAndrey Lihatskiy
2025-07-14#4204 Cache processed materialsAndrey Lihatskiy
2025-07-09#4314 Fix model suffixes #2Andrey Kleshchev
2025-07-09#4314 Follow-up: duplicate logic for mSubmodelIDAndrey Lihatskiy
2025-07-09#4324 sort indices before splitsMaxim Nikolenko
2025-07-08#4314 Fix model suffixesAndrey Kleshchev
Usecase: Unable to use the same GLB model for physics
2025-07-08#4290 Unresponsive viewer when uploading modelsAndrey Kleshchev
Fix severe log spam
2025-07-04#4323 fix for transparent meshesMaxim Nikolenko
2025-07-04#4242 Make sure group array is initializedAndrey Kleshchev
MacOS doesn't seem to like missing init.
2025-07-03Merge tag 'Second_Life_Project#900516a4-glTF_Mesh_Import' into gltf_mesh_importErik Kundiman
2025-07-03Merge tag 'Second_Life_Project#bca9ba9b-glTF_Mesh_Import' into gltf_mesh_importErik Kundiman
2025-07-03#4242 Debug dump improvementAndrey Kleshchev
for better comparison with collada output
2025-07-02#4242 Clarify some operationsAndrey Kleshchev
and make scale application a bit more valid
2025-07-02#4142 Fix missed indexAndrey Kleshchev
2025-07-02#4315 Crash in GLTF uploaderAndrey Kleshchev
Properly handle importer's crashes in general
2025-07-01#4242 Better issue loggingAndrey Kleshchev
2025-07-01#4190 Provide unsupported extension info in log fileMaxim Nikolenko
2025-06-28Revert "Fix LLCharacter base class constness." and restore improvements from ↵Ansariel
10a324a1034c177b95545ac7ffaa6aa6abed65ff instead
2025-06-26#4291 Uploading without a .bin silently failsAndrey Kleshchev
2025-06-26#4142 Joint grouping and strippingAndrey Kleshchev
Viewer only supports 110 joints at a time, when model has more bones than that importer has to strip some, use groups for stripping.
2025-06-25#4148 Fix collision bonesAndrey Kleshchev
2025-06-24Merge tag 'Second_Life_Project#1a6e3286-GLTF_Mesh_Import' into gltf_mesh_importErik Kundiman
2025-06-24Merge tag 'Second_Life_Project#bd7e79df-gltf_mesh_import' into gltf_mesh_importErik Kundiman
2025-06-24#4257 Use filename as model initial nameAndrey Lihatskiy
2025-06-19#4204 Remove more unused codeAndrey Lihatskiy