summaryrefslogtreecommitdiff
path: root/indra/newview/llmodelpreview.cpp
AgeCommit message (Collapse)Author
2022-04-18Merge branch 'master' into DRTVWR-548-maint-NAndrey Lihatskiy
2022-03-03SL-9748 - Only supply a default physics shape if it is named ↵Howard Stearns
default_physics_shape
2022-03-02SL-9748 - more casesHoward Stearns
2022-02-28Merge branch 'master' of bitbucket.org:lindenlab/viewer into SL-9749Howard Stearns
2022-02-28SL-9748 - Handle submesh case of resuseable physics model.Howard Stearns
2022-02-28Merge branch 'master' into DRTVWR-540-maintAndrey Lihatskiy
# Conflicts: # autobuild.xml # indra/llcommon/llsys.cpp # indra/newview/app_settings/key_bindings.xml # indra/newview/llfloatereditextdaycycle.cpp
2022-02-25SL-9748 - Apply explicitly given physics shape only if the usual rules do not.Howard Stearns
2021-06-30SL-15488 FIXED Files ending in .DAE handle differently than files ending in .daeMnikolenko Productengine
2021-05-04SL-15159 Removed dead yet expensive codeAndrey Kleshchev
"prim_cost" and "description_label" do not appear to be in use, other cost data not in use
2021-05-01SL-15159 Start with 'weights' on, but not with preview jointsAndrey Kleshchev
Original purpose of this code was to enable 'weights upload' if model has weights, preview was made to match this behavior, but previewing joints is expensive to init (genBuffers) and causes a freeze, so let users finish setting lods first, they can turn on preview later
2020-10-14SL-13980 Fixed preview cleanupAndrey Kleshchev
2020-09-24SL-13888 Restore back face culling being accidently removed in SL-12781Andrey Kleshchev
Due to conflicts picked up ptolemy's fix manually
2020-08-12SL-13583 Some behavior tweaks #2Andrey Kleshchev
2020-05-12SL-13189 Mesh uploader - Autofill from _postfixesMnikolenko Productengine
2020-05-12SL-13064 Reverted changes that were causing Artifacts at HD620Andrey Kleshchev
2020-04-25SL-13123 CleanupAndrey Kleshchev
2020-04-24SL-13123 Bind shape matrix orientation warning is misbehavingAndrey Kleshchev
2020-04-24SL-307 Improvements to loggingAndrey Kleshchev
2020-04-23SL-13080 Changes for joint listings in mesh uploaderAndrey Kleshchev
2020-04-23SL-13074 FIXED [Mesh Uploader] "The texture is empty" error is displayed ↵Mnikolenko Productengine
after trying to upload the model with the texture from the non-English directory
2020-04-22SL-13077 remove floater specific variables from settings.xmlAndrey Kleshchev
2020-04-22SL-13078 Split LLModelPreview and LLFloaterModelPreview into separate filesAndrey Kleshchev