summaryrefslogtreecommitdiff
path: root/indra/newview/character
AgeCommit message (Collapse)Author
2014-04-01BUG-5537 FIX reverting breaking changes to pectorals and belly.Nyx Linden
Fitted mesh introduced a couple of changes to the avatar_lad.xml file that cause the avatar definition to change in ways that are not backwards- compatible. Reverted the change in the range of pectoral size for male avatars, and the change in the position of the belly morph position (the later being a copy/paste error).
2013-12-03Update based on first project viewer tests.Oz Linden
Two more bones to better address back deformation: UPPER_BACK and LOWER_BACK Better deformation for breasts, belly, upper and lower back (seen using the Body Fat and Belly Size sliders) Minor tweaks in the avatar_lad.xml file for a few other minor shapes. Small typo bug (FITMESH-2) Updated rigs and corrected female mesh Removed skeleton-only files so that people all start from the same base meshes with example skinning These updates specifically address the following bugs: FITMESH-2, FITMESH-4, FITMESH-5, FITMESH-7, FITMESH-10 (.ma formats, not .dae)
2013-11-13correct some male/female shape differencesjeremiah@lindenlab.com
2013-11-06updated avatar filesjeremiah@lindenlab.com
2013-10-21MAINT-3311 Add avatar_lad and avatar_skeleton changes from JeremiahDave Parks
2013-05-10Fixup merge diffsGraham Madarasz
2013-05-01Merge vwr-dev-matGraham Madarasz
2013-04-30Merge 3.5.1 into MaterialsGraham Madarasz
2013-04-19merge changes for DRTVWR-294Oz Linden
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2013-03-11mergeprep
2013-02-28SH-3909 Support avatar height offsetNyx Linden
Adding a new visual param that allows users to manually adjust an offset for how far off the ground (+ or -) their avatar's root bone is. Supports the +-2m range people are used to adjusting in their viewers, but new implementation should support server-generated appearances.
2012-08-03Added viewer param for appearance message versionBrad Payne (Vir Linden)
2011-12-01storm-1686: make "Neck" and "Avatar Center" attach points available in ↵Oz Linden
context menus
2011-10-26vwr-26120: add attachment points for Neck and Avatar CenterOz Linden
2011-04-21SH-1381 Avatar Physics behavior is tightly tied to viewer framerateLoren Shih
Changed physics algorithm to perform integration over several steps if framerate is slow. Fixed a fundamental issue in the algorithm where timestep wasn't being used to calculate velocity changes. Had to change around some parameter ranges since the physics are calculated slightly differently now.
2011-04-14VWR-25453 FIXED Avatar Physics Spring Needs a Higher LimitLoren Shih
Tripled spring limit for all params. Very safe change.
2011-04-14VWR-25453 FIXED Avatar Physics Spring Needs a Higher LimitLoren Shih
Tripled spring limit for all params. Very safe change.
2011-04-13Aesthetic increase of range for breast up/down and in/out bounce. Not a bug ↵Loren Shih
or aberrant behavior, but this just looks better if we allow higher range of motion.
2011-04-03Fixed issue where changes in physics params were not being transmitted to ↵Seraph Linden
other avatars. Fixed issue where left/right was appearing in non-female edit physics.
2011-04-03Added duplicate morph to handle breast bounce/clap. Took out unused params ↵Seraph Linden
in llphysicsmotion.cpp.
2011-04-03Changed _driven params to cross wearables; major fix so they wouldn't keep ↵Seraph Linden
getting reset to default values from wearable. Took out smoothing param. Redefined maxeffect param to affect range of motion.
2011-04-03Changed Max Velocity param name to Max EffectSeraph Linden
2011-04-03Added breast sway (left-right).Seraph Linden
2011-04-02Moved Drag to be a general shape physics param, to save on number of ↵Seraph Linden
transmitted params.
2011-04-02Renumbering for avatar physics parametersSeraph Linden
2011-04-02Fix for avatar_lad physics using duplicate ID.Seraph Linden
Added missing skirt physics param for belly.
2011-03-31Created Advanced Physics panel.Loren Shih
Made a bunch of aesthetic changes to physics panel accordion.
2011-03-30Change in physics parameter names.Loren Shih
Split some physics parameters into separate accordions based on updown/leftright. Fixed a minor issue with physics edit tab height.
2011-03-30Corrections for butt motion in avatar_lad.xml.Loren Shih
Reduced extent of belly motion.
2011-03-30Cleanup to logically group physics params in avatar_lad.xml.Loren Shih
Added more controls for belly & butt. Cleaned up code around physics parameter initialization.
2011-03-30Changes to better logically group avatar_lad.xml physics params.Loren Shih
2011-03-29Fixed some labels, and made some labels/wearables hidden in edit.Loren Shih
Added accordions for physics.
2011-03-21Fixed skirt-related belly bounce.Loren Shih
2011-03-21Velocity now gets zeroed out if the param is pushed beyond limits.Loren Shih
Rescaled the max speed param.
2011-03-21Added left-right butt control.Loren Shih
Did a bunch of code cleanup.
2011-03-18Added more belly bounce. Added butt driver param back in.Loren Shih
2011-03-18Fixed params for belly morph. Incorrect params were causing distortion in ↵Loren Shih
texture maps.
2011-03-18Took out unnecessary Butt Physics parameter.Loren Shih
2011-03-18Set default parameters.Loren Shih
Renamed various parameters.
2011-03-18Variety of fixes for param ranges.Loren Shih
Turned off normal/binormal effects for morphing. Fixed issue where updates were always being sent even if below the change threshold.
2011-03-18Some code cleanup. Changed equations to occur in normalized (0,1) space ↵Loren Shih
instead of parameter space.
2011-03-18Enabling for belly vertical motion.Loren Shih
2011-03-17Work in progress. Big code cleanup ported from TheShining/avatar-physics ↵Loren Shih
(defunct branch). Added butt and belly.
2010-08-26Changed parameter scale for max velocity so it's easier to turn off various ↵Loren Shih
physics.
2010-08-25Increased max velocity in avatar_lad.xmlLoren Shih
2010-08-24Moved BreastMotion class to its own separate file out of llvoavatar.Loren Shih
Changed range of some breast motion params. Updated icon.
2010-08-23Changed "Range" to "Max Velocity"Loren Shih
Changed logic to reset to user params if velocity is 0. Code cleanup. Took out extraneous "Physics" accordions from previous implementation.
2010-08-23Fixed backwards compatibility so that orig Breast params are preserved.Loren Shih
Cleaned up some code. Removed "Add" from right-click when multiwear is not permitted.
2010-08-23Created new wearable type.Loren Shih
Added debug setting for disabling physics. Added disable-multiwear and disable-camera-reset to wearabletype.