Avatar Physics innital commit. No edit panel. SavedSettings not plugged in yet.
This commit is contained in:
BIN
indra/newview/skins/default/textures/inv_item_physics.png
Normal file
BIN
indra/newview/skins/default/textures/inv_item_physics.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 539 B |
@@ -160,6 +160,10 @@
|
||||
mouse_opaque="true" name="New Alpha" width="125">
|
||||
<on_click filter="" function="Inventory.DoCreate" userdata="alpha" />
|
||||
</menu_item_call>
|
||||
<menu_item_call bottom_delta="-18" height="18" label="New Physics" left="0"
|
||||
mouse_opaque="true" name="New Physics" width="125">
|
||||
<on_click filter="" function="Inventory.DoCreate" userdata="physics" />
|
||||
</menu_item_call>
|
||||
</menu>
|
||||
<menu bottom_delta="-599" drop_shadow="true" height="85" left="0"
|
||||
mouse_opaque="false" name="New Body Parts" opaque="true" width="118">
|
||||
|
||||
@@ -96,6 +96,10 @@
|
||||
mouse_opaque="true" name="New Alpha" width="128">
|
||||
<on_click filter="" function="Inventory.DoCreate" userdata="alpha" />
|
||||
</menu_item_call>
|
||||
<menu_item_call bottom_delta="-18" height="18" label="New Physics" left="0"
|
||||
mouse_opaque="true" name="New Physics" width="128">
|
||||
<on_click filter="" function="Inventory.DoCreate" userdata="physics" />
|
||||
</menu_item_call>
|
||||
</menu>
|
||||
<menu bottom_delta="0" color="MenuDefaultBgColor" drop_shadow="true" height="175" left="0"
|
||||
mouse_opaque="false" name="New Body Parts" opaque="true" tear_off="false"
|
||||
|
||||
@@ -59,6 +59,11 @@
|
||||
<on_click function="Edit.TakeOff" userdata="underpants" />
|
||||
<on_enable function="Edit.EnableTakeOff" userdata="underpants" />
|
||||
</menu_item_call>
|
||||
<menu_item_call bottom="-162" enabled="false" height="19" label="Physics" left="0"
|
||||
mouse_opaque="true" name="Self Physics" width="118">
|
||||
<on_click function="Edit.TakeOff" userdata="physics" />
|
||||
<on_enable function="Edit.EnableTakeOff" userdata="physics" />
|
||||
</menu_item_call>
|
||||
</pie_menu>
|
||||
<menu_item_call bottom="-181" enabled="false" height="19" label="Skirt" left="0"
|
||||
mouse_opaque="true" name="Skirt" width="118">
|
||||
|
||||
@@ -196,7 +196,12 @@
|
||||
<on_click function="Edit.TakeOff" userdata="skirt" />
|
||||
<on_enable function="Edit.EnableTakeOff" userdata="skirt" />
|
||||
</menu_item_call>
|
||||
<menu_item_call bottom="-200" enabled="true" height="19" label="All Clothes" left="0"
|
||||
<menu_item_call bottom="-200" enabled="false" height="19" label="Physics" left="0"
|
||||
mouse_opaque="true" name="Physics" width="118">
|
||||
<on_click function="Edit.TakeOff" userdata="physics" />
|
||||
<on_enable function="Edit.EnableTakeOff" userdata="physics" />
|
||||
</menu_item_call>
|
||||
<menu_item_call bottom="-119" enabled="true" height="19" label="All Clothes" left="0"
|
||||
mouse_opaque="true" name="All Clothes" width="118">
|
||||
<on_click function="Edit.TakeOff" userdata="all" />
|
||||
</menu_item_call>
|
||||
|
||||
Reference in New Issue
Block a user