summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-06-11#4148 Skeleton Translation #3Andrey Kleshchev
'non joints' also need adjustments
2025-06-11#4214 Weights and Joints remap #2Andrey Kleshchev
2025-06-10#4114 Improve GLTF mesh uploader logAndrey Lihatskiy
2025-06-10#4148 Skeleton Translation #2Andrey Kleshchev
2025-06-09#4170 Use GLTF scene definition for node traversalAndrey Lihatskiy
Process nodes through the scene hierarchy as defined in the GLTF file instead of attempting to reconstruct parent-child relationships. This ensures proper import of models created by GLTF transform tools.
2025-06-09#4148 Skeleton TranslationAndrey Kleshchev
2025-06-09#4170 Follow-up: Optimize GLTF node hierarchy traversalAndrey Lihatskiy
2025-06-09#4170 Fix GLTF import missing mesh parts from transform toolsAndrey Lihatskiy
Process entire node hierarchy instead of only nodes with meshes. GLTF transform tools often create intermediate transform nodes without meshes that were being skipped, causing child meshes to be omitted from import.
2025-06-09Fix split model vertex/joint remapping to use correct model variableAndrey Lihatskiy
2025-06-05#4214 Fix material uploadAndrey Kleshchev
2025-06-05#4214 Weights and Joints remapAndrey Kleshchev
2025-06-05#4214 Support mesh splitting for meshes with more than 8 materialsAndrey Kleshchev
2025-06-04#4080 Rigged mesh support #7Andrey Kleshchev
2025-06-03#4097 Fix crash in LLGLTFLoader::populateModelFromMesh()Andrey Lihatskiy
2025-06-02#4203 show valid log info about 16 bit limitMaxim Nikolenko
2025-05-31Use awk to make PV channel nameAndrey Lihatskiy
2025-05-31#4191 Crash opening a gltf modelAndrey Kleshchev
2025-05-30#4191 skip loading model compressed with DracoMaxim Nikolenko
2025-05-29#4190 provide unsupported extension info in logMaxim Nikolenko
2025-05-28Merge pull request #4182 from secondlife/mainAndrey Lihatskiy
GLTF Mesh Import: Post-release merge
2025-05-28#4080 Fix gltf crash when openingAndrey Kleshchev
2025-05-28#4080 Rigged mesh support #6Andrey Kleshchev
For now not touching normalizeVolumeFaces() to not brick dae upload
2025-05-28Merge pull request #3861 from secondlife/release/2025.04Jonathan "Geenz" Goodman
Release/2025.04
2025-05-28#4080 Rigged mesh support #5Andrey Kleshchev
2025-05-27#4157 Improve "Unable to upload material" error messageAndrey Lihatskiy
2025-05-27#4107 upload the model ignoring unsupported extensionMaxim Nikolenko
2025-05-27#4109 Improve LLGLTFLoader::computeCombinedNodeTransform()Andrey Lihatskiy
2025-05-26#4080 Rigged mesh support #4Andrey Kleshchev
2025-05-26#4109 Add validation for non-triangulated geometry in GLTF loaderAndrey Lihatskiy
2025-05-26#4080 Rigged mesh support #3Andrey Kleshchev
2025-05-25#4105 Fix duplicate GLTF model instances causing upload errorsAndrey Lihatskiy
2025-05-25#4109 Fix GLTF model extents calculationAndrey Lihatskiy
2025-05-25#4109 Fix inside-out geometry from negative scale transforms in GLTF loaderAndrey Lihatskiy
2025-05-24#4109 Refactor LLGLTFLoader::populateModelFromMesh() #2Andrey Lihatskiy
2025-05-24#4109 Refactor LLGLTFLoader::populateModelFromMesh()Andrey Lihatskiy
2025-05-24#4109 Remove workaround codeAndrey Lihatskiy
2025-05-23#4109 #4080 Undistort GLTF rigged mesh in Z-up coordinate transformationAndrey Lihatskiy
2025-05-23#4109 #4080 Apply coordinate rotation to GLTF inverse bind matricesAndrey Lihatskiy
2025-05-23#4109 Use correct GLTF coordinate system rotationAndrey Lihatskiy
2025-05-22Merge pull request #4135 from secondlife/geenz/mac-outfit-gallery-crash-fixJonathan "Geenz" Goodman
Fix null outfit gallery observer pointer
2025-05-22#4109 Improve handling of GLTF transform hierarchyAndrey Lihatskiy
2025-05-22#4132 fix name mentions sometimes not being highlightedMaxim Nikolenko
2025-05-22Remove mOutfitsObserver, use mCategoriesObserver from our base.Jonathan "Geenz" Goodman
2025-05-22Merge pull request #4100 from secondlife/viewer-1865-for-2025.04sethalvesLL
Viewer 1865 for 2025.04
2025-05-22Fix null outfit gallery observer pointerJonathan "Geenz" Goodman
2025-05-22#4118 Allow Bulk Upload to initialize on Bulk Upload All optionMaxim Nikolenko
2025-05-22Crash at LLVOVolume::isAnimatedObjectAndrey Kleshchev
2025-05-22#4128 Crash on mInvBindMatrixAndrey Kleshchev
2025-05-21Merge pull request #4133 from secondlife/geenz/macos-texture-crashJonathan "Geenz" Goodman
Fix for crash on macOS when loading a GLTF mesh. Fixes meshes not loading on macOS.
2025-05-21White space.Jonathan "Geenz" Goodman