summaryrefslogtreecommitdiff
path: root/indra/llprimitive/llmodel.h
AgeCommit message (Collapse)Author
2015-11-04SL-124 WIP - BENTO comments and related cleanupBrad Payne (Vir Linden)
2015-10-16SL-234 WIP - Track which joints are part of base skeleton, remap non-base ↵Brad Payne (Vir Linden)
ones when not being rendered.
2014-05-29Mergeup to 3.7.9 viewer-releaseGraham Linden
2014-04-22Modify importer to (optionally) improve debug output, perform name-based LOD ↵Graham Linden
association, and handle models with many materials.
2013-05-09Mergesimon
2013-05-07Optimization -- don't draw glow in alpha pool unless neededDave Parks
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2011-08-30Handling of material mismatches - lod materials are required to be a subset ↵prep linden
of the high lod, introduced addEmptyFace() for when parity does not exist between model material counts
2011-08-03Fixes for sh-2039, sh-1336, and sh-2044. Vertices were having incorrect ↵prep
weights assigned.
2011-07-29mergeprep linden
2011-07-29Removed joint Positional Compare because it was crashing on some rigsprep linden
2011-07-29BUILDFIX: fixing build for linux, casting doubles as parameters to absnyx
2011-07-29merging in PE's fixes for new UI to mesh-development.nyx
Included are upload floater tweaks, build panel tweaks, and removing the mesh enabled checkbox in region tools.
2011-07-28Fix for sh-2044, sh-2039 and sh-2166 (Avatar weights were sometimes not ↵prep
correctly applied upon import.
2011-07-22SH-1868 WIP Added user-supplied metric data for uploading a model.seth_productengine
The mesh category string selected by user within the model data and sent to the server during calculating the upload fee and upload requests. The accounting info and the upload permissions warning in the bottom left corner of the floater are temporarily made mutually exclusive.
2011-07-07SH-1774 Fix for preserving material assignments between multiple custom LoDs.Dave Parks
2011-07-06SH-1972 Fix for slm messing up physics shape on second upload.Dave Parks
2011-06-07Fix for importer crashes, sh-1698. Added checks for handling bad elements in ↵prep linden
the dae.
2011-05-24fix forXiaohong Bao
SH-712:Asset error given on upload of duck.dae using High LOD for physics shape - Analyze seems to not complete; SH-889: Viewer crash when analyzing physics LOD; SH-890: Viewer crash on Exit after analyzing physics layer which never seems to complete
2011-04-22mergeDave Parks
2011-04-01fix for SH-1176: A Mesh That Crashes Client on Upload Attempt (due to ↵Xiaohong Bao
triangle number overflowing)
2011-03-30SH-477 Better mesh streaming cost estimation.Dave Parks
2011-03-29SH-1225 Import convex hull data from .slmDave Parks
2011-03-28SH-1225 Add skinning info to import path of .slm files.Dave Parks
2011-03-21SH-1168 Export upload data to disk on upload.Dave Parks
2011-03-14WIP:Added pelvis offset to skinning infoprep
2011-02-28sh-517 Content authors can specify a pivot node (Assetpivot).prep linden
2010-12-22SH-636 Update physics tab to new spec, move "completed" physics decomp ↵Dave Parks
callbacks to main thread, add object model to decomposition tool, make imported model scales non-uniform.
2010-12-14SH-439 FIX: track name requested in UI separately, so we can fall back to ↵Brad Payne (Vir Linden)
name from dae if needed
2010-11-19SH-448 Initial draft of implementing UI spec for "advanced" importer.Dave Parks
2010-10-19Moved retry logic for certain mesh header fetches to help with SH-323 'Some ↵Jonathan Wolk
mesh objects fail to load data for valid meshes'. Renamed some variables to be more clear.
2010-10-13correct licenses (fix problem with license change merge)Oz Linden
2010-10-06Added mandatory single hull simplification to mesh upload.Dave Parks
2010-10-05Rewrite LLPhysicsDecomp to have a more generic callback system.Dave Parks
Reviewed by prep.
2010-09-28SH-238 Add check boxes to upload skin weights (or not) and/or joint ↵Dave Parks
positions (or not). Remove llfloaterimportcollada Reviewed by Prep.
2010-09-27mergeDave Parks
2010-09-24Added support for joint offsetsprep linden
2010-09-22Remove LL_MESH_ENABLED macros (fixes drag and drop). Add mesh stitching ↵Dave Parks
type back into tools floater.
2010-09-21Fix for build failures - disabling tcmalloc for nowBrad Payne (Vir Linden)
2010-08-26Add missing files from viewer-experimentalDave Parks