summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2025-06-18#4204 Don't show material editor with model loaderAndrey Lihatskiy
2025-06-18#4204 Fix GLTF texture loading to match DAE loader behaviorAndrey Lihatskiy
2025-06-18#4242 Support splitting of gltf faces that are over 16bit limitAndrey Kleshchev
2025-06-13#4147 Joint Overrides #3Andrey Kleshchev
Remande skeleton translation from default skeleton to overriden skeleton
2025-06-12#4147 Joint Overrides #2Andrey Kleshchev
2025-06-12#4147 Move mAlternateBindMatricesAndrey Kleshchev
For reduced log spam and calculutions and to make further modifications easier.
2025-06-11#4114 Improve GLTF mesh uploader log 2Andrey Lihatskiy
2025-06-11#4147 Joint overrideMaxim Nikolenko
2025-06-11#4248 Add safety checks to LLMeshSkinInfo::asLLSD()Andrey Lihatskiy
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-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-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