summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2025-06-11#4114 Improve GLTF mesh uploader log 2Andrey Lihatskiy
2025-06-11#4147 Joint overrideMaxim Nikolenko
2025-06-11#4214 Weights and Joints remap #2Andrey Kleshchev
2025-06-10macOS 26 build changes (#4239)Jonathan "Geenz" Goodman
* Fix for VLAs now emitting warnings on Xcode 26, and AGL being removed from the SDK. Note: there was no warning or notice provided for AGL's removal. * Whitespace.
2025-06-10#4114 Improve GLTF mesh uploader logAndrey Lihatskiy
2025-06-10#4148 Skeleton Translation #2Andrey Kleshchev
2025-06-10Fix fast cache ignoring its time constraint (#4237)Ansariel Hiller
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-06Follow-up fix for bb9adf3: Pressing enter while location spinners have focus ↵Ansariel Hiller
now starts a teleport (#4211) * Follow-up fix for bb9adf332950a6495a41aab8c6c4b2436f83f53e: Pressing enter while location spinners have focus now starts a teleport * Fix some map controls vanishing if floater height is too small
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-31Revert back to currently shipping release.Jonathan "Geenz" Goodman
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-29Enable the all MOAP option, forgot that was blocked out.Darl
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 remote-tracking branch 'origin/main' into geenz/2025.04-to-developJonathan "Geenz" Goodman
2025-05-28Implement support for PRIM_MEDIA_FIRST_CLICK_INTERACT and autoplay for HUD mediaDarl
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-22Remove mOutfitsObserver, use mCategoriesObserver from our base.Jonathan "Geenz" Goodman
2025-05-22Merge pull request #4052 from secondlife/seth/viewer-1865sethalvesLL
adjust which webrtc tracks are enabled when the avatar crosses a region border
2025-05-22Merge pull request #4100 from secondlife/viewer-1865-for-2025.04sethalvesLL
Viewer 1865 for 2025.04