Added physics subpanel to avatar customize floater.

Also, removed redundant tattoo and alpha entries.
Modified LLScrollingPanelParam to work without needing 'hints'. A bit hacky since I didn't want to dive into making yet another xml, but works well enough.
Avatar_lad entries names changed to more readable forms since LLTrans isn't where it needs to be yet.

Camera doesn't move to great positions when editing phys parts, but that's for another day.
This commit is contained in:
Shyotl
2011-04-29 03:39:05 -05:00
parent d2f66f9bd0
commit a694742522
4 changed files with 291 additions and 147 deletions

View File

@@ -88,7 +88,7 @@ public:
// New methods
void clearScrollingPanelList();
void generateVisualParamHints(LLViewerJointMesh* joint_mesh,
param_map& params);
param_map& params, bool bVisualHint);
const std::string& getEditGroup();
void updateScrollingPanelList(BOOL allow_modify);