diff options
author | Eugene Mutavchi <emutavchi@productengine.com> | 2010-04-28 14:50:33 +0300 |
---|---|---|
committer | Eugene Mutavchi <emutavchi@productengine.com> | 2010-04-28 14:50:33 +0300 |
commit | 6d3c960525afda3bcdb7ef3e58b67ae1bd4a4dd3 (patch) | |
tree | 5788efbef2d29c001f295f34aa06efebf894e666 /indra/newview/skins/default/xui/en/panel_edit_eyes.xml | |
parent | e8540593e6bfd17f86b76dcfcac9442cea9a8cb6 (diff) |
Implemented major task EXT-6979 (Connect wearable editor texture and color editors to the textures stored in the wearables themselves):
- added PickerControlEntry - dictionary entry which contains information about particular picker control
- added ColorSwatchCtrls and TextureCtrls - lists of PickerControlEntries, contain information about color and texture controls for particular EWearableType
- implemented some helper functions for picker management
Reviewed by Neal Orman at https://codereview.productengine.com/secondlife/r/327/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_edit_eyes.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_edit_eyes.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_edit_eyes.xml b/indra/newview/skins/default/xui/en/panel_edit_eyes.xml index f11ef43c76..4149a0b06f 100644 --- a/indra/newview/skins/default/xui/en/panel_edit_eyes.xml +++ b/indra/newview/skins/default/xui/en/panel_edit_eyes.xml @@ -32,8 +32,11 @@ name="Iris" tool_tip="Click to choose a picture" top="10" - width="64" /> - </panel> + width="64" > + <texture_picker.commit_callback + function="TexturePicker.Commit" /> + </texture_picker> + </panel> <panel border="false" bg_alpha_color="DkGray2" |