summaryrefslogtreecommitdiff
path: root/indra/newview/llmaterialeditor.cpp
AgeCommit message (Collapse)Author
2023-08-18SL-20024: Fix unable to modify a no-copy material from the build floaterCosmic Linden
2023-08-11SL-20024: Double-check object inventory is not pending when save button pressedCosmic Linden
2023-08-11SL-20024: Strike a better balance with saved material permissions handling, ↵Cosmic Linden
w/r/t author intent and being easier to understand
2023-08-11SL-20024: Miscellaneous cleanupCosmic Linden
2023-08-11SL-20024: Fix author attributions not transferring for saved object ↵Cosmic Linden
materials, fix item not renamed
2023-08-11SL-20024: (WIP) (untested) Fix GLTF material permissions in some more edge casesCosmic Linden
2023-08-11SL-20024: (WIP) (not tested) Improved behavior for saving material to ↵Cosmic Linden
inventory. Check perms, keep perms.
2023-08-11SL-20024: Disable material editor on prim when contained material is no modCosmic Linden
2023-07-13SL-19999 stop outputing debug info about created material asset id unnecessarilyBrad Linden
2023-03-21SL-19392 Disable "Double Sided" by default when importing double sided materialsAndrey Kleshchev
2023-03-07SL-19349 Fix for hang on bulk upload of materials, add bulk upload option to ↵Dave Parks
material selector, incidental decruft.
2023-02-16SL-17640 Fix 'Apply now' being enabled when importingAndrey Kleshchev
2023-02-14Merge pull request #73 from secondlife/SL-19080cosmic-linden
SL-19080: GLTF Material asset consistency: Part 2: Update viewer GLTF Material asset upload to v1.1
2023-02-09SL-19080: Update GLTF Material asset upload to v1.1, with stricter GLTF ↵Cosmic Linden
compliance and removal of unsupported features
2023-02-02Fix some unused variable warnings in DRTVWR-559Brad Linden
2023-01-27SL-19005 Fix 'save as' button for local uploadsAndrey Kleshchev
2023-01-23SL-19014 Sanitize the override data sent for faces without GLTF materialsAndrey Kleshchev
2023-01-23SL-19005 Fix save button for local uploadsAndrey Kleshchev
2023-01-12SL-18962 PBR Materials should be viewable even if they are no-copyAndrey Kleshchev
2023-01-11SL-18947 No modify materials can lock material floaterAndrey Kleshchev
Not supposed to happen, yet somehow did
2022-12-07SL-18741 Don't allow bulk upload without capsAndrey Kleshchev
2022-12-07SL-18777 PBR upload was stuck waiting for textureakleshchev
Handle obscure upload failure case - floater was waiting for a texture upload indefinetely. Unblock floater if upload fails.
2022-12-07SL-18795 Overrides are not applied to one faceMaxim Nikolenko
2022-12-02SL-18741 Basic bulk upload for gltf materials #1Andrey Kleshchev
2022-12-01SL-18725 Texture picker should explain why dropping texture isn't allowedAndrey Kleshchev
Show a tooltip on drag&drop
2022-12-01SL-18648 Clean up unused mNonImmediateFilterPermMaskAndrey Kleshchev
2022-11-30Merge pull request #16 from secondlife/SL-18732cosmic-linden
Sl 18732: Fix responsiveness of GLTF texture transform controls in build floater
2022-11-29SL-18732: Review feedbackCosmic Linden
2022-11-29SL-18732: Use override update callback for LLMaterialEditor::updateLive as wellCosmic Linden
2022-11-29SL-18727 Save material to Inventoryshould prioritize picked faceAndrey Kleshchev
2022-11-24SL-18701 llsd is not thread safe, parse it before usingAndrey Kleshchev
2022-11-16SL-18648 Simplify permission testingAndrey Kleshchev
2022-11-16SL-18648 Material editor should only allow full-perm texturesAndrey Kleshchev
2022-11-10SL-18602 Integrate queueModify/queueApply/queueUpdate into all the places ↵Dave Parks
that used to post to ModifyMaterialParams directly.
2022-11-10SL-18583 Fixed incorrect values being applied when returning to a case ↵Andrey Kleshchev
without override
2022-11-09SL-18602 Fix for applying material asset not removing overrides on drag-and-dropDave Parks
2022-11-09SL-18583 Use gltf overrides as a base for live editing to send only minimal ↵Andrey Kleshchev
changes
2022-11-09Revert "SL-18523: When editing an object's material override, use the ↵Sabrina Shanman
object's material override as a base, rather than its render material (pull request #1190)"
2022-11-08SL-18523: When editing an object's material override, use the object's ↵Cosmic Linden
material override as a base, rather than its render material
2022-11-08Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-11-08SL-18585 Batch updates to ModifyMaterialParams capability.Dave Parks
2022-11-08SL-18583 Make Live Material editor restore changes when canceling in texture ↵Andrey Kleshchev
or color pickers
2022-11-04SL-18560 Make local materials save correctly from right-click menuAndrey Kleshchev
2022-11-03SL-18548 fix for crash when trying to Save material without capsMnikolenko Productengine
2022-11-03SL-18446 Don't cause excessive udpates #2Andrey Kleshchev
2022-11-02SL-18448 Make material editor's scroll smarterAndrey Kleshchev
2022-11-02Merge branch 'DRTVWR-559' of ssh://bitbucket.org/lindenlab/viewer into ↵Dave Parks
DRTVWR-559
2022-11-02SL-18520 Use GLTF material.extras to pass flags for enabling overriding ↵Dave Parks
alpha mode and double sided to default
2022-11-01D559 MacOS build fixAndrey Kleshchev
2022-11-01SL-18448 Fixed exit conditionAndrey Kleshchev