Commit Graph

74 Commits (680194deaf7a35caaa629abc16e886d71baff636)

Author SHA1 Message Date
Brad Payne (Vir Linden) 67051b26ba merge 2014-05-19 18:10:45 -04:00
Nyx Linden 09fa986562 BUG-5537 FIX reverting breaking changes to pectorals and belly.
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).
2014-04-01 16:54:07 -04:00
Brad Payne (Vir Linden) 969cb45920 merge 2014-02-11 16:04:31 -05:00
Oz Linden 83c62e7094 Update based on first project viewer tests.
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-12-03 09:25:30 -05:00
jeremiah@lindenlab.com dd7b0f9615 correct some male/female shape differences 2013-11-13 14:44:46 -05:00
jeremiah@lindenlab.com b8f1e2a770 updated avatar files 2013-11-06 11:30:39 -05:00
Nyx Linden 6ed4c84a30 SH-4548 WIP Changes to avatar physics are propogated to observers
There was a broken linkage between the chest driver & driven parameters.
Fixed some cross-wearable flags to make sure the params are stored & linked
properly.

Will test to make sure params get properly transmitted next.
2013-10-30 15:12:38 -04:00
Dave Parks 356db2b9b9 MAINT-3311 Add avatar_lad and avatar_skeleton changes from Jeremiah 2013-10-21 12:55:51 -05:00
Nyx Linden 5ae117aff6 merge with viewer-release 2013-08-16 19:31:16 -04:00
Nyx Linden a1ece43905 SH-3875 FIX Failure to bake face wrinkles
Wrinkles have been a deprecated/non-functional feature for a few years now.
Removing the user-facing sliders to prevent confusion.
2013-07-18 16:31:50 -04:00
Graham Madarasz e413f4b335 Fixup merge diffs 2013-05-10 15:13:07 -07:00
Graham Madarasz 025c890958 Merge vwr-dev-mat 2013-05-01 08:11:15 -07:00
Graham Madarasz 806d09b114 Merge 3.5.1 into Materials 2013-04-30 19:50:05 -07:00
Oz Linden ddd5659f81 merge changes for DRTVWR-294 2013-04-19 10:11:29 -04:00
Graham Madarasz bf6182daa8 Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00
prep 8e3b190e91 merge 2013-03-11 15:17:13 -04:00
Nyx Linden d1c1445193 SH-3909 Support avatar height offset
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.
2013-02-28 17:25:37 -05:00
Brad Payne (Vir Linden) 225ac5c487 Added viewer param for appearance message version 2012-08-03 17:49:03 -04:00
Oz Linden c1e306b83e storm-1686: make "Neck" and "Avatar Center" attach points available in context menus 2011-12-01 13:15:24 -05:00
Oz Linden 5814695d71 vwr-26120: add attachment points for Neck and Avatar Center 2011-10-26 12:08:59 -04:00
Loren Shih 7a330c0e3f SH-1381 Avatar Physics behavior is tightly tied to viewer framerate
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-21 19:49:03 -04:00
Loren Shih 0d421c0535 VWR-25453 FIXED Avatar Physics Spring Needs a Higher Limit
Tripled spring limit for all params.  Very safe change.
2011-04-14 14:47:05 -04:00
Loren Shih fa785d9cf4 VWR-25453 FIXED Avatar Physics Spring Needs a Higher Limit
Tripled spring limit for all params.  Very safe change.
2011-04-14 14:47:05 -04:00
Loren Shih aea35df23e Aesthetic increase of range for breast up/down and in/out bounce. Not a bug or aberrant behavior, but this just looks better if we allow higher range of motion. 2011-04-13 15:09:55 -04:00
Seraph Linden 3d25b9adb5 Fixed issue where changes in physics params were not being transmitted to other avatars.
Fixed issue where left/right was appearing in non-female edit physics.
2011-04-03 22:10:41 -04:00
Seraph Linden 62ebe50a56 Added duplicate morph to handle breast bounce/clap. Took out unused params in llphysicsmotion.cpp. 2011-04-03 21:16:34 -04:00
Seraph Linden f433ad3531 Changed _driven params to cross wearables; major fix so they wouldn't keep getting reset to default values from wearable.
Took out smoothing param.
Redefined maxeffect param to affect range of motion.
2011-04-03 17:25:17 -04:00
Seraph Linden e8f2380489 Changed Max Velocity param name to Max Effect 2011-04-03 13:59:19 -04:00
Seraph Linden a47ea6c619 Added breast sway (left-right). 2011-04-03 13:56:55 -04:00
Seraph Linden cc2a813ce4 Moved Drag to be a general shape physics param, to save on number of transmitted params. 2011-04-02 18:36:49 -04:00
Seraph Linden a92614a09c Renumbering for avatar physics parameters 2011-04-02 17:39:28 -04:00
Seraph Linden 8288c3c24a Fix for avatar_lad physics using duplicate ID.
Added missing skirt physics param for belly.
2011-04-02 16:42:21 -04:00
Loren Shih 90b6b7e1b7 Created Advanced Physics panel.
Made a bunch of aesthetic changes to physics panel accordion.
2011-03-31 11:38:34 -04:00
Loren Shih 1ceb29bdac Change in physics parameter names.
Split some physics parameters into separate accordions based on updown/leftright.
Fixed a minor issue with physics edit tab height.
2011-03-30 23:17:58 -04:00
Loren Shih 3c6e91e16d Corrections for butt motion in avatar_lad.xml.
Reduced extent of belly motion.
2011-03-30 19:49:35 -04:00
Loren Shih 993ad22f9f Cleanup to logically group physics params in avatar_lad.xml.
Added more controls for belly & butt.
Cleaned up code around physics parameter initialization.
2011-03-30 19:28:03 -04:00
Loren Shih 23fe1a4787 Changes to better logically group avatar_lad.xml physics params. 2011-03-30 19:07:38 -04:00
Loren Shih 92802e6950 Fixed some labels, and made some labels/wearables hidden in edit.
Added accordions for physics.
2011-03-29 21:56:18 -04:00
Loren Shih 45a43256ae Fixed skirt-related belly bounce. 2011-03-21 16:18:02 -04:00
Loren Shih 209110d1aa Velocity now gets zeroed out if the param is pushed beyond limits.
Rescaled the max speed param.
2011-03-21 15:39:42 -04:00
Loren Shih 717d81daa7 Added left-right butt control.
Did a bunch of code cleanup.
2011-03-21 12:04:31 -04:00
Loren Shih 49e449e3a6 Added more belly bounce. Added butt driver param back in. 2011-03-18 18:59:59 -04:00
Loren Shih fc207f935a Fixed params for belly morph. Incorrect params were causing distortion in texture maps. 2011-03-18 18:19:25 -04:00
Loren Shih f2b65e07d0 Took out unnecessary Butt Physics parameter. 2011-03-18 18:06:10 -04:00
Loren Shih 53a944f285 Set default parameters.
Renamed various parameters.
2011-03-18 18:02:27 -04:00
Loren Shih 86613fd388 Variety of fixes for param ranges.
Turned off normal/binormal effects for morphing.
Fixed issue where updates were always being sent even if below the change threshold.
2011-03-18 16:04:28 -04:00
Loren Shih d55f816fb1 Some code cleanup. Changed equations to occur in normalized (0,1) space instead of parameter space. 2011-03-18 14:54:30 -04:00
Loren Shih c754a7c000 Enabling for belly vertical motion. 2011-03-18 10:16:03 -04:00
Loren Shih 3825ee503d Work in progress. Big code cleanup ported from TheShining/avatar-physics (defunct branch).
Added butt and belly.
2011-03-17 17:36:01 -04:00
Loren Shih 93404eca1a Changed parameter scale for max velocity so it's easier to turn off various physics. 2010-08-26 16:05:43 -04:00