Apertura del repositorio

This commit is contained in:
2025-05-24 18:09:39 -03:00
parent 76e6359dad
commit d883ddd0d0
35253 changed files with 2891973 additions and 2 deletions
@@ -0,0 +1,60 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="camera_floater" title="Kamerasteuerungen">
<floater.string name="rotate_tooltip">
Kamera um Fokus drehen
</floater.string>
<floater.string name="zoom_tooltip">
Kamera auf Fokus zoomen
</floater.string>
<floater.string name="move_tooltip">
Kamera nach oben, unten, links und rechts bewegen
</floater.string>
<floater.string name="free_mode_title">
Objekt ansehen
</floater.string>
<string name="inactive_combo_text">
Voreinstellung...
</string>
<panel name="controls">
<panel name="zoom">
<joystick_rotate name="cam_rotate_stick" tool_tip="Kamera um Fokus kreisen"/>
<button name="roll_left" tool_tip="Kamera nach links rollen" />
<button name="roll_right" tool_tip="Kamera nach rechts rollen" />
<slider_bar name="zoom_slider" tool_tip="Kamera auf Fokus zoomen"/>
<joystick_track name="cam_track_stick" tool_tip="Kamera nach oben, unten, links und rechts bewegen"/>
</panel>
</panel>
<panel name="buttons_panel">
<panel_camera_item name="front_view" tool_tip="Frontalansicht">
<panel_camera_item.text name="front_view_text">
</panel_camera_item.text>
</panel_camera_item>
<panel_camera_item name="group_view" tool_tip="Seitenansicht">
<panel_camera_item.text name="side_view_text">
</panel_camera_item.text>
</panel_camera_item>
<panel_camera_item name="rear_view" tool_tip="Rückansicht">
<panel_camera_item.text name="rear_view_text">
</panel_camera_item.text>
</panel_camera_item>
<panel_camera_item name="object_view" tool_tip="Objekt-Ansicht">
<panel_camera_item.text name="object_view_text">
</panel_camera_item.text>
</panel_camera_item>
<panel_camera_item name="mouselook_view" tool_tip="Mouselook">
<panel_camera_item.text name="mouselook_view_text">
</panel_camera_item.text>
</panel_camera_item>
<panel_camera_item name="reset_view" tool_tip="Ansicht zurücksetzen">
<panel_camera_item.text name="reset_view_text">
</panel_camera_item.text>
</panel_camera_item>
</panel>
<combo_box name="preset_combo">
<combo_box.item label="Voreinstell. verw." name="Use preset"/>
</combo_box>
<button name="gear_btn" tool_tip="Kamera-Voreinstellungen"/>
<button label="Position..." name="camera_position_btn"/>
<button label="Speichern" name="save_btn"/>
</floater>
@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="preview_texture">
<floater.string name="Title">
Textur: [NAME]
</floater.string>
<floater.string name="Copy">
In Inventar kopieren
</floater.string>
<floater.string name="DateTime">
[weekday,datetime,slt], [day,datetime,slt]. [month,datetime,slt] [year,datetime,slt], [hour24,datetime,slt]:[min,datetime,slt]:[second,datetime,slt] [timezone,datetime,slt]
</floater.string>
<text name="desc txt">
Beschreibung:
</text>
<text name="uploader_label">
Uploader:
</text>
<button label="Profil" name="openprofile"/>
<text name="upload_time_label">
Datum:
</text>
<text name="uuid_label">
UUID:
</text>
<button label="Kopieren" name="copyuuid"/>
<panel name="dimensions_panel">
<text name="dimensions">
[WIDTH]px x [HEIGHT]px
</text>
<text name="aspect_ratio">
Seitenverhältnis
</text>
<combo_box name="combo_aspect_ratio" tool_tip="Mit einem vordefinierten Seitenverhältnis anzeigen">
<combo_item name="Unconstrained">
keines
</combo_item>
<combo_item name="1:1" tool_tip="Gruppeninsignien oder Beschreibung">
1:1
</combo_item>
<combo_item name="4:3" tool_tip="[CURRENT_GRID]-Profil">
4:3
</combo_item>
<combo_item name="10:7" tool_tip="Anzeigen und Suchergebnisse, Landmarken">
10:7
</combo_item>
<combo_item name="3:2" tool_tip="Über Land">
3:2
</combo_item>
<combo_item name="16:10">
16:10
</combo_item>
<combo_item name="16:9" tool_tip="Profilauswahl">
16:9
</combo_item>
<combo_item name="2:1">
2:1
</combo_item>
</combo_box>
</panel>
<panel name="button_panel">
<button label="OK" name="Keep"/>
<button label="Verwerfen" name="Discard"/>
<flyout_button label="Speichern..." name="save_tex_btn">
<flyout_button.item label="Speichern als TGA" name="save_item_tga"/>
<flyout_button.item label="Speichern als PNG" name="save_item_png"/>
</flyout_button>
</panel>
</floater>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_eyes_panel">
<panel name="avatar_eye_color_panel">
<texture_picker label="Iris" name="Iris" tool_tip="Zum Auswählen eines Bildes hier klicken"/>
</panel>
<panel name="eyes_main_tab_holder">
<accordion name="eyes_main_accordion">
<accordion_tab name="eyes_main_tab" title="Augen"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_gloves_panel">
<panel name="avatar_gloves_color_panel">
<texture_picker label="Textur" name="Fabric" tool_tip="Zum Auswählen eines Bildes hier klicken"/>
<color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/>
</panel>
<panel name="gloves_main_tab_holder">
<accordion name="gloves_main_accordion">
<accordion_tab name="gloves_main_tab" title="Handschuhe"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_hair_panel">
<panel name="avatar_hair_color_panel">
<texture_picker label="Textur" name="Texture" tool_tip="Zum Auswählen eines Bildes hier klicken"/>
</panel>
<accordion name="wearable_accordion">
<panel name="hair_color_tab_holder" title="Farbe">
<accordion name="hair_color_accordion">
<accordion_tab name="hair_color_tab" title="Farbe"/>
</accordion>
</panel>
<panel name="hair_style_tab_holder" title="Stil">
<accordion name="hair_style_accordion">
<accordion_tab name="hair_style_tab" title="Stil"/>
</accordion>
</panel>
<panel name="hair_eyebrows_tab_holder" title="Augenbrauen">
<accordion name="hair_eyebrows_accordion">
<accordion_tab name="hair_eyebrows_tab" title="Augenbrauen"/>
</accordion>
</panel>
<panel name="hair_facial_tab_holder" title="Gesicht">
<text name="hair_facial_not_available">
Gesicht-Optionen sind nur für männliche
Avatare verfügbar.
</text>
<accordion name="hair_facial_accordion">
<accordion_tab name="hair_facial_tab" title="Gesicht"/>
</accordion>
</panel>
</accordion>
</panel>
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_jacket_panel">
<panel name="avatar_jacket_color_panel">
<texture_picker label="Obere Textur" name="Upper Fabric" tool_tip="Zum Auswählen eines Bildes hier klicken"/>
<texture_picker label="Untere Textur" name="Lower Fabric" tool_tip="Zum Auswählen eines Bildes hier klicken"/>
<color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/>
</panel>
<panel name="jacket_main_tab_holder">
<accordion name="jacket_main_accordion">
<accordion_tab name="jacket_main_tab" title="Jacke"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_pants_panel">
<panel name="avatar_pants_color_panel">
<texture_picker label="Textur" name="Fabric" tool_tip="Zum Auswählen eines Bildes hier klicken"/>
<color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/>
</panel>
<panel name="pants_main_tab_holder">
<accordion name="pants_main_accordion">
<accordion_tab name="pants_main_tab" title="Hose"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_physics_panel">
<tab_container name="wearable_accordion">
<panel name="physics_breast_updown_tab_holder" title="Brust: Hüpfen">
<text name="physics_breast_updown_not_available">
Brust-Hüpfen ist nur für weibliche Avatare
verfügbar.
</text>
</panel>
<panel name="physics_breast_inout_tab_holder" title="Brust: Dekolleté">
<text name="physics_breast_inout_not_available">
Brust-Dekolleté ist nur für weibliche Avatare
verfügbar.
</text>
</panel>
<panel name="physics_breast_leftright_tab_holder" title="Brust: Schwingen">
<text name="physics_breast_leftright_not_available">
Brust-Schwingen ist nur für weibliche Avatare
verfügbar.
</text>
</panel>
<panel name="physics_belly_tab_holder" title="Bauch: Hüpfen"/>
<panel name="physics_butt_tab_holder" title="Po: Hüpfen"/>
<panel name="physics_butt_leftright_tab_holder" title="Po: Wiegen"/>
<panel name="physics_advanced_tab_holder" title="Erw. Parameter"/>
</tab_container>
</panel>
@@ -0,0 +1,61 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_shape_panel">
<string name="meters">
Meter
</string>
<string name="feet">
Fuß
</string>
<string name="height">
Höhe:
</string>
<text name="avatar_height"/>
<tab_container name="wearable_accordion">
<panel name="shape_body_tab_holder" title="Körper">
<accordion name="shape_body_accordion">
<accordion_tab name="shape_body_tab" title="Körper"/>
</accordion>
</panel>
<panel name="shape_head_tab_holder" title="Kopf">
<accordion name="shape_head_accordion">
<accordion_tab name="shape_head_tab" title="Kopf"/>
</accordion>
</panel>
<panel name="shape_eyes_tab_holder" title="Augen">
<accordion name="shape_eyes_accordion">
<accordion_tab name="shape_eyes_tab" title="Augen"/>
</accordion>
</panel>
<panel name="shape_ears_tab_holder" title="Ohren">
<accordion name="shape_ears_accordion">
<accordion_tab name="shape_ears_tab" title="Ohren"/>
</accordion>
</panel>
<panel name="shape_nose_tab_holder" title="Nase">
<accordion name="shape_nose_accordion">
<accordion_tab name="shape_nose_tab" title="Nase"/>
</accordion>
</panel>
<panel name="shape_mouth_tab_holder" title="Mund">
<accordion name="shape_mouth_accordion">
<accordion_tab name="shape_mouth_tab" title="Mund"/>
</accordion>
</panel>
<panel name="shape_chin_tab_holder" title="Kinn">
<accordion name="shape_chin_accordion">
<accordion_tab name="shape_chin_tab" title="Kinn"/>
</accordion>
</panel>
<panel name="shape_torso_tab_holder" title="Oberkörper">
<accordion name="shape_torso_accordion">
<accordion_tab name="shape_torso_tab" title="Oberkörper"/>
</accordion>
</panel>
<panel name="shape_legs_tab_holder" title="Beine">
<accordion name="shape_legs_accordion">
<accordion_tab name="shape_legs_tab" title="Beine"/>
</accordion>
</panel>
</tab_container>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_shirt_panel">
<panel name="avatar_shirt_color_panel">
<texture_picker label="Textur" name="Fabric" tool_tip="Zum Auswählen eines Bildes hier klicken"/>
<color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/>
</panel>
<panel name="shirt_main_tab_holder">
<accordion name="shirt_main_accordion">
<accordion_tab name="shirt_main_tab" title="Hemd"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_shoes_panel">
<panel name="avatar_shoes_color_panel">
<texture_picker label="Textur" name="Fabric" tool_tip="Zum Auswählen eines Bildes hier klicken"/>
<color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/>
</panel>
<panel name="shoes_main_tab_holder">
<accordion name="shoes_main_accordion">
<accordion_tab name="shoes_main_tab" title="Schuhe"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_skin_panel">
<panel name="avatar_skin_color_panel">
<texture_picker label="Kopf" name="Head" tool_tip="Klicken, um ein Bild zu wählen"/>
<texture_picker label="Oberkörper" name="Upper Body" tool_tip="Klicken, um ein Bild zu wählen"/>
<texture_picker label="Unterkörper" name="Lower Body" tool_tip="Klicken, um ein Bild zu wählen"/>
</panel>
<tab_container name="wearable_accordion">
<panel name="skin_color_tab_holder" title="Hautfarbe">
<accordion name="skin_color_accordion">
<accordion_tab name="skin_color_tab" title="Hautfarbe"/>
</accordion>
</panel>
<panel name="skin_face_tab_holder" title="Gesichtsdetails">
<accordion name="skin_face_accordion">
<accordion_tab name="skin_face_tab" title="Gesichtsdetails"/>
</accordion>
</panel>
<panel name="skin_makeup_holder" title="Make-Up">
<accordion name="skin_makeup_accordion">
<accordion_tab name="skin_makeup_tab" title="Make-Up"/>
</accordion>
</panel>
<panel name="skin_body_holder" title="Körperdetails">
<accordion name="skin_body_accordion">
<accordion_tab name="skin_body_tab" title="Körperdetails"/>
</accordion>
</panel>
</tab_container>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_skirt_panel">
<panel name="avatar_skirt_color_panel">
<texture_picker label="Textur" name="Fabric" tool_tip="Zum Auswählen eines Bildes hier klicken"/>
<color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/>
</panel>
<panel name="skirt_main_tab_holder">
<accordion name="skirt_main_accordion">
<accordion_tab name="skirt_main_tab" title="Rock"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_socks_panel">
<panel name="avatar_socks_color_panel">
<texture_picker label="Textur" name="Fabric" tool_tip="Zum Auswählen eines Bildes hier klicken"/>
<color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/>
</panel>
<panel name="socks_main_tab_holder">
<accordion name="socks_main_accordion">
<accordion_tab name="socks_main_tab" title="Strümpfe"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_underpants_panel">
<panel name="avatar_underpants_color_panel">
<texture_picker label="Textur" name="Fabric" tool_tip="Zum Auswählen eines Bildes hier klicken"/>
<color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/>
</panel>
<panel name="underpants_main_tab_holder">
<accordion name="underpants_main_accordion">
<accordion_tab name="underpants_main_tab" title="Unterhose"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_undershirt_panel">
<panel name="avatar_undershirt_color_panel">
<texture_picker label="Textur" name="Fabric" tool_tip="Zum Auswählen eines Bildes hier klicken"/>
<color_swatch label="Farbe/Ton" name="Color/Tint" tool_tip="Klicken Sie hier, um die Farbauswahl zu öffnen"/>
</panel>
<panel name="undershirt_main_tab_holder">
<accordion name="undershirt_main_accordion">
<accordion_tab name="undershirt_main_tab" title="Unterhemd"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,151 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Sonstiges" name="main inventory panel">
<panel.string name="ItemcountFetching">
Inventar ([ITEM_COUNT] Elemente werden abgerufen... [FILTER]
</panel.string>
<panel.string name="ItemcountCompleted">
[ITEM_COUNT] Elemente [FILTER]
</panel.string>
<panel.string name="ItemcountUnknown">
[ITEM_COUNT] Elemente abgerufen [FILTER]
</panel.string>
<panel.string name="inventory_title">Inventar</panel.string>
<menu_bar name="inventory_menu_bar">
<menu label="Inventar" name="inventory_inventory_menu">
<menu_item_call name="inventory_open" label="Öffnen"/>
<menu_item_call name="inventory_share" label="Teilen"/>
<menu_item_call name="replace_links" label="Links ersetzen"/>
<menu_item_call name="inventory_new_window" label="Neues Inventar-Fenster"/>
<menu_item_check name="Protected Folders" label="Geschützte Ordner"/>
<menu_item_check label="Inventar-Einstellungen..." name="inv_settings"/>
<menu_item_check label="Listen-Ansicht" name="list_view"/>
<menu_item_check label="Galerie-Ansicht" name="gallery_view"/>
<menu_item_check label="Kombinierte Ansicht" name="combination_view"/>
<menu_item_check name="add_inv_toggle" label="Objekte hinzufügen per Doppelklick"/>
<menu_item_check name="add_invclothing_toggle" label="Kleidung hinzufügen per Doppelklick"/>
<menu_item_call name="inventory_show_filters" label="Filter anzeigen"/>
<menu_item_call name="inventory_reset_filters" label="Filter zurücksetzen"/>
<menu_item_call name="inventory_close_all_folders" label="Alle Ordner einklappen"/>
<menu_item_call name="inventory_empty_trash" label="Papierkorb ausleeren"/>
</menu>
<menu label="Erstellen" name="inventory_create_menu">
<menu_item_call name="inventory_new_folder" label="Neuer Ordner"/>
<menu_item_call name="inventory_new_script" label="Neues Skript"/>
<menu_item_call name="inventory_new_note" label="Neue Notizkarte"/>
<menu_item_call name="inventory_new_gesture" label="Neue Geste"/>
<menu_item_call name="inventory_new_material" label="Neues Material"/>
<menu name="inventory_new_clothes" label="Neue Kleider">
<menu_item_call name="inventory_new_shirt" label="Neues Hemd"/>
<menu_item_call name="inventory_new_pants" label="Neue Hose"/>
<menu_item_call name="inventory_new_shoes" label="Neue Schuhe"/>
<menu_item_call name="inventory_new_socks" label="Neue Socken"/>
<menu_item_call name="inventory_new_jacket" label="Neue Jacke"/>
<menu_item_call name="inventory_new_skirt" label="Neuer Rock"/>
<menu_item_call name="inventory_new_gloves" label="Neue Handschuhe"/>
<menu_item_call name="inventory_new_undershirt" label="Neues Unterhemd"/>
<menu_item_call name="inventory_new_underpants" label="Neue Unterhose"/>
<menu_item_call name="inventory_new_tattoo" label="Neue Tätowierung"/>
<menu_item_call name="inventory_new_universal" label="Neues Universal"/>
<menu_item_call name="inventory_new_alpha" label="Neue Alpha-Maske"/>
<menu_item_call name="inventory_new_physics" label="Neue Physik"/>
</menu>
<menu name="inventory_new_body_parts" label="Neue Körperteile">
<menu_item_call name="inventory_new_shape" label="Neue Form/Gestalt"/>
<menu_item_call name="inventory_new_skin" label="Neue Haut"/>
<menu_item_call name="inventory_new_hair" label="Neues Haar"/>
<menu_item_call name="inventory_new_eyes" label="Neue Augen"/>
</menu>
<menu label="Neue Einstellungen" name="New Settings">
<menu_item_call label="Neuer Himmel" name="New Sky"/>
<menu_item_call label="Neues Wasser" name="New Water"/>
<menu_item_call label="Neuer Tageszyklus" name="New Day Cycle"/>
</menu>
</menu>
<!-- TODO: try to make these check items that actually reflect their state -Zi -->
<menu label="Sortieren" name="inventory_sort_menu">
<menu_item_check name="inventory_sort_by_name" label="Nach Name"/>
<menu_item_check name="inventory_sort_by_date" label="Nach aktuellesten Objekten"/>
<menu_item_check name="inventory_sort_folders_by_name" label="Ordner immer nach Namen sortieren"/>
<menu_item_check name="inventory_sort_system_on_top" label="Systemordner nach oben"/>
</menu>
<menu label="Suche" name="inventory_search_menu">
<menu_item_check name="inventory_search_by_name" label="Nach Name"/>
<menu_item_check name="inventory_search_by_creator" label="Nach Ersteller"/>
<menu_item_check name="inventory_search_by_description" label="Nach Beschreibung"/>
<menu_item_check name="inventory_search_by_uuid" label="Nach UUID"/>
<menu_item_check name="inventory_search_by_all" label="Nach Allem"/>
<menu_item_check name="inventory_filter_show_links" label="Verknüpfungen anzeigen"/>
<menu_item_check name="inventory_filter_only_links" label="Nur Verknüpfungen anzeigen"/>
<menu_item_check name="inventory_filter_hide_links" label="Verknüpfungen verstecken"/>
<menu_item_check name="inventory_filter_only_modify" label="Nur modifizierbar"/>
<menu_item_check name="inventory_filter_only_copy" label="Nur kopierbar"/>
<menu_item_check name="inventory_filter_only_transfer" label="Nur transferierbar"/>
<menu_item_check name="inventory_filter_coalesced_objects_only" label="Nur verbundene Objekte"/>
</menu>
</menu_bar>
<layout_stack name="top_stack">
<layout_panel name="nav_buttons">
<button name="back_btn" tool_tip="Zurück"/>
<button name="forward_btn" tool_tip="Vor"/>
<button name="up_btn" tool_tip="Eine Ebene nach oben"/>
</layout_panel>
<layout_panel name="filter_panel">
<filter_editor label="Inventar filtern" name="inventory search editor" tool_tip="Einen oder mehrere Suchbegriffe eingeben, getrennt durch '+'"/>
</layout_panel>
</layout_stack>
<layout_stack name="ctrl_stack">
<layout_panel name="filter_ctrls">
<text name="filter_label" value="Filter:"/>
<combo_box name="filter_combo_box">
<combo_box.item value="filter_type_all" label="Alle Typen" />
<combo_box.item value="filter_separator" label="------------" />
<combo_box.item value="filter_type_animations" label="Animationen" />
<combo_box.item value="filter_type_calling_cards" label="Visitenkarten" />
<combo_box.item value="filter_type_clothing" label="Kleidung / Körperteile" />
<combo_box.item value="filter_type_gestures" label="Gesten" />
<combo_box.item value="filter_type_landmarks" label="Landmarken" />
<combo_box.item value="filter_type_notecards" label="Notizkarten" />
<combo_box.item value="filter_type_objects" label="Objekte" />
<combo_box.item value="filter_type_scripts" label="Skripte" />
<combo_box.item value="filter_type_sounds" label="Sounds" />
<combo_box.item value="filter_type_textures" label="Texturen" />
<combo_box.item value="filter_type_snapshots" label="Fotos" />
<combo_box.item value="filter_type_materials" label="Materialien" />
<combo_box.item value="filter_type_settings" label="Einstellungen" />
<combo_box.item value="filter_type_folders" label="Ordner" />
<combo_box.item value="filter_type_coalesced" label="Nur verbundene Objekte"/>
<combo_box.item value="filter_type_custom" label="Benutzerdefiniert..." />
</combo_box>
<menu_button name="options_visibility_btn" tool_tip="Sichtbarkeitseinstellungen für Suchergebnisse anzeigen"/>
</layout_panel>
</layout_stack>
<panel name="default_inventory_panel">
<tab_container name="inventory filter tabs">
<inventory_panel label="Inventar" name="All Items"/>
<recent_inventory_panel label="Aktuell" name="Recent Items"/>
<worn_inventory_panel label="Angezogen" name="Worn Items"/>
</tab_container>
</panel>
<panel name="bottom_panel">
<panel name="options_gear_btn_panel">
<menu_button name="options_gear_btn" tool_tip="Zusätzliche Optionen anzeigen"/>
</panel>
<panel name="add_btn_panel">
<button name="add_btn" tool_tip="Neues Objekt hinzufügen"/>
</panel>
<panel name="new_inventory_panel">
<button name="new_inv_btn" tool_tip="Zusätzliches Inventar-Fenster"/>
</panel>
<panel name="view_mode_panel">
<button name="view_mode_btn" tool_tip="Zwischen Ansichten umschalten"/>
</panel>
<panel name="dummy_panel">
<text name="ItemcountText" tool_tip="[ITEMS] Objekte, [CATEGORIES] Ordner">
Elemente
</text>
</panel>
<panel name="trash_btn_panel">
<dnd_button name="trash_btn" tool_tip="Auswahl löschen"/>
</panel>
</panel>
</panel>
@@ -0,0 +1,320 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
header_height="0"
bg_opaque_image="Window_NoTitle_Foreground"
bg_alpha_image="Window_NoTitle_Foreground"
positioning="specified"
right="-460"
bottom="-50"
follows="left|bottom"
legacy_header_height="0"
can_minimize="false"
can_close="false"
height="85"
layout="topleft"
name="camera_floater"
help_topic="camera_floater"
save_visibility="true"
show_title="false"
single_instance="true"
title="Camera Controls"
chrome="true"
save_rect="true"
width="340">
<floater.string
name="rotate_tooltip">
Rotate Camera Around Focus
</floater.string>
<floater.string
name="zoom_tooltip">
Zoom Camera Towards Focus
</floater.string>
<floater.string
name="move_tooltip">
Move Camera Up and Down, Left and Right
</floater.string>
<floater.string
name="free_mode_title">
View Object
</floater.string>
<string name="inactive_combo_text">Use preset</string>
<panel
border="false"
follows="top|left"
height="123"
layout="topleft"
left="2"
top_pad="-23"
mouse_opaque="false"
name="controls"
width="190">
<!--TODO: replace + - images -->
<panel
border="false"
class="camera_zoom_panel"
bottom="-1"
layout="topleft"
left="0"
mouse_opaque="false"
name="zoom"
top="0"
width="220">
<joystick_rotate
follows="top|left"
height="78"
layout="topleft"
left="2"
name="cam_rotate_stick"
quadrant="left"
sound_flags="3"
visible="true"
tool_tip="Orbit camera around focus"
top="25"
width="78" />
<!-- <FS:Chanayane> Camera roll (from Alchemy) -->
<button
follows="bottom|left"
width="16"
height="16"
image_selected="VirtualTrackball_Rotate_Left_Active"
image_unselected="VirtualTrackball_Rotate_Left"
layout="topleft"
top="89"
left="2"
name="roll_left"
tool_tip="Roll camera Left">
<commit_callback function="Camera.roll_left" />
<mouse_held_callback function="Camera.roll_left" />
</button>
<button
follows="top|left"
width="16"
height="16"
image_selected="VirtualTrackball_Rotate_Right_Active"
image_unselected="VirtualTrackball_Rotate_Right"
layout="topleft"
top="89"
left="64"
name="roll_right"
tool_tip="Roll camera Right">
<commit_callback function="Camera.roll_right" />
<mouse_held_callback function="Camera.roll_right" />
</button>
<!-- </FS:Chanayane> -->
<button
follows="top|left"
height="18"
image_disabled="AddItem_Disabled"
image_selected="AddItem_Press"
image_unselected="AddItem_Off"
layout="topleft"
left_pad="4"
name="zoom_plus_btn"
width="18"
top="23">
<commit_callback
function="Zoom.plus" />
<mouse_held_callback
function="Zoom.plus" />
</button>
<slider_bar
height="50"
layout="topleft"
name="zoom_slider"
orientation="vertical"
tool_tip="Zoom camera toward focus"
top_pad="0"
min_val="0"
max_val="1"
width="18">
<commit_callback function="Slider.value_changed"/>
</slider_bar>
<button
follows="top|left"
height="18"
image_disabled="MinusItem_Disabled"
image_selected="MinusItem_Press"
image_unselected="MinusItem_Off"
layout="topleft"
name="zoom_minus_btn"
top_pad="0"
width="18">
<commit_callback
function="Zoom.minus" />
<mouse_held_callback
function="Zoom.minus" />
</button>
<joystick_track
follows="top|left"
height="78"
image_selected="Cam_Tracking_In"
image_unselected="Cam_Tracking_Out"
layout="topleft"
left_pad="4"
name="cam_track_stick"
quadrant="left"
scale_image="false"
sound_flags="3"
tool_tip="Move camera up and down, left and right"
top="25"
width="78"/>
</panel>
</panel>
<panel
follows="all"
height="27"
layout="topleft"
left_pad="2"
name="buttons_panel"
top_delta="18"
width="120">
<panel_camera_item
name="front_view"
tool_tip="Front View"
width="18">
<panel_camera_item.mousedown_callback
function="CameraPresets.ChangeView"
parameter="Front View" />
<panel_camera_item.picture
image_name="Cam_Preset_Front_Off" />
<panel_camera_item.selected_picture
image_name="Cam_Preset_Front_On" />
</panel_camera_item>
<panel_camera_item
name="group_view"
tool_tip="Side View"
width="18"
left_pad="2">
<panel_camera_item.mousedown_callback
function="CameraPresets.ChangeView"
parameter="Side View" />
<panel_camera_item.picture
image_name="Cam_Preset_Side_Off" />
<panel_camera_item.selected_picture
image_name="Cam_Preset_Side_On" />
</panel_camera_item>
<panel_camera_item
name="rear_view"
tool_tip="Rear View"
width="18"
left_pad="2">
<panel_camera_item.mousedown_callback
function="CameraPresets.ChangeView"
parameter="Rear View" />
<panel_camera_item.picture
image_name="Cam_Preset_Back_Off" />
<panel_camera_item.selected_picture
image_name="Cam_Preset_Back_On" />
</panel_camera_item>
<panel_camera_item
name="object_view"
tool_tip="Object View"
width="18"
left_pad="2">
<panel_camera_item.mousedown_callback
function="CameraPresets.ChangeView"
parameter="object_view" />
<panel_camera_item.picture
image_name="Object_View_Off" />
<panel_camera_item.selected_picture
image_name="Object_View_On" />
</panel_camera_item>
<panel_camera_item
name="mouselook_view"
tool_tip="Mouselook View"
width="18"
left_pad="2">
<panel_camera_item.mousedown_callback
function="CameraPresets.ChangeView"
parameter="mouselook_view" />
<panel_camera_item.picture
image_name="MouseLook_View_Off" />
<panel_camera_item.selected_picture
image_name="MouseLook_View_On" />
</panel_camera_item>
<panel_camera_item
name="reset_view"
tool_tip="Reset view"
width="18"
left_pad="2">
<panel_camera_item.mousedown_callback
function="CameraPresets.ChangeView"
parameter="reset_view" />
<panel_camera_item.picture
image_name="Refresh_Off" />
<panel_camera_item.selected_picture
image_name="Refresh_Over" />
</panel_camera_item>
</panel>
<combo_box
height="23"
left_delta="-1"
mouse_opaque="true"
name="preset_combo"
top_pad="7"
width="116">
<combo_list
mouse_wheel_opaque="true"/>
<combo_box.item
label="Use preset"
name="Use preset"
value="default" />
</combo_box>
<button
height="23"
width="24"
layout="topleft"
mouse_opaque="true"
name="gear_btn"
tool_tip="Camera Presets"
top_delta="0"
left_pad="3"
image_overlay="Icon_Gear"
is_toggle="true">
<button.commit_callback
function="CameraPresets.ShowPresetsList"/>
</button>
<button
follows="top|left"
height="23"
label="Position..."
layout="topleft"
left_delta="-119"
name="camera_position_btn"
top_pad="5"
width="70">
<button.commit_callback
function="Floater.Show"
parameter="prefs_view_advanced"/>
</button>
<button
follows="top|left"
height="23"
label="Save"
layout="topleft"
left_pad="3"
name="save_btn"
top_delta="0"
width="70">
<button.commit_callback
function="CameraPresets.Save"/>
</button>
<panel
name="viewer_camera_info"
left="0"
top="85"
width="400"
height="150"
border="true"
visible="false"
background_visible="true"/>
<panel
name="agent_camera_info"
left="0"
top="215"
width="400"
height="150"
border="true"
visible="false"
background_visible="true"/>
</floater>
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<floater
positioning="cascading"
legacy_header_height="18"
can_resize="true"
height="588"
layout="topleft"
name="floater_my_appearance"
help_topic="appearance"
save_rect="true"
single_instance="true"
reuse_instance="true"
title="Appearance"
min_height="400"
min_width="415"
width="415">
<panel
top="18"
class="sidepanel_appearance"
name="main_panel"
filename="sidepanel_appearance.xml"
label="Edit Appearance"
font="SansSerifBold"/>
</floater>
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<floater
positioning="centered"
can_close="true"
can_resize="true"
height="570"
help_topic="sidebar_inventory"
min_width="260"
min_height="200"
name="floater_my_inventory"
save_rect="true"
save_visibility="true"
reuse_instance="true"
title="Inventory"
width="330" >
<panel
class="sidepanel_inventory"
name="main_panel"
filename="sidepanel_inventory.xml"
follows="all"
top="0"/>
</floater>
@@ -0,0 +1,283 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
positioning="centered"
legacy_header_height="18"
can_resize="true"
height="495"
layout="topleft"
min_height="200"
min_width="400"
name="preview_texture"
help_topic="preview_texture"
width="555">
<floater.string
name="Title">
Texture: [NAME]
</floater.string>
<floater.string
name="Copy">
Copy To Inventory
</floater.string>
<floater.string
name="DateTime">
[weekday,datetime,slt] [month,datetime,slt] [day,datetime,slt] [hour12,datetime,slt]:[min,datetime,slt]:[second,datetime,slt][ampm,datetime,slt] [timezone,datetime,slt] [year,datetime,slt]
</floater.string>
<floater.string name="UploaderDateTime"/>
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="19"
layout="topleft"
left="10"
name="desc txt"
top="21"
width="90">
Description:
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="right|left|top"
font="SansSerif"
height="19"
layout="topleft"
left_pad="0"
max_length_bytes="127"
name="desc"
width="440" />
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="19"
layout="topleft"
left="10"
name="uploader_label"
top_delta="21"
read_only="true"
visible="false"
width="90">
Uploader:
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="right|left|top"
font="SansSerif"
height="19"
layout="topleft"
left_pad="0"
max_length_bytes="127"
name="uploader"
visible="false"
width="377" />
<button
enabled="false"
follows="right|top"
font="SansSerifSmall"
height="18"
label="Profile"
left_pad="3"
name="openprofile"
visible="false"
width="60" />
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="19"
layout="topleft"
left="10"
name="upload_time_label"
top_delta="21"
visible="false"
width="90">
Date:
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="right|left|top"
font="SansSerif"
height="19"
layout="topleft"
left_pad="0"
max_length_bytes="127"
name="upload_time"
visible="false"
width="440" />
<text
type="string"
length="1"
follows="left|top"
font="SansSerif"
height="19"
layout="topleft"
left="10"
name="uuid_label"
top_delta="21"
visible="false"
width="90">
UUID:
</text>
<line_editor
border_style="line"
border_thickness="1"
follows="right|left|top"
font="SansSerif"
height="19"
layout="topleft"
left_pad="0"
max_length_bytes="127"
name="uuid"
visible="false"
width="377" />
<button
enabled="false"
follows="right|top"
font="SansSerifSmall"
height="18"
label="Copy"
left_pad="3"
name="copyuuid"
visible="false"
width="60" />
<panel
name="dimensions_panel"
left="10"
follows="left|right|bottom"
layout="topleft"
bottom="-1"
height="23"
width="545"
visible="false">
<text
type="string"
halign="left"
length="1"
follows="left|top"
height="16"
layout="topleft"
left="0"
name="dimensions"
width="100">
[WIDTH]px x [HEIGHT]px
</text>
<text
top_delta="0"
type="string"
halign="right"
length="1"
follows="right|top"
height="16"
layout="topleft"
right="-128"
name="aspect_ratio"
width="128">
Preview aspect ratio
</text>
<combo_box
allow_text_entry="true"
top_delta="-4"
follows="right|bottom"
height="23"
left_pad="10"
max_chars="20"
mouse_opaque="true"
enabled="true"
width="108"
name="combo_aspect_ratio"
tool_tip="Preview at a fixed aspect ratio">
<combo_item name="Unconstrained" value="Unconstrained">
Unconstrained
</combo_item>
<combo_item name="1:1" value="1:1" tool_tip="Group insignia or Additional profile info">
1:1
</combo_item>
<combo_item name="4:3" value="4:3" tool_tip="[CURRENT_GRID] profile">
4:3
</combo_item>
<combo_item name="10:7" value="10:7" tool_tip="Classifieds and search listings, landmarks">
10:7
</combo_item>
<combo_item name="3:2" value="3:2" tool_tip="About land">
3:2
</combo_item>
<combo_item name="16:10" value="16:10">
16:10
</combo_item>
<combo_item name="16:9" value="16:9" tool_tip="Profile picks">
16:9
</combo_item>
<combo_item name="2:1" value="2:1">
2:1
</combo_item>
</combo_box>
</panel>
<panel
name="button_panel"
left="10"
follows="left|right|bottom"
layout="topleft"
bottom="-1"
height="32"
width="545"
visible="false">
<button
follows="left|bottom"
height="22"
image_overlay="Refresh_Off"
layout="topleft"
left="6"
bottom="-10"
name="btn_refresh"
width="22" />
<button
follows="left|bottom"
height="22"
label="OK"
layout="topleft"
left_pad="5"
name="Keep"
top_delta="0"
width="110" />
<button
follows="left|bottom"
height="22"
label="Discard"
layout="topleft"
left_pad="5"
name="Discard"
top_delta="0"
width="110" />
<flyout_button
follows="left|bottom"
height="22"
label="Save..."
layout="topleft"
left_pad="5"
name="save_tex_btn"
top_delta="0"
width="110">
<flyout_button.item
label="Save As TGA"
name="save_item_tga"
value="format_tga" />
<flyout_button.item
label="Save As PNG"
name="save_item_png"
value="format_png" />
</flyout_button>
</panel>
</floater>
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="false"
mouse_opaque="false"
follows="all"
height="32"
layout="topleft"
left="0"
name="checkbox_panel"
top="0"
width="32">
<check_box
mouse_opaque="true"
name="check_control"
layout="topleft"
follows="right|top"
left="16"
top="1"
width="16"
height="16">
<check_box.check_button name="CheckboxCtrl Button"
image_disabled="Checkbox_Transparent_Off_Disabled"
image_disabled_selected="Checkbox_Transparent_On_Disabled"
image_unselected="Checkbox_Transparent_Off"
image_selected="Checkbox_Transparent_On"/>
</check_box>
</panel>
@@ -0,0 +1,158 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_alpha_panel"
top_pad="10"
width="363" >
<scroll_container
color="DkGray2"
follows="all"
height="400"
layout="topleft"
left="10"
top_pad="0"
name="avatar_alpha_color_panel_scroll"
reserve_scroll_corner="false"
opaque="true"
width="343">
<panel
border="false"
bg_alpha_color="DkGray2"
bg_opaque_color="DkGray2"
background_visible="true"
background_opaque="true"
follows="top|left|right"
height="400"
left="0"
layout="topleft"
name="avatar_alpha_color_panel"
top="0"
width="343" >
<check_box
follows="left|top"
height="16"
layout="topleft"
left="5"
name="lower alpha texture invisible"
top="10"
width="16" />
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Lower Alpha"
layout="topleft"
left_pad="5"
name="Lower Alpha"
tool_tip="Click to choose a picture"
top="10"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<check_box
follows="left|top"
height="16"
layout="topleft"
left_pad="20"
name="upper alpha texture invisible"
top="10"
width="16" />
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Upper Alpha"
layout="topleft"
left_pad="5"
name="Upper Alpha"
tool_tip="Click to choose a picture"
top="10"
width="115">
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<check_box
follows="left|top"
height="16"
layout="topleft"
left="5"
name="head alpha texture invisible"
top_pad="15"
width="16" />
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Head Alpha"
layout="topleft"
left_pad="5"
name="Head Alpha"
tool_tip="Click to choose a picture"
top_delta="0"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<check_box
follows="left|top"
height="16"
layout="topleft"
left_pad="20"
name="eye alpha texture invisible"
top_delta="0"
width="16" />
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Eye Alpha"
layout="topleft"
left_pad="5"
name="Eye Alpha"
tool_tip="Click to choose a picture"
top_delta="0"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<check_box
follows="left|top"
height="16"
layout="topleft"
left="5"
name="hair alpha texture invisible"
top_pad="15"
width="16" />
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Hair Alpha"
layout="topleft"
left="30"
name="Hair Alpha"
tool_tip="Click to choose a picture"
top_delta="0"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
</panel>
</scroll_container>
</panel>
@@ -0,0 +1,81 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_eyes_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_eye_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Iris"
layout="topleft"
left="15"
name="Iris"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
</panel>
<!-- Begin Eyes Panel -->
<panel
name="eyes_main_tab_holder"
title="Eyes"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="320"
left="0"
name="eyes_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="eyes_main_tab"
fit_panel="false"
title="Eyes">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="eyes_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Eyes Panel -->
<!-- </tab_container> -->
</panel>
@@ -0,0 +1,94 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_gloves_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_gloves_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Fabric"
layout="topleft"
left="15"
name="Fabric"
tool_tip="Click to choose a picture"
top="5"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open color picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Gloves Panel -->
<panel
name="gloves_main_tab_holder"
title="Gloves"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="gloves_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="gloves_main_tab"
fit_panel="false"
title="Gloves">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="gloves_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Gloves Panel -->
</panel>
@@ -0,0 +1,220 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_hair_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_hair_color_panel"
top="110"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Texture"
layout="topleft"
left="15"
name="Texture"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
</panel>
<tab_container
name="wearable_accordion"
layout="topleft"
follows="all"
tab_position="left"
top="0"
left="0"
height="400"
width="363">
<!-- Begin Color Panel -->
<panel
name="hair_color_tab_holder"
title="Color"
layout="topleft"
follows="left"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="hair_color_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="hair_color_tab"
fit_panel="false"
title="Color">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="hair_color_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Color Panel -->
<!-- Begin Style Panel -->
<panel
name="hair_style_tab_holder"
title="Style"
layout="topleft"
follows="left"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="hair_style_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="hair_style_tab"
fit_panel="false"
title="Style">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="hair_style_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Style Panel -->
<!-- Begin Eyebrows Panel -->
<panel
name="hair_eyebrows_tab_holder"
title="Eyebrows"
layout="topleft"
follows="left"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="hair_eyebrows_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="hair_eyebrows_tab"
fit_panel="false"
title="Eyebrows">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="hair_eyebrows_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Eyebrows Panel -->
<!-- Begin Facial Panel -->
<panel
name="hair_facial_tab_holder"
title="Facial"
layout="topleft"
follows="left"
height="400"
width="263">
<text name="hair_facial_not_available"
invisibility_control="AvatarSex"
follows="top|left"
layout="topleft"
top="0"
left="10"
height="50">
Face options are only available
for male avatars.
</text>
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="hair_facial_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="hair_facial_tab"
fit_panel="false"
title="Facial">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="hair_facial_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Facial Panel -->
</tab_container>
</panel>
@@ -0,0 +1,110 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_jacket_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_jacket_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Upper Fabric"
layout="topleft"
left="15"
name="Upper Fabric"
tool_tip="Click to choose a picture"
top="5"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Lower Fabric"
layout="topleft"
left="15"
name="Lower Fabric"
tool_tip="Click to choose a picture"
top_pad="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open color picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Jacket Panel -->
<panel
name="jacket_main_tab_holder"
title="Jacket"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="jacket_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="jacket_main_tab"
fit_panel="false"
title="Jacket">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="jacket_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Jacket Panel -->
</panel>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_pants_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_pants_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Fabric"
layout="topleft"
left="15"
name="Fabric"
tool_tip="Click to choose a picture"
top="5"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open color picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Pants Panel -->
<panel
name="pants_main_tab_holder"
title="Pants"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="pants_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="pants_main_tab"
fit_panel="false"
title="Pants">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="pants_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Pants Panel -->
</panel>
@@ -0,0 +1,321 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_physics_panel"
top_pad="10"
width="363" >
<tab_container
name="wearable_accordion"
layout="topleft"
follows="all"
tab_position="left"
top="0"
left="0"
height="400"
width="363">
<panel
name="physics_breast_updown_tab_holder"
title="Breast Bounce"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<text name="physics_breast_updown_not_available"
visibility_control="AvatarSex"
follows="top|left"
layout="topleft"
top="0"
left="10"
height="50">
Breast bounce is only available
for female avatars.
</text>
<accordion
follows="all"
height ="388"
layout="topleft"
left="0"
single_expansion="true"
fit_parent="true"
name="physics_breast_updown_accordion"
top="0"
width="313">
<accordion_tab
header_visible="false"
layout="topleft"
fit_panel="false"
min_height="50"
name="physics_breasts_updown_tab"
title="Breasts Bounce">
<scrolling_panel_list
follows="all"
layout="topleft"
left="10"
name="physics_breasts_updown_param_list"
top="10"
width="303" />
</accordion_tab>
</accordion>
</panel>
<panel
name="physics_breast_inout_tab_holder"
title="Breast Cleavage"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<text name="physics_breast_inout_not_available"
visibility_control="AvatarSex"
follows="top|left"
layout="topleft"
top="0"
left="10"
height="50">
Breast cleavage is only available
for female avatars.
</text>
<accordion
follows="all"
height ="388"
layout="topleft"
left="0"
single_expansion="true"
fit_parent="true"
name="physics_breast_inout_accordion"
top="0"
width="313">
<accordion_tab
header_visible="false"
layout="topleft"
fit_panel="false"
min_height="50"
name="physics_breasts_inout_tab"
title="Breasts Cleavage">
<scrolling_panel_list
follows="all"
layout="topleft"
left="0"
name="physics_breasts_inout_param_list"
top_pad="50"
width="303" />
</accordion_tab>
</accordion>
</panel>
<panel
name="physics_breast_leftright_tab_holder"
title="Breast Sway"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<text name="physics_breast_leftright_not_available"
visibility_control="AvatarSex"
follows="top|left"
layout="topleft"
top="0"
left="10"
height="50">
Breast sway is only available
for female avatars.
</text>
<accordion
follows="all"
height ="388"
layout="topleft"
left="0"
single_expansion="true"
fit_parent="true"
name="physics_breast_leftright_accordion"
top="0"
width="313">
<accordion_tab
header_visible="false"
layout="topleft"
fit_panel="false"
min_height="50"
name="physics_breasts_leftright_tab"
title="Breasts Sway">
<scrolling_panel_list
follows="all"
layout="topleft"
left="0"
name="physics_breasts_leftright_param_list"
top_pad="50"
width="303" />
</accordion_tab>
</accordion>
</panel>
<panel
name="physics_belly_tab_holder"
title="Belly Bounce"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<accordion
follows="all"
height ="388"
layout="topleft"
left="0"
single_expansion="true"
fit_parent="true"
name="physics_belly_accordion"
top="0"
width="313">
<accordion_tab
header_visible="false"
layout="topleft"
fit_panel="false"
min_height="50"
name="physics_belly_tab"
title="Belly Bounce">
<scrolling_panel_list
follows="all"
layout="topleft"
left="0"
name="physics_belly_updown_param_list"
top_pad="40"
width="303" />
</accordion_tab>
</accordion>
</panel>
<panel
name="physics_butt_tab_holder"
title="Butt Bounce"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<accordion
follows="all"
height ="388"
layout="topleft"
left="0"
single_expansion="true"
fit_parent="true"
name="physics_butt_accordion"
top="0"
width="313">
<accordion_tab
header_visible="false"
layout="topleft"
fit_panel="false"
min_height="50"
name="physics_butt_tab"
title="Butt Bounce">
<scrolling_panel_list
follows="all"
layout="topleft"
left="0"
name="physics_butt_updown_param_list"
top_pad="30"
width="303" />
</accordion_tab>
</accordion>
</panel>
<panel
name="physics_butt_leftright_tab_holder"
title="Butt Sway"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<accordion
follows="all"
height ="388"
layout="topleft"
left="0"
single_expansion="true"
fit_parent="true"
name="physics_butt_leftright_accordion"
top="0"
width="313">
<accordion_tab
header_visible="false"
layout="topleft"
fit_panel="false"
min_height="50"
name="physics_butt_leftright_tab"
title="Butt Sway">
<scrolling_panel_list
follows="all"
layout="topleft"
left="0"
name="physics_butt_leftright_param_list"
top_pad="20"
width="303" />
</accordion_tab>
</accordion>
</panel>
<panel
name="physics_advanced_tab_holder"
title="Adv. Parameters"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<accordion
follows="all"
height ="388"
layout="topleft"
left="0"
single_expansion="true"
fit_parent="true"
name="physics_advanced_accordion"
top="0"
width="313">
<accordion_tab
header_visible="false"
layout="topleft"
fit_panel="false"
min_height="50"
name="physics_advanced_tab"
title="Advanced Parameters">
<scrolling_panel_list
follows="all"
layout="topleft"
left="0"
name="physics_advanced_param_list"
top_pad="10"
width="303" />
</accordion_tab>
</accordion>
</panel>
</tab_container>
</panel>
@@ -0,0 +1,416 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_shape_panel"
top_pad="10"
width="363" >
<string name="meters">Meters</string>
<string name="feet">Feet</string>
<string name="height">Height:</string>
<string name="height_label_color" translate="false">White_50</string>
<string name="height_value_label_color" translate="false">White</string>
<text
follows="top|left|right"
font="SansSerifSmallBold"
halign="right"
height="12"
layout="topleft"
left="0"
name="avatar_height"
top="0"
width="353">
</text>
<tab_container
name="wearable_accordion"
layout="topleft"
follows="all"
tab_position="left"
height="384"
width="363">
<!-- Begin Body Panel -->
<panel
name="shape_body_tab_holder"
title="Body"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_body_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_body_tab"
fit_panel="false"
title="Body">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_body_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Body Panel -->
<!-- Begin Head Panel -->
<panel
name="shape_head_tab_holder"
title="Head"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_head_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_head_tab"
fit_panel="false"
title="Head">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_head_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Head Panel -->
<!-- Begin Eyes Panel -->
<panel
name="shape_eyes_tab_holder"
title="Eyes"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_eyes_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_eyes_tab"
fit_panel="false"
title="Eyes">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_eyes_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Eyes Panel -->
<!-- Begin Ears Panel -->
<panel
name="shape_ears_tab_holder"
title="Ears"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_ears_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_ears_tab"
fit_panel="false"
title="Ears">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_ears_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Ears Panel -->
<!-- Begin Nose Panel -->
<panel
name="shape_nose_tab_holder"
title="Nose"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_nose_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_nose_tab"
fit_panel="false"
title="Nose">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_nose_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Nose Panel -->
<!-- Begin Mouth Panel -->
<panel
name="shape_mouth_tab_holder"
title="Mouth"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_mouth_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_mouth_tab"
fit_panel="false"
title="Mouth">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_mouth_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Mouth Panel -->
<!-- Begin Chin Panel -->
<panel
name="shape_chin_tab_holder"
title="Chin"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_chin_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_chin_tab"
fit_panel="false"
title="Chin">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_chin_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Chin Panel -->
<!-- Begin Torso Panel -->
<panel
name="shape_torso_tab_holder"
title="Torso"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_torso_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_torso_tab"
fit_panel="false"
title="Torso">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_torso_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Torso Panel -->
<!-- Begin Legs Panel -->
<panel
name="shape_legs_tab_holder"
title="Legs"
top_pad="0"
left="0"
layout="topleft"
follows="all"
height="384"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="384"
left="0"
name="shape_legs_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shape_legs_tab"
fit_panel="false"
title="Legs">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shape_legs_param_list"
top="0"
height="384"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Legs Panel -->
</tab_container>
</panel>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_shirt_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_shirt_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Fabric"
layout="topleft"
left="15"
name="Fabric"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open color picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Shirt Panel -->
<panel
name="shirt_main_tab_holder"
title="Shirt"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="shirt_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shirt_main_tab"
fit_panel="false"
title="Shirt">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shirt_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Shirt Panel -->
</panel>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_shoes_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_shoes_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Fabric"
layout="topleft"
left="15"
name="Fabric"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open color picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Shoes Panel -->
<panel
name="shoes_main_tab_holder"
title="Shoes"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="shoes_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="shoes_main_tab"
fit_panel="false"
title="Shoes">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="shoes_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Shoes Panel -->
</panel>
@@ -0,0 +1,243 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_skin_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_skin_color_panel"
top="110"
width="100" >
<texture_picker
allow_no_texture="true"
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Head Tattoos"
layout="topleft"
left="15"
name="Head"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
allow_no_texture="true"
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Upper Tattoos"
layout="topleft"
left="15"
name="Upper Body"
tool_tip="Click to choose a picture"
top_pad="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
allow_no_texture="true"
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Lower Tattoos"
layout="topleft"
left="15"
name="Lower Body"
tool_tip="Click to choose a picture"
top_pad="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
</panel>
<tab_container
name="wearable_accordion"
layout="topleft"
follows="all"
tab_position="left"
top="0"
left="0"
height="400"
width="363">
<!-- Begin Skin Color Panel -->
<panel
name="skin_color_tab_holder"
title="Skin Color"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="skin_color_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="skin_color_tab"
fit_panel="false"
title="Skin Color">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="skin_color_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Skin Color Panel -->
<!-- Begin Face Detail Panel -->
<panel
name="skin_face_tab_holder"
title="Face Detail"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="skin_face_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="skin_face_tab"
fit_panel="false"
title="Face Detail">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="skin_face_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Face Detail Panel -->
<!-- Begin Makeup Panel -->
<panel
name="skin_makeup_holder"
title="Makeup"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="skin_makeup_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="skin_makeup_tab"
fit_panel="false"
title="Makeup">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="skin_makeup_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Makeup Panel -->
<!-- Begin Body Detail Panel -->
<panel
name="skin_body_holder"
title="Body Detail"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="skin_body_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="skin_body_tab"
fit_panel="false"
title="Body Detail">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="skin_body_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Body Detail Panel -->
</tab_container>
</panel>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_skirt_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_skirt_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Fabric"
layout="topleft"
left="15"
name="Fabric"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open color picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Skirt Panel -->
<panel
name="skirt_main_tab_holder"
title="Skirt"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="skirt_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="skirt_main_tab"
fit_panel="false"
title="Skirt">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="skirt_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Skirt Panel -->
</panel>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_socks_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_socks_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Fabric"
layout="topleft"
left="15"
name="Fabric"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open color picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Socks Panel -->
<panel
name="socks_main_tab_holder"
title="Socks"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="socks_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="socks_main_tab"
fit_panel="false"
title="Socks">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="socks_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Socks Panel -->
</panel>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_tattoo_panel"
top_pad="10"
width="363" >
<scroll_container
follows="all"
height="400"
layout="topleft"
left="10"
name="avatar_tattoo_scroll"
reserve_scroll_corner="false"
top_pad="0"
width="344">
<panel
border="false"
bg_alpha_color="DkGray2"
bg_opaque_color="DkGray2"
background_visible="true"
background_opaque="true"
follows="all"
height="725"
left="0"
layout="topleft"
name="avatar_tattoo_color_panel"
top="0"
width="328" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Head Tattoo"
layout="topleft"
left="20"
name="Head Tattoo"
tool_tip="Click to choose a picture"
top="10"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Upper Tattoo"
layout="topleft"
left_pad="30"
name="Upper Tattoo"
tool_tip="Click to choose a picture"
top="10"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Lower Tattoo"
layout="topleft"
left="20"
name="Lower Tattoo"
tool_tip="Click to choose a picture"
top_pad="10"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="115"
label="Color/Tint"
layout="topleft"
left_pad="30"
name="Color/Tint"
tool_tip="Click to open color picker"
top_delta="0"
width="115" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
</scroll_container>
</panel>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_underpants_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_underpants_color_panel"
top="0"
width="100" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Fabric"
layout="topleft"
left="15"
name="Fabric"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open color picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Underpants Panel -->
<panel
name="underpants_main_tab_holder"
title="Underpants"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="underpants_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="underpants_main_tab"
fit_panel="false"
title="Underpants">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="underpants_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Underpants Panel -->
</panel>
@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_undershirt_panel"
top_pad="10"
width="363" >
<panel
border="false"
follows="top|left|right"
height="300"
left="0"
layout="topleft"
name="avatar_undershirt_color_panel"
top="0"
width="263" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="80"
label="Fabric"
layout="topleft"
left="15"
name="Fabric"
tool_tip="Click to choose a picture"
top="0"
width="64" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="80"
label="Color/Tint"
layout="topleft"
left="15"
name="Color/Tint"
tool_tip="Click to open Color Picker"
top_pad="0"
width="64" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
<!-- Begin Undershirt Panel -->
<panel
name="undershirt_main_tab_holder"
title="Undershirt"
top="0"
left="100"
layout="topleft"
follows="all"
height="400"
width="263">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion
layout="topleft"
follows="all"
height ="400"
left="0"
name="undershirt_main_accordion"
top="0"
single_expansion="true"
fit_parent="true"
width="263">
<accordion_tab
header_visible="false"
layout="topleft"
min_height="150"
name="undershirt_main_tab"
fit_panel="false"
title="Undershirt">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list
layout="topleft"
follows="all"
left="0"
name="undershirt_main_param_list"
top="0"
height="400"
width="263" />
</accordion_tab>
</accordion>
</panel>
<!-- End Undershirt Panel -->
</panel>
@@ -0,0 +1,230 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
follows="all"
height="400"
layout="topleft"
left="0"
name="edit_universal_panel"
top_pad="10"
width="363" >
<scroll_container
follows="all"
height="400"
layout="topleft"
left="10"
name="avatar_universal_scroll"
reserve_scroll_corner="false"
top_pad="0"
width="344">
<panel
border="false"
bg_alpha_color="DkGray2"
bg_opaque_color="DkGray2"
background_visible="true"
background_opaque="true"
follows="all"
height="725"
left="00"
layout="topleft"
name="avatar_universal_color_panel"
top="0"
width="328" >
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Head Tattoo"
layout="topleft"
left="20"
top_pad="10"
name="Head Universal Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Upper Tattoo"
layout="topleft"
left_pad="30"
top_delta="0"
name="Upper Universal Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Lower Tattoo"
layout="topleft"
left="20"
top_pad="10"
name="Lower Universal Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Skirt Tattoo"
layout="topleft"
left_pad="30"
top_delta="0"
name="Skirt Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Hair Tattoo"
layout="topleft"
left="20"
top_pad="10"
name="Hair Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Eyes Tattoo"
layout="topleft"
left_pad="30"
top_delta="0"
name="Eyes Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Left Arm Tattoo"
layout="topleft"
left="20"
top_pad="10"
name="Left Arm Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Left Leg Tattoo"
layout="topleft"
left_pad="30"
top_delta="0"
name="Left Leg Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Aux1 Tattoo"
layout="topleft"
left="20"
top_pad="10"
name="Aux1 Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Aux2 Tattoo"
layout="topleft"
left_pad="30"
top_delta="0"
name="Aux2 Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<texture_picker
can_apply_immediately="true"
default_image_name="Default"
follows="left|top"
height="115"
label="Aux3 Tattoo"
layout="topleft"
left="20"
top_pad="10"
name="Aux3 Tattoo"
tool_tip="Click to choose a picture"
width="115" >
<texture_picker.commit_callback
function="TexturePicker.Commit" />
</texture_picker>
<color_swatch
can_apply_immediately="true"
follows="left|top"
height="115"
label="Color/Tint"
layout="topleft"
left_pad="30"
top_delta="0"
name="Color/Tint"
tool_tip="Click to open color picker"
width="115" >
<color_swatch.commit_callback
function="ColorSwatch.Commit" />
</color_swatch>
</panel>
</scroll_container>
</panel>
@@ -0,0 +1,527 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="false"
bevel_style="in"
follows="all"
height="570"
help_topic="fs_edit_body_part"
label="Wearable"
layout="topleft"
left="0"
name="panel_edit_wearable"
top="0"
width="415">
<string
name="edit_shape_title">
Editing Shape
</string>
<string
name="edit_skin_title">
Editing Skin
</string>
<string
name="edit_hair_title">
Editing Hair
</string>
<string
name="edit_eyes_title">
Editing Eyes
</string>
<string
name="edit_shirt_title">
Editing Shirt
</string>
<string
name="edit_pants_title">
Editing Pants
</string>
<string
name="edit_shoes_title">
Editing Shoes
</string>
<string
name="edit_socks_title">
Editing Socks
</string>
<string
name="edit_jacket_title">
Editing Jacket
</string>
<string
name="edit_skirt_title">
Editing Skirt
</string>
<string
name="edit_gloves_title">
Editing Gloves
</string>
<string
name="edit_undershirt_title">
Editing Undershirt
</string>
<string
name="edit_underpants_title">
Editing Underpants
</string>
<string
name="edit_alpha_title">
Editing Alpha Mask
</string>
<string
name="edit_tattoo_title">
Editing Tattoo
</string>
<string
name="edit_universal_title">
Editing Universal
</string>
<string
name="edit_physics_title">
Editing Physics
</string>
<string
name="shape_desc_text">
Shape:
</string>
<string
name="skin_desc_text">
Skin:
</string>
<string
name="hair_desc_text">
Hair:
</string>
<string
name="eyes_desc_text">
Eyes:
</string>
<string
name="shirt_desc_text">
Shirt:
</string>
<string
name="pants_desc_text">
Pants:
</string>
<string
name="shoes_desc_text">
Shoes:
</string>
<string
name="socks_desc_text">
Socks:
</string>
<string
name="jacket_desc_text">
Jacket:
</string>
<string
name="skirt_desc_text">
Skirt:
</string>
<string
name="gloves_desc_text">
Gloves:
</string>
<string
name="undershirt_desc_text">
Undershirt:
</string>
<string
name="underpants_desc_text">
Underpants:
</string>
<string
name="alpha_desc_text">
Alpha Mask:
</string>
<string
name="tattoo_desc_text">
Tattoo:
</string>
<string
name="universal_desc_text">
Universal:
</string>
<string
name="physics_desc_text">
Physics:
</string>
<!-- Default width of the button should be to show it without label.
Button will be extedned in code to show whole label when wearable is being changed.
-->
<labeled_back_button
follows="top|left"
height="24"
image_hover_unselected="BackButton_Over"
image_pressed="BackButton_Press"
image_unselected="BackButton_Off"
layout="topleft"
label="Save"
left="11"
name="back_btn"
pad_left="24"
tool_tip="Return to Edit Outfit"
top="3"
width="30"
use_draw_context_alpha="false" />
<text
follows="top|left|right"
font="SansSerifHugeBold"
height="22"
layout="topleft"
left_pad="8"
name="edit_wearable_title"
text_color="White"
top="3"
value="Editing Shape"
use_ellipses="true"
width="354" />
<panel
background_opaque="false"
background_visible="false"
bg_alpha_color="DkGray2"
bg_opaque_color="DkGray2"
border="false"
follows="top|left|right"
height="60"
label="Shirt"
layout="topleft"
left="10"
name="wearable_type_panel"
top_pad="10"
width="393">
<text
follows="top|left|right"
font="SansSerifSmallBold"
height="16"
layout="topleft"
left="10"
name="description_text"
text_color="White"
top="10"
value="Shape:"
width="230" />
<radio_group
control_name="AvatarSex"
follows="top|right"
height="20"
layout="topleft"
left="290"
name="sex_radio"
top="5"
width="110">
<radio_item
follows="all"
height="16"
label=""
layout="topleft"
left="0"
name="sex_male"
tool_tip="Male"
value="1"
width="40" />
<radio_item
follows="all"
height="16"
label=""
layout="topleft"
left_pad="10"
name="sex_female"
tool_tip="Female"
value="0"
width="40"/>
</radio_group>
<!-- graphical labels for the radio buttons above -->
<icon
follows="top|right"
height="16"
image_name="icons/Male.png"
layout="topleft"
left="310"
name="male_icon"
tool_tip="Male"
top="7"
width="16" />
<icon
follows="top|right"
height="16"
image_name="icons/Female.png"
layout="topleft"
left="360"
name="female_icon"
tool_tip="Female"
top="7"
width="16" />
<line_editor
follows="all"
height="23"
layout="topleft"
left="10"
max_length_bytes="63"
name="description"
prevalidator="ascii"
select_on_focus="true"
text_color="Black"
top_pad="3"
width="370" />
</panel>
<panel
follows="all"
height="433"
layout="topleft"
left="0"
name="edit_subpanel_container"
top_pad="2"
width="410">
<!-- the shape editing panel is taller than the others
because it also displays avatar height -->
<panel
filename="panel_edit_shape.xml"
follows="all"
height="433"
layout="topleft"
left="0"
name="edit_shape_panel"
top="0"
visible="false"
width="410" />
<panel
filename="panel_edit_skin.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_skin_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_hair.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_hair_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_eyes.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_eyes_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_shirt.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_shirt_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_pants.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_pants_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_shoes.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_shoes_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_socks.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_socks_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_jacket.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_jacket_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_skirt.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_skirt_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_gloves.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_gloves_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_undershirt.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_undershirt_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_underpants.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_underpants_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_alpha.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_alpha_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_tattoo.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_tattoo_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_universal.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_universal_panel"
top="8"
visible="false"
width="410" />
<panel
filename="panel_edit_physics.xml"
follows="all"
height="425"
layout="topleft"
left="0"
name="edit_physics_panel"
top="8"
visible="false"
width="410" />
</panel>
<panel
follows="bottom|left|right"
height="23"
layout="topleft"
left="2"
name="button_panel"
top_pad="6"
width="405">
<layout_stack
follows="bottom|left|right"
height="23"
layout="topleft"
mouse_opaque="false"
name="button_panel_ls"
left="0"
orientation="horizontal"
top="0"
width="405">
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left="0"
mouse_opaque="false"
name="save_as_btn_lp"
auto_resize="true"
width="169">
<button
follows="bottom|left|right"
height="23"
label="Save As"
layout="topleft"
left="1"
name="save_as_button"
top="0"
width="165" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
mouse_opaque="false"
name="revert_btn_lp"
auto_resize="true"
width="167">
<button
follows="bottom|left|right"
height="23"
label="Undo Changes"
layout="topleft"
left="1"
name="revert_button"
top="0"
width="165" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
mouse_opaque="false"
name="import_btn_lp"
auto_resize="true"
width="151">
<button
follows="bottom|left|right"
height="23"
label="Import"
layout="topleft"
left="1"
name="import_btn"
top="0"
width="150" />
</layout_panel>
</layout_stack>
</panel>
</panel>
@@ -0,0 +1,189 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
height="300"
layout="topleft"
mouse_opaque="true"
name="friends"
width="355">
<panel.string name="FontName" value="SANSSERIF_SMALL"/>
<layout_stack
default_tab_group="2"
border_size="0"
animate="true"
follows="all"
clip="false"
bottom="-2"
right="-84"
left="4"
layout="topleft"
orientation="vertical"
name="ls_friend_list"
top="0">
<layout_panel
name="lp_search"
auto_resize="false"
user_resize="false"
visibility_control="FSContactListShowSearch"
top="0"
layout="topleft"
height="27"
follows="left|top|right">
<filter_editor
follows="left|top|right"
height="23"
layout="topleft"
left="1"
label="Filter Friends"
max_length_chars="300"
name="friend_filter_input"
top="3"
right="-1" />
</layout_panel>
<layout_panel
name="lp_friend_list"
tab_group="2"
auto_resize="true"
user_resize="false"
top="0"
layout="topleft"
bottom="-2"
follows="all">
<fs_scroll_list
desired_line_height="14"
left="0"
right="-1"
top="0"
bottom="-1"
follows="all"
layout="topleft"
column_padding="0"
draw_heading="true"
heading_height="20"
multi_select="true"
content_type="Agents"
name="friend_list">
<fs_scroll_list.column
name="icon_online_status"
tool_tip="Online status"
width="16" />
<fs_scroll_list.column
dynamicwidth="true"
label="Username"
name="user_name"
tool_tip="This contact's username."/>
<fs_scroll_list.column
dynamicwidth="true"
label="Display name"
name="display_name"
tool_tip="This contact's display name."/>
<fs_scroll_list.column
dynamicwidth="true"
label="Name"
name="full_name"
tool_tip="This contact's chosen name." />
<fs_scroll_list.column
image="Permission_Visible_Online_h"
name="icon_visible_online"
tool_tip="Friend can see when you&apos;re online"
width="16" />
<fs_scroll_list.column
image="Permission_Visible_Map_h"
name="icon_visible_map"
tool_tip="Friend can locate you on the map"
width="16" />
<fs_scroll_list.column
image="Permission_Edit_Objects_Mine_h"
name="icon_edit_mine"
tool_tip="Friend can edit, delete or take objects"
width="16" />
<fs_scroll_list.column
image="Permission_Visible_Map_h"
name="icon_visible_map_theirs"
tool_tip="You can locate them on the map"
width="16" />
<fs_scroll_list.column
image="Permission_Edit_Objects_Theirs_h"
name="icon_edit_theirs"
tool_tip="You can edit this friend&apos;s objects"
width="16" />
<fs_scroll_list.column
name="friend_last_update_generation"
width="-1" />
</fs_scroll_list>
</layout_panel>
</layout_stack>
<button
top="2"
follows="top|right"
layout="topleft"
height="22"
label="IM/Call"
left_delta="270"
name="im_btn"
tool_tip="Open Instant Message session"
width="80" />
<button
top_pad="3"
follows="top|right"
layout="topleft"
height="22"
label="Profile"
name="profile_btn"
tool_tip="Show picture, groups, and other information"
width="80" />
<button
top_pad="3"
follows="top|right"
layout="topleft"
height="22"
label="Teleport..."
name="offer_teleport_btn"
tool_tip="Offer this friend a teleport to your current location"
width="80" />
<button
top_pad="3"
follows="top|right"
layout="topleft"
height="22"
label="Map..."
name="map_btn"
tool_tip="Show current location of friend on the map"
width="80" />
<button
top_pad="3"
follows="top|right"
layout="topleft"
height="22"
label="Pay..."
name="pay_btn"
tool_tip="Give Linden dollars (L$) to this friend"
width="80" />
<button
top_pad="3"
follows="top|right"
layout="topleft"
height="22"
label="Remove..."
name="remove_btn"
tool_tip="Remove this person from your friends list"
width="80" />
<button
top_pad="3"
follows="top|right"
layout="topleft"
height="22"
label="Add..."
name="add_btn"
tool_tip="Offer friendship to a resident"
width="80" />
<text
top_pad="10"
left_delta="2"
follows="top|right"
layout="topleft"
height="20"
name="friend_count"
width="80">
Friends: [COUNT]
</text>
</panel>
@@ -0,0 +1,284 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
name="panel_radar"
width="327"
height="333">
<string name="FlagsColumnType" value="icon"/>
<string name="FlagsColumnValue_0" value=""/>
<string name="FlagsColumnValue_1" value="Payment_Info_Filled"/>
<string name="FlagsColumnValue_2" value="Payment_Info_Used"/>
<string name="NotesColumnIcon" value="radarbox_n"/>
<string name="SittingColumnIcon" value="radarbox_s"/>
<string name="TypingColumnIcon" value="radarbox_t"/>
<string
name="MiniMapToolTipMsg"
value="[REGION] (Double-click to open Map, shift-drag to pan)"/>
<string
name="AltMiniMapToolTipMsg"
value="[REGION] (Double-click to teleport, shift-drag to pan)"/>
<string
name="avatar_name_count"
value="Name [[TOTAL]/[IN_REGION]/[IN_CHAT_RANGE]]"/>
<panel
background_opaque="false"
background_visible="false"
follows="all"
height="333"
layout="topleft"
left="0"
name="nearby_panel"
top="0"
width="327">
<panel
follows="left|top|right"
height="27"
label="bottom_panel"
layout="topleft"
left="0"
name="nearby_buttons_panel"
right="-1"
top="0">
<filter_editor
follows="left|top|right"
height="23"
layout="topleft"
left="3"
label="Filter People"
max_length_chars="300"
name="nearby_filter_input"
top="1"
width="219" />
<button
commit_callback.function="Radar.Gear"
follows="right"
height="25"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="OptionsMenu_Off"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
layout="topleft"
left_pad="7"
name="gear_btn"
tool_tip="Actions on selected person"
top="0"
width="31" />
<menu_button
follows="right"
height="25"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="Conv_toolbar_sort"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
layout="topleft"
left_pad="2"
name="options_btn"
tool_tip="Radar options"
top_delta="0"
width="31" />
<button
follows="right"
height="25"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="AddItem_Off"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
layout="topleft"
left_pad="2"
name="add_friend_btn"
tool_tip="Offer friendship to a resident"
top_delta="0"
width="31">
<commit_callback
function="Radar.AddFriend" />
</button>
</panel>
<layout_stack
orientation="vertical"
clip="true"
follows="all"
layout="topleft"
top="27"
left="3"
height="301"
right="327"
mouse_opaque="false"
name="radar_outer_ls">
<layout_panel
auto_resize="true"
layout="topleft"
top="0"
left="3"
height="281"
width="321"
follows="all"
mouse_opaque="false"
name="radar_upper_layout">
<layout_stack
orientation="vertical"
clip="true"
follows="all"
layout="topleft"
top="0"
left="0"
height="281"
width="321"
mouse_opaque="false"
name="radar_ls">
<layout_panel
layout="topleft"
top="0"
left="3"
height="140"
width="321"
min_dim="140"
follows="top"
mouse_opaque="false"
visibility_control="ShowRadarMinimap"
name="minimaplayout"
auto_resize="false"
user_resize="true">
<net_map
bg_color="NetMapBackgroundColor"
visibility_control="ShowRadarMinimap"
follows="all"
layout="topleft"
left="3"
mouse_opaque="false"
name="Net Map"
width="316"
height="140"
top="0"/>
</layout_panel>
<layout_panel
layout="topleft"
top="0"
left="0"
height="166"
width="321"
mouse_opaque="false"
follows="all"
name="radarlayout">
<radar_list
desired_line_height="14"
draw_heading="true"
follows="all"
height="166"
layout="topleft"
left="0"
top_pad="0"
sort_column="0"
sort_ascending="true"
name="radar_list"
draw_stripes="true"
multi_select="true"
content_type="Agents"
persist_sort_order="true"
primary_sort_only="true"
width="321">
<radar_list.columns
label="Name"
name="name"
tool_tip="[TOTAL] avatars, [IN_REGION] in the same region, [IN_CHAT_RANGE] in chat range"
dynamic_width="true"/>
<radar_list.columns
label=""
name="voice_level"
tool_tip="Is talking on voice"
width="10"/>
<radar_list.columns
label=""
name="in_region"
tool_tip="Is in the same region (green) or on the same parcel (green/yellow)"
width="10"/>
<radar_list.columns
label=""
name="typing_status"
tool_tip="Is typing"
width="10"/>
<radar_list.columns
label=""
name="sitting_status"
tool_tip="Is sitting"
width="10"/>
<radar_list.columns
label=""
name="flags"
tool_tip="Payment info status"
width="10"/>
<radar_list.columns
label=""
name="has_notes"
tool_tip="Avatar has notes"
width="10"/>
<radar_list.columns
label="Age"
name="age"
width="50"/>
<radar_list.columns
label="Seen"
name="seen"
sort_column="seen_sort"
width="50"/>
<radar_list.columns
label="Range"
name="range"
width="61"/>
<radar_list.columns
name="seen_sort"
width="-1"/>
</radar_list>
</layout_panel>
</layout_stack>
</layout_panel>
<layout_panel
auto_resize="false"
layout="topleft"
top="0"
left="3"
height="25"
width="321"
min_dim="20"
follows="top"
mouse_opaque="false"
visibility_control="LimitRadarByRange"
name="radar_lower_layout">
<icon
top="0"
follows="top|left|right"
height="25"
image_name="Toolbar_Left_Off"
layout="topleft"
left="1"
name="nearby_dummy_icon"
width="318"/>
<icon
top="0"
follows="top|right"
height="25"
image_name="Toolbar_Right_Off"
layout="topleft"
left="318"
name="nearby_dummy_icon"
width="0"/>
<slider
control_name="NearMeRange"
decimal_digits="0"
follows="bottom|left"
height="16"
increment="2"
initial_value="96"
label="Range (m):"
label_width="70"
layout="topleft"
max_val="4096"
min_val="20"
name="NearMeRange"
visible="True"
left="10"
top="6"
width="220"/>
</layout_panel>
</layout_stack>
</panel>
</panel>
@@ -0,0 +1,307 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="false"
follows="all"
height="473"
label="Group Profile"
layout="topleft"
min_height="350"
left="0"
top="20"
name="GroupInfo"
width="495">
<panel.string
name="default_needs_apply_text">
There are unsaved changes
</panel.string>
<panel.string
name="want_apply_text">
Do you want to save these changes?
</panel.string>
<panel.string
name="group_join_btn">
Join (L$[AMOUNT])
</panel.string>
<panel.string name="group_join_free">Free</panel.string>
<panel.string name="group_member">Member</panel.string>
<panel.string name="join_txt">Join</panel.string>
<panel.string name="leave_txt">Leave</panel.string>
<layout_stack
name="group_info_sidetray_main"
animate="false"
layout="topleft"
follows="all"
top="-475"
left="0"
width="498"
height="475"
border_size="0"
orientation="vertical">
<layout_panel
name="header_container"
auto_resize="false"
height="30"
width="498"
layout="topleft"
visible="true"
follows="top|left|right">
<panel
name="group_info_top"
follows="top|left"
top="0"
left="0"
height="29"
width="320"
layout="topleft">
<button
follows="top|right"
height="24"
image_hover_unselected="BackButton_Over"
image_pressed="BackButton_Press"
image_unselected="BackButton_Off"
layout="topleft"
name="back"
left="7"
tab_stop="false"
top="2"
width="30"
use_draw_context_alpha="false" />
<text_editor
allow_scroll="false"
bg_visible="false"
read_only = "true"
layout="topleft"
name="group_name"
v_pad="0"
value="(Loading...)"
font="SansSerifHugeBold"
h_pad="0"
height="26"
left_pad="8"
text_color="LtGray"
top="1"
use_ellipses="true"
width="275"
follows="top|left|right"
word_wrap="false"
mouse_opaque="false"/>
<line_editor
follows="left|top"
font="SansSerif"
label="Type your new group name here"
layout="topleft"
left_delta="10"
max_length_bytes="35"
name="group_name_editor"
top_delta="5"
width="270"
height="20"
visible="false" />
</panel>
</layout_panel>
<layout_panel
name="group_info_content"
auto_resize="true"
height="450"
width="498"
layout="topleft"
follows="all">
<layout_stack
name="layout"
orientation="vertical"
follows="all"
left="0"
top_pad="0"
height="415"
right="-1"
border_size="0">
<layout_panel
bg_alpha_color="SL-Background_66"
bg_opaque_color="SL-Background_66"
background_visible="false"
background_opaque="false"
name="group_accordions"
follows="all"
layout="topleft"
auto_resize="true"
height="513"
right="-1">
<tab_container
left="0"
top="0"
follows="all"
layout="topleft"
name="groups_accordion"
height="513"
right="-1">
<panel
border="false"
class="panel_group_general"
filename="panel_group_general.xml"
layout="topleft"
left="0"
follows="left|top|right"
help_topic="group_general_tab"
name="group_general_tab_panel"
top="0" />
<panel
border="false"
class="panel_group_roles"
filename="panel_group_roles.xml"
follows="left|top|right"
layout="topleft"
left="0"
name="group_roles_tab_panel"
top="0" />
<panel
border="false"
class="panel_group_notices"
filename="panel_group_notices.xml"
follows="left|top|right"
layout="topleft"
left="0"
help_topic="group_notices_tab"
name="group_notices_tab_panel"
top="0" />
<panel
border="false"
class="panel_group_land_money"
filename="panel_group_land_money.xml"
follows="left|top|right"
layout="topleft"
left="0"
name="group_land_tab_panel"
top="0" />
<panel
border="false"
class="panel_group_experiences"
filename="panel_experiences.xml"
follows="left|top|right"
layout="topleft"
left="0"
help_topic="group_experiences_tab"
name="group_experiences_tab_panel"
top="0" />
</tab_container>
</layout_panel>
</layout_stack>
<layout_stack
follows="bottom|left|right"
height="25"
layout="topleft"
name="button_row_ls"
left="3"
orientation="horizontal"
top_pad="6"
width="490">
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left="3"
name="btn_refresh_lp"
user_resize="false"
auto_resize="false"
width="24">
<button
layout="topleft"
follows="bottom|left|right"
image_overlay="Refresh_Off"
name="btn_refresh"
left="1"
height="23"
top="0"
width="23" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
name="btn_activate_lp"
user_resize="false"
auto_resize="true"
width="72">
<button
layout="topleft"
follows="bottom|left|right"
label="Activate"
name="btn_activate"
left="1"
height="23"
top="0"
width="71" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
name="btn_chat_lp"
user_resize="false"
auto_resize="true"
width="72">
<button
layout="topleft"
follows="bottom|left|right"
label="Chat"
name="btn_chat"
left="1"
height="23"
top="0"
width="71" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
name="call_btn_lp"
user_resize="false"
auto_resize="true"
width="72">
<button
follows="bottom|left|right"
left="1"
height="23"
name="btn_call"
label="Group Call"
layout="topleft"
tool_tip="Call this group"
top="0"
width="71" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
name="btn_apply_lp"
user_resize="false"
auto_resize="true"
width="72">
<button
follows="bottom|left|right"
height="23"
label="Save"
label_selected="Save"
name="btn_apply"
left="1"
top="0"
width="71" />
</layout_panel>
</layout_stack>
</layout_panel>
</layout_stack>
</panel>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,593 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- Side tray Outfit Edit panel -->
<panel
bg_alpha_color="Transparent"
bg_opaque_color="Transparent"
background_opaque="false"
background_visible="false"
border="false"
height="600"
follows="all"
layout="topleft"
help_topic="edit_outfit"
left="0"
min_height="350"
name="outfit_edit"
top="0"
width="405">
<string
name="No Outfit"
value="No Outfit"/>
<string
name="unsaved_changes"
value="Unsaved Changes"/>
<string
name="now_editing"
value="Now Editing"/>
<string
name="folder_view_off"
value="Hierarchy_View_Disabled"
translate="false"/>
<string
name="folder_view_on"
value="Hierarchy_View_On"
translate="false"/>
<string
name="list_view_off"
value="List_View_Disabled"
translate="false"/>
<string
name="list_view_on"
value="List_View_On"
translate="false"/>
<panel.string
name="not_available">
(N\A)
</panel.string>
<panel.string
name="unknown">
(unknown)
</panel.string>
<!-- Wearables filtering strings -->
<string name="Filter.All" value="All"/>
<string name="Filter.Clothes/Body" value="Clothes/Body"/>
<string name="Filter.Objects" value="Objects"/>
<string name="Filter.Clothing" value="Clothing"/>
<string name="Filter.Bodyparts" value="Body parts"/>
<string
name="replace_body_part"
value="Click to replace your existing shape"/>
<button
follows="top|left"
height="24"
image_hover_unselected="BackButton_Over"
image_pressed="BackButton_Press"
image_unselected="BackButton_Off"
layout="topleft"
name="back_btn"
left="5"
tab_stop="false"
top="1"
width="30"
use_draw_context_alpha="false" />
<text
follows="top|left|right"
font="SansSerifHugeBold"
height="26"
layout="topleft"
left_pad="10"
name="title"
text_color="LtGray"
top="0"
value="Edit Outfit Parts"
use_ellipses="true"
width="360" />
<!-- "HEADER WITH ICON, STATUS TEXT AND OUTFIT NAME" -->
<panel
background_visible="false"
bg_alpha_color="SL-Background_66"
bevel_style="none"
follows="top|left|right"
height="40"
layout="topleft"
left="6"
name="header_panel"
top_pad="5"
width="396">
<icon
follows="left|top"
height="31"
image_name="Shirt_Large"
left="2"
mouse_opaque="false"
name="outfit_icon"
top="2"
scale_image="true"
visible="true"
width="31" />
<panel
bevel_style="none"
follows="top|left|right"
height="37"
layout="topleft"
left_pad="5"
name="outfit_name_and_status"
top="2"
width="355">
<text
follows="top|left|right"
font="SansSerifSmallBold"
height="13"
layout="topleft"
name="status"
text_color="EmphasisColor"
top="2"
value="Now editing..."
use_ellipses="true"
width="330" />
<text
follows="bottom|left|right"
font="SansSerifLargeBold"
height="18"
layout="topleft"
name="curr_outfit_name"
parse_urls="false"
text_color="LtGray"
top_pad="2"
value="[Current Outfit]"
use_ellipses="true"
width="330" />
<loading_indicator
follows="right|top"
height="24"
layout="topleft"
right="-2"
name="edit_outfit_loading_indicator"
top="6"
width="24" />
</panel>
</panel>
<!-- LIST OF WEARABLES (CURRENT OUTFIT/ WEARABLES TO ADD) -->
<!-- *NOTE: border_size is used to calculate space between layout panels and also to calculate resize bar's height.
Required height for dragbar (icon in spec) is 10, so resizebar height should be 10 px.
It is calculated as border_size + 2*UIResizeBarOverlap
-->
<layout_stack
animate="true"
border_size="8"
clip="false"
default_tab_group="2"
follows="all"
height="465"
width="398"
layout="topleft"
orientation="vertical"
name="im_panels"
tab_group="1"
top_pad="5"
left="5">
<layout_panel
layout="topleft"
height="187"
min_height="155"
name="outfit_wearables_panel"
width="398"
auto_resize="true"
user_resize="true">
<layout_stack
animate="true"
border_size="0"
follows="all"
height="185"
width="398"
orientation="vertical"
layout="topleft"
name="filter_panels"
top="0"
left="0">
<layout_panel
auto_resize="true"
background_visible="false"
layout="topleft"
height="154"
name="add_button_and_combobox"
width="396"
visible="true">
<!-- List containing items from the COF and Base outfit -->
<panel
background_visible="false"
class="cof_wearables"
filename="panel_cof_wearables.xml"
follows="all"
height="129"
layout="topleft"
left="1"
name="cof_wearables_list"
top="0"
width="396" />
<button
follows="left|bottom"
height="22"
image_pressed="PushButton_Press"
image_pressed_selected="PushButton_Selected_Press"
image_selected="PushButton_Selected_Press"
is_toggle="true"
label="Add More..."
layout="topleft"
left="2"
name="show_add_wearables_btn"
top_pad="2"
tool_tip="Open/Close"
width="125" />
<combo_box
follows="left|right|bottom"
height="22"
layout="topleft"
left_pad="5"
name="list_view_filter_combobox"
top_delta="0"
visible="false"
width="152"/>
<combo_box
follows="left|right|bottom"
height="22"
layout="topleft"
left_delta="0"
name="folder_view_filter_combobox"
top_delta="0"
visible="false"
width="152"/>
<button
follows="bottom|right"
height="22"
image_overlay="Search_Icon"
image_pressed="PushButton_Press"
image_pressed_selected="PushButton_Selected_Press"
image_selected="PushButton_Selected_Press"
is_toggle="true"
layout="topleft"
name="filter_button"
right="-5"
top_delta="0"
visible="false"
width="20" />
</layout_panel>
<layout_panel
auto_resize="false"
background_visible="false"
bg_alpha_color="SL-Background_66"
height="30"
name="filter_panel"
width="396"
visible="false">
<filter_editor
enabled="true"
follows="left|right|top"
label="Filter Inventory Wearables"
layout="topleft"
left="5"
width="375"
height="25"
name="look_item_filter"
search_button_visible="true"
visible="true"/>
</layout_panel>
</layout_stack>
</layout_panel>
<layout_panel background_visible="false"
bg_alpha_color="SL-Background_66"
auto_resize="true"
default_tab_group="3"
height="450"
min_height="80"
name="add_wearables_panel"
width="398"
tab_group="2"
user_resize="true"
visible="false">
<!-- this icon represent dragbar between layout panels.
This is a workaround implemented in EXT-7255 becouse of an issue with layout stack (EXT-7471) -->
<icon follows="left|top|right"
height="10"
image_name="Dragbar"
left="0"
top_pad="-9"
width="398" />
<inventory_panel allow_multi_select="true"
background_visible="false"
border="false"
follows="left|top|right|bottom"
height="418"
layout="topleft"
left="0"
mouse_opaque="false"
name="folder_view"
top_pad="0"
width="398"
visible="false"/>
<panel name="filtered_wearables_panel"
background_opaque="false"
background_visible="false"
layout="topleft"
follows="left|top|right|bottom"
border="false"
height="418"
left="0"
mouse_opaque="false"
width="395"
top_delta="0"
visible="true">
<wearable_items_list color="DkGray"
name="list_view"
allow_select="true"
layout="topleft"
follows="all"
multi_select="true"
width="398"
height="418"
left="0"
top="0"/>
</panel>
<button follows="bottom|left"
height="22"
left="2"
label="Wear Item"
layout="topleft"
name="plus_btn"
top_pad="5"
width="130" />
</layout_panel>
</layout_stack>
<!-- BUTTON BAR -->
<panel
background_visible="false"
bevel_style="none"
follows="bottom|left|right"
height="27"
layout="topleft"
left="5"
name="no_add_wearables_button_bar"
top_pad="0"
width="398">
<menu_button
follows="bottom|left"
height="25"
image_hover_unselected="Toolbar_Left_Over"
image_overlay="OptionsMenu_Off"
image_selected="Toolbar_Left_Selected"
image_unselected="Toolbar_Left_Off"
layout="topleft"
left="0"
name="gear_menu_btn"
top="1"
width="31" />
<icon
follows="bottom|left|right"
height="25"
image_name="Toolbar_Middle_Off"
layout="topleft"
left_pad="1"
name="dummy_right_icon"
width="335" />
<text
top_delta="0"
type="string"
length="1"
height="25"
layout="topleft"
right="-36"
name="avatar_complexity_label"
font="SansSerifMedium"
follows="bottom|right"
halign="right"
v_pad="6"
width="150">
Complexity: [WEIGHT]
</text>
<button
follows="bottom|right"
height="25"
image_hover_unselected="Toolbar_Right_Over"
image_overlay="Shop"
image_selected="Toolbar_Right_Selected"
image_unselected="Toolbar_Right_Off"
layout="topleft"
left_pad="6"
name="shop_btn_1"
top="1"
tool_tip="Visit the SL Marketplace. You can also select something you are wearing, then click here to see more things like it"
width="31" />
</panel>
<!-- BUTTON BAR - WEARABLES ADDING MODE -->
<panel
background_visible="false"
bevel_style="none"
follows="left|right|bottom"
height="27"
layout="topleft"
left="5"
name="add_wearables_button_bar"
top_delta="0"
visible="false"
width="398">
<menu_button
follows="bottom|left"
height="25"
image_hover_unselected="Toolbar_Left_Over"
image_overlay="OptionsMenu_Off"
image_selected="Toolbar_Left_Selected"
image_unselected="Toolbar_Left_Off"
layout="topleft"
left="0"
name="wearables_gear_menu_btn"
top="1"
width="31" />
<button
follows="bottom|left"
height="25"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="Hierarchy_View_Disabled"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
is_toggle="true"
layout="topleft"
left_pad="1"
name="folder_view_btn"
top="1"
width="31" />
<button
follows="bottom|left"
height="25"
image_hover_unselected="Toolbar_Middle_Over"
image_overlay="List_View_On"
image_selected="Toolbar_Middle_Selected"
image_unselected="Toolbar_Middle_Off"
is_toggle="true"
layout="topleft"
left_pad="1"
name="list_view_btn"
top="1"
width="31" />
<icon
follows="bottom|left|right"
height="25"
image_name="Toolbar_Middle_Off"
layout="topleft"
left_pad="1"
name="dummy_right_icon"
width="271" >
</icon>
<text
top_delta="0"
type="string"
length="1"
height="25"
layout="topleft"
right="-36"
name="avatar_complexity_adding_label"
font="SansSerifMedium"
follows="bottom|right"
halign="right"
v_pad="6"
width="150">
Complexity: [WEIGHT]
</text>
<button
follows="bottom|right"
height="25"
image_hover_unselected="Toolbar_Right_Over"
image_overlay="Shop"
image_selected="Toolbar_Right_Selected"
image_unselected="Toolbar_Right_Off"
layout="topleft"
left_pad="6"
name="shop_btn_2"
top="1"
tool_tip="Visit the SL Marketplace. You can also select something you are wearing, then click here to see more things like it"
width="31" />
</panel>
<!-- SAVE AND REVERT BUTTONS -->
<panel
follows="left|right|bottom"
height="30"
layout="topleft"
left="4"
top_pad="2"
name="save_revert_button_bar"
width="295">
<layout_stack
follows="bottom|left|right"
height="23"
layout="topleft"
mouse_opaque="false"
name="button_bar_ls"
left="0"
orientation="horizontal"
top="0"
width="398">
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left="0"
mouse_opaque="false"
name="save_btn_lp"
auto_resize="true"
width="156">
<button
follows="bottom|left|right"
height="23"
label="Save"
left="1"
layout="topleft"
name="save_btn"
top="0"
right="-1" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
mouse_opaque="false"
name="save_as_btn_lp"
auto_resize="true"
width="156">
<button
follows="bottom|left|right"
height="23"
label="Save as..."
layout="topleft"
name="save_as_btn"
top="0"
left="1"
right="-1" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
mouse_opaque="false"
name="revert_btn_lp"
auto_resize="true"
width="156">
<button
follows="bottom|left|right"
height="23"
left="0"
label="Undo Changes"
layout="topleft"
name="revert_btn"
top="0"
tool_tip="Revert to last saved version"
right="-1" />
</layout_panel>
</layout_stack>
</panel>
</panel>
@@ -0,0 +1,157 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="Outfits"
bg_alpha_color="Transparent"
bg_opaque_color="Transparent"
background_opaque="false"
background_visible="false"
follows="all"
height="575"
label="Things"
layout="topleft"
min_height="350"
min_width="240"
width="415"
border="false">
<panel.string
name="wear_outfit_tooltip">
Wear selected outfit
</panel.string>
<panel.string
name="wear_items_tooltip">
Wear selected items
</panel.string>
<panel.string
name="cof_tab_label">
Wearing ([COUNT]/[MAX] Att.)
</panel.string>
<tab_container
follows="all"
height="539"
layout="topleft"
left="4"
name="appearance_tabs"
tab_position="top"
halign="center"
hide_scroll_arrows="true"
top="8"
right="-1">
<panel
class="outfit_gallery"
filename="panel_outfit_gallery.xml"
height="520"
name="outfit_gallery_tab"
background_visible="false"
bg_alpha_color="SL-Background_66"
help_topic="outfit_gallery_tab"
follows="all"
label="Outfit Gallery"
layout="topleft"
right="-1" />
<panel
class="outfits_list"
filename="panel_outfits_list.xml"
height="520"
name="outfitslist_tab"
background_visible="false"
bg_alpha_color="SL-Background_66"
help_topic="my_outfits_tab"
follows="all"
label="Outfits"
layout="topleft"
right="-1" />
<panel
background_visible="false"
bg_alpha_color="SL-Background_66"
class="panel_wearing"
filename="panel_outfits_wearing.xml"
follows="all"
height="520"
help_topic="now_wearing_tab"
label="Wearing"
layout="topleft"
name="cof_tab"
right="-1" />
</tab_container>
<panel
background_visible="false"
follows="bottom|left|right"
height="27"
layout="topleft"
left="0"
top_pad="1"
visible="true"
name="bottom_panel"
width="415">
<layout_stack
follows="bottom|left|right"
height="23"
layout="topleft"
mouse_opaque="false"
name="bottom_panel_ls"
left="4"
orientation="horizontal"
top="0"
width="410">
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left="0"
mouse_opaque="false"
name="save_btn_lp"
user_resize="false"
auto_resize="true"
width="205">
<button
follows="bottom|left|right"
height="23"
label="Save"
left="4"
layout="topleft"
name="save_btn"
top="0"
right="-1" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="3"
mouse_opaque="false"
name="save_as_btn_lp"
auto_resize="true"
width="205">
<button
follows="bottom|left|right"
height="23"
label="Save as..."
layout="topleft"
name="save_as_btn"
top="0"
left="1"
right="-1" />
</layout_panel>
<layout_panel
follows="bottom|left|right"
height="23"
layout="bottomleft"
left_pad="4"
mouse_opaque="false"
name="wear_btn_lp"
user_resize="false"
auto_resize="true"
width="205">
<button
follows="bottom|left|right"
height="23"
label="Wear"
layout="topleft"
name="wear_btn"
left="1"
top="0"
right="-2" />
</layout_panel>
</layout_stack>
</panel>
</panel>
@@ -0,0 +1,100 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="false"
border="false"
follows="all"
height="430"
name="Outfits"
layout="topleft"
left="0"
top="0"
width="312">
<accordion
follows="all"
height="400"
layout="topleft"
left="3"
name="outfits_accordion"
top="0"
width="309">
<no_matched_tabs_text
name="no_matched_outfits_msg"
value="Didn't find what you're looking for? Try [secondlife:///app/search/all/[SEARCH_TERM] Search]."
v_pad="10"/>
<no_visible_tabs_text
name="no_outfits_msg"
value="You don't have any outfits yet. Try [secondlife:///app/search/all/ Search]"/>
</accordion>
<panel
background_visible="false"
follows="bottom|left|right"
height="28"
layout="topleft"
left="4"
top_pad="0"
visible="true"
name="bottom_panel"
width="312">
<menu_button
follows="bottom|left"
tool_tip="Show additional options"
height="25"
image_hover_unselected="Toolbar_Left_Over"
image_overlay="OptionsMenu_Off"
image_selected="Toolbar_Left_Selected"
image_unselected="Toolbar_Left_Off"
layout="topleft"
left="0"
name="options_gear_btn"
top="1"
width="31" />
<icon
follows="bottom|left|right"
height="25"
image_name="Toolbar_Middle_Off"
layout="topleft"
left_pad="1"
name="dummy_icon"
width="243"/>
<text
type="string"
length="1"
height="25"
layout="topleft"
left_delta="5"
name="OutfitcountText"
font="SansSerifMedium"
follows="bottom|left"
v_pad="6"
width="100">
[COUNT] Outfits
</text>
<text
top_delta="0"
type="string"
length="1"
height="25"
layout="topleft"
right="-42"
name="avatar_complexity_label"
font="SansSerifMedium"
follows="bottom|right"
halign="right"
v_pad="6"
width="150">
Complexity: [WEIGHT]
</text>
<button
follows="bottom|right"
height="25"
image_hover_unselected="Toolbar_Right_Over"
image_overlay="TrashItem_Off"
image_selected="Toolbar_Right_Selected"
image_unselected="Toolbar_Right_Off"
layout="topleft"
left_pad="6"
name="trash_btn"
tool_tip="Delete selected outfit"
width="31"/>
</panel>
</panel>
@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
follows="all"
height="430"
layout="topleft"
left="0"
name="Wearing"
top="0"
width="312">
<panel.string
name="no_attachments">
No attachments worn.
</panel.string>
<accordion
fit_parent="true"
follows="all"
height="400"
layout="topleft"
left="0"
single_expansion="true"
top="0"
name="wearables_accordion"
width="309">
<accordion_tab
layout="topleft"
name="tab_wearables"
title="Wearables">
<wearable_items_list
follows="all"
height="400"
layout="topleft"
left="3"
multi_select="true"
name="cof_items_list"
show_item_widgets="true"
standalone="false"
top="0"
width="309"
show_complexity="true"
worn_indication_enabled="true" />
</accordion_tab>
<accordion_tab
layout="topleft"
name="tab_temp_attachments"
title="Temporary attachments">
<scroll_list
draw_heading="false"
left="3"
width="309"
height="400"
follows="all"
name="temp_attachments_list">
<scroll_list.columns
name="icon"
width="15" />
<scroll_list.columns
name="text"
dynamic_width="true" />
<scroll_list.columns
name="weight"
width="70" />
</scroll_list>
</accordion_tab>
</accordion>
<panel
background_visible="false"
follows="bottom|left|right"
height="28"
layout="topleft"
left="4"
name="bottom_panel"
top_pad="0"
width="312">
<menu_button
follows="bottom|left"
height="25"
image_hover_unselected="Toolbar_Left_Over"
image_overlay="OptionsMenu_Off"
image_selected="Toolbar_Left_Selected"
image_unselected="Toolbar_Left_Off"
layout="topleft"
left="0"
name="options_gear_btn"
tool_tip="Show additional options"
top="1"
width="31" />
<!--<button
follows="bottom|left|right"
height="25"
layout="topleft"
left_pad="1"
name="copy_to_clipboard"
label="Send to clipboard"
tool_tip="Send current outfit names to clipboard"
width="150" />-->
<icon
follows="bottom|left|right"
height="25"
image_name="Toolbar_Right_Off"
layout="topleft"
left_pad="1"
name="dummy_icon"
width="274" />
<text
top_delta="0"
type="string"
length="1"
height="25"
layout="topleft"
right="-12"
name="avatar_complexity_label"
font="SansSerifMedium"
follows="bottom|right"
halign="right"
v_pad="6"
width="150">
Complexity: [WEIGHT]
</text>
</panel>
</panel>
@@ -0,0 +1,298 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toolbar_view
follows="all"
layout="topleft"
name="toolbar view"
height="500"
width="1024"
left="0"
top="0"
mouse_opaque="false"
tab_stop="false"
visible="true">
<layout_stack name="bottom_toolbar_stack"
orientation="vertical"
left="0"
top="0"
width="1024"
height="500"
follows="all"
mouse_opaque="false">
<layout_panel name="vertical_toolbar_panel"
auto_resize="true"
width="1024"
height="500"
mouse_opaque="false">
<layout_stack name="vertical_toolbar_stack"
orientation="horizontal"
left="0"
top="0"
width="1024"
height="500"
follows="all"
mouse_opaque="false">
<layout_panel name="left_toolbar_panel"
auto_resize="false"
height="500"
width="30"
mouse_opaque="false">
<!-- FS:Ansariel: Special vertical toolbar -->
<toolbar_vertical follows="left|top|bottom"
button_panel.bg_opaque_image="Rounded_Rect_Right"
name="toolbar_left"
width="30"
left="0"
top="10"
bottom="-10"
side="left"
button_display_mode="icons_only">
<icon layout="topleft"
height="15"
width="28"
follows="left|top"
top="20"
left="10"
tab_stop="false"
visible="false"
image_name="Caret_Left_Icon"
name="caret" />
</toolbar_vertical> <!-- FS:Ansariel: Special vertical toolbar -->
</layout_panel>
<layout_panel name="non_toolbar_panel"
auto_resize="true"
mouse_opaque="false"
height="100"
width="200">
<view top="0"
follows="all"
height="100"
left="0"
mouse_opaque="false"
name="floater_snap_region"
width="200"/>
<view top="0"
follows="left|top|bottom"
height="100"
left="0"
mouse_opaque="false"
name="minimized_floaters_region"
width="160"/>
<panel follows="left|top|right"
layout="topleft"
height="30"
left_pad="10"
mouse_opaque="false"
name="chiclet_container"
tab_stop="false"
top="40"
bg_visible="false"
width="20">
</panel>
<!-- FS:Ansariel: For chiclets and notices at bottom -->
<panel follows="left|bottom|right"
layout="topleft"
height="30"
left_pad="-20"
mouse_opaque="false"
name="chiclet_container_bottom"
tab_stop="false"
bottom="-1"
bg_visible="false"
width="20">
</panel>
<!-- END FS:Ansariel: For chiclets and notices at bottom -->
</layout_panel>
<layout_panel name="right_toolbar_panel"
auto_resize="false"
height="500"
width="30"
mouse_opaque="false">
<!-- FS:Ansariel: Special vertical toolbar -->
<toolbar_vertical
button_panel.bg_opaque_image="Rounded_Rect_Left"
follows="right|top|bottom"
name="toolbar_right"
width="30"
left="0"
top="10"
bottom="-10"
side="right"
button_display_mode="icons_only">
<icon layout="topleft"
height="15"
width="28"
follows="left|top"
top="20"
left="10"
tab_stop="false"
visible="false"
image_name="Caret_Right_Icon"
name="caret" />
</toolbar_vertical> <!-- FS:Ansariel: Special vertical toolbar -->
</layout_panel>
</layout_stack>
</layout_panel>
<!-- Panel to take up the chat bar / tool bar layout stack -->
<layout_panel name="bottom_toolbar_panel"
auto_resize="false"
height="60"
width="1024"
mouse_opaque="false">
<!-- Horizontal panel to take up the chat bar and the tool bar -->
<layout_stack name="chat_bar_stack"
orientation="horizontal"
left="0"
top="0"
width="1024"
height="60"
follows="all"
save_sizes="true"
border_size="0"
resize_bar_overlap="8"
mouse_opaque="false">
<!-- The chat bar / stand fly stack container -->
<layout_panel name="chat_bar_stand_fly_container_panel"
min_dim="0"
auto_resize="false"
user_resize="true"
height="60"
right="-1"
mouse_opaque="false">
<!-- Vertical stack to house the stand fly buttons and the chat bar below -->
<layout_stack name="chat_bar_stand_fly_stack"
orientation="vertical"
left="0"
top="0"
right="-1"
height="60"
follows="all"
border_size="0"
mouse_opaque="false">
<!-- Panel to house the stand fly buttons, will expand down if chatbar is hidden -->
<layout_panel name="stand_fly_layout_panel"
auto_resize="true"
user_resize="false"
height="30"
right="-1"
mouse_opaque="false">
<panel top="0"
layout="topleft"
follows="right|bottom"
height="30"
right="-10"
mouse_opaque="false"
tab_stop="false"
name="state_management_buttons_container"
visible="false"
width="158" />
</layout_panel>
<!-- Panel to house the stand fly buttons, will expand down if chatbar is hidden -->
<!-- The chat bar itself -->
<layout_panel name="chat_bar_layout_panel"
auto_resize="false"
user_resize="false"
height="28"
right="-1"
mouse_opaque="false"
bg_opaque_image="Rounded_Rect"
background_visible="true"
bg_opaque_image_overlay="Transparent"
bg_alpha_color="BottomTrayAlphaColor"
bg_opaque_color="BottomTrayOpaqueColor"
background_opaque="false">
<button name="local_chat_button"
tool_tip="Shows/hides nearby chat window (CTRL+H)"
label="Nearby Chat"
chrome="true"
follows="left|top"
layout="topleft"
height="24"
left="5"
top="3"
width="80">
<commit_callback
function="Floater.Toggle"
parameter="fs_nearby_chat" />
</button>
<fs_nearby_chat_voice_monitor layout="topleft"
name="default_chat_bar"
default="true"
height="22"
left_pad="4"
top="4"
right="-12"
follows="left|right|bottom"
spellcheck="true"
visible="true" />
<icon image_name="ChatBarHandle"
top="2"
width="5"
left_pad="2"
height="25"
follows="top|right"
layout="topleft" />
</layout_panel>
<!-- The chat bar itself -->
</layout_stack>
<!-- Vertical stack to house the stand fly buttons and the chat bar below -->
</layout_panel>
<!-- The chat bar / stand fly stack container -->
<!-- The toolbar itself -->
<layout_panel name="toolbar_panel"
auto_resize="true"
user_resize="true"
height="30"
width="768"
mouse_opaque="false">
<toolbar layout="topleft"
name="toolbar_bottom"
height="30"
left_pad="0"
right="-1"
top="0"
side="bottom"
follows="left|right|bottom"
button_display_mode="icons_with_text"
max_rows="2"
visible="true">
<icon layout="topleft"
height="28"
width="15"
follows="left|top"
top="20"
left="10"
tab_stop="false"
visible="false"
use_draw_context_alpha="true"
image_name="Caret_Bottom_Icon"
name="caret" />
</toolbar>
</layout_panel>
<!-- The toolbar itself -->
</layout_stack>
<!-- Horizontal panel to take up the chat bar and the tool bar -->
</layout_panel>
<!-- Panel to take up the chat bar / tool bar layout stack -->
</layout_stack>
</toolbar_view>
@@ -0,0 +1,166 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
background_visible="true"
default_tab_group="1"
follows="all"
height="570"
label="Outfits"
layout="topleft"
min_height="350"
min_width="380"
name="appearance panel"
top="0"
left="0"
width="415">
<string
name="No Outfit"
value="No Outfit" />
<string
name="Unsaved Changes"
value="Unsaved changes" />
<string
name="Now Wearing"
value="Now wearing..." />
<string
name="Changing outfits"
value="Changing outfits" />
<panel
background_opaque="false"
background_visible="false"
bg_alpha_color="SL-Background_66"
left="10"
top="5"
follows="left|top|right"
layout="topleft"
width="405"
height="33"
name="panel_currentlook"
>
<button
follows="left|top"
left="205" top="7" width="20" height="20"
label="E"
layout="topleft"
name="editappearance_btn"
visible="false" />
<button
follows="left|top"
left="235" top="7" width="20" height="20"
label="O"
layout="topleft"
name="openoutfit_btn"
visible="false" />
<icon
follows="top|left"
height="31"
image_name="Shirt_Large"
name="outfit_icon"
mouse_opaque="false"
visible="true"
left="1"
top="0"
width="31" />
<text
font="SansSerifSmall"
text_color="EmphasisColor"
width="300"
height="10"
follows="top|left|right"
layout="topleft"
left="35"
top="3"
mouse_opaque="false"
name="currentlook_status" >
(Status)
</text>
<text
font="SansSerifLargeBold"
height="20"
left="35"
parse_urls="false"
text_color="White"
top="15"
use_ellipses="true"
width="320"
follows="top|left|right"
word_wrap="false"
mouse_opaque="false"
name="currentlook_name">
MyOutfit With a really Long Name like MOOSE
</text>
<button
follows="top|right"
height="28"
image_overlay="Edit_Wrench"
label=""
layout="topleft"
left="360"
name="edit_outfit_btn"
tool_tip="Edit this outfit"
top="3"
width="28" />
<loading_indicator
follows="top|right"
height="24"
layout="topleft"
left="363"
name="wearables_loading_indicator"
top="6"
width="24" />
</panel>
<filter_editor
text_pad_left="10"
height="23"
follows="left|top|right"
layout="topleft"
left="10"
label="Filter Outfits"
max_length_chars="300"
name="Filter"
search_button_visible="true"
top_pad="10"
width="393" />
<panel
class="panel_outfits_inventory"
filename="panel_outfits_inventory.xml"
name="panel_outfits_inventory"
height="493"
min_height="410"
width="415"
visible="false"
left="0"
tab_group="1"
top_pad="6"
follows="all" />
<!-- <button
follows="bottom|left"
height="23"
label="New outfit"
layout="topleft"
left_pad="5"
right="-10"
name="newlook_btn"
width="100" />-->
<panel
class="panel_outfit_edit"
filename="panel_outfit_edit.xml"
height="565"
follows="all"
layout="topleft"
left="5"
min_height="410"
name="panel_outfit_edit"
top="2"
visible="false"
width="405"/>
<panel
class="panel_edit_wearable"
filename="panel_edit_wearable.xml"
follows="all"
layout="topleft"
left="0"
name="panel_edit_wearable"
top="0"
width="415"
visible="false" />
</panel>
@@ -0,0 +1,134 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
follows="all"
height="570"
label="Things"
layout="topleft"
min_height="350"
min_width="240"
name="objects panel">
<panel
follows="all"
layout="topleft"
left="0"
name="sidepanel_inventory_panel"
top="0"
label=""
height="565"
visible="true">
<layout_stack
follows="left|right|top|bottom"
layout="topleft"
left="0"
top="0"
orientation="vertical"
name="inventory_layout_stack"
height="565">
<layout_panel
name="main_inventory_layout_panel"
layout="topleft"
auto_resize="true"
user_resize="true"
min_dim="150"
follows="bottom|left|right"
height="325">
<panel
class="panel_main_inventory"
filename="panel_main_inventory.xml"
follows="all"
layout="topleft"
left="0"
name="panel_main_inventory"
top="0"
label=""
height="330" />
</layout_panel>
<layout_panel
layout="topleft"
auto_resize="true"
user_resize="true"
follows="left|right|top"
name="inbox_layout_panel"
visible="false"
min_dim="35"
expanded_min_dim="90"
height="240">
<panel
follows="all"
layout="topleft"
left="0"
name="marketplace_inbox"
class="panel_marketplace_inbox"
top="0"
label=""
height="235">
<string name="InboxLabelWithArg">Received items ([NUM])</string>
<string name="InboxLabelNoArg">Received items</string>
<button
control_name="InventoryInboxToggleState"
label="Received items"
font="SansSerifMedium"
name="inbox_btn"
height="35"
image_unselected="MarketplaceBtn_Off"
image_selected="MarketplaceBtn_Selected"
halign="left"
handle_right_mouse="false"
follows="top|left|right"
is_toggle="true"
tab_stop="false"
pad_left="35"
top="0"
left="5"
right="-43" />
<button
name="reload_received_items_btn"
height="35"
width="35"
left_pad="3"
follows="top|right"
image_overlay="Refresh_Off"
tool_tip="Reload the received items list." />
<text
type="string"
length="1"
follows="right|top"
layout="topleft"
height="13"
top="10"
right="-58"
name="inbox_fresh_new_count"
font="SansSerifMedium"
halign="right"
top_pad="0">
[NUM] new
</text>
<panel
name="inbox_inventory_placeholder_panel"
follows="all"
left="5"
right="-5"
top="35"
height="200"
bg_opaque_color="InventoryBackgroundColor"
background_visible="true"
background_opaque="true"
tool_tip="Drag and drop items to your inventory to use them"
>
<text name="inbox_inventory_placeholder"
type="string"
follows="all"
layout="topleft"
top="0"
height="200"
wrap="true"
halign="center"
valign="center">
Purchases from the marketplace will be delivered here.
</text>
</panel>
</panel>
</layout_panel>
</layout_stack>
</panel>
</panel>
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<avatar_list_item
height="0"
layout="topleft"
left="0"
name="avatar_list_item"
top="0"
width="0">
<!-- DEFAULT styles for avatar item -->
<default_style
font="SansSerifSmall"
font.style="NORMAL"
color="DkGray"/>
<!-- styles for avatar item INVITED to voice call -->
<voice_call_invited_style
font="SansSerifSmall"
font.style="NORMAL"
color="SL-MidDkGray_50"/>
<!-- styles for avatar item JOINED to voice call -->
<voice_call_joined_style
font="SansSerifSmall"
font.style="NORMAL"
color="White"/>
<!-- styles for avatar item which HAS LEFT voice call -->
<voice_call_left_style
font="SansSerifSmall"
font.style="ITALIC"
color="LtGray_50"/>
<!-- styles for ONLINE avatar item -->
<online_style
font="SansSerifSmall"
font.style="NORMAL"
color="White"/>
<!-- styles for OFFLINE avatar item -->
<offline_style
font="SansSerifSmall"
font.style="NORMAL"
color="LtGray_50"/>
<!-- TS: styles for GROUP MODERATOR avatar item (FIRE-984) -->
<group_moderator_style
font="SansSerifSmall"
font.style="BOLD"
color="White"/>
</avatar_list_item>
@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<filter_editor
name="filter_editor"
clear_button_visible="true"
search_button_visible="false"
text_pad_left="4"
select_on_focus="true"
text_tentative_color="TextFgTentativeColor"
highlight_text_field="true"
background_image="TextField_Off"
background_image_disabled="TextField_Disabled"
background_image_focused="TextField_Active"
background_image_highlight="TextField_Search_Highlight">
<search_button label=""
top_pad="4"
left_pad="4"
width="13"
height="13"
image_unselected="Search"
image_selected="Search" />
<clear_button label=""
image_unselected="Icon_Close_Toast"
image_selected="Icon_Close_Toast" />
</filter_editor>
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<!-- See also settings.xml UIFloater* settings for configuration -->
<floater
name="floater"
background_visible="true"
background_opaque="false"
bg_opaque_color="SL-Background"
bg_alpha_color="SL-Background_66"
bg_opaque_image="Window_Foreground"
bg_alpha_image="Window_Background"
header_height="25"
close_image="Icon_Close_Foreground"
snooze_image="Icon_Snooze_Foreground"
restore_image="Icon_Restore_Foreground"
minimize_image="Icon_Minimize_Foreground"
tear_off_image="tearoffbox.tga"
dock_image="Icon_Dock_Foreground"
help_image="Icon_Help_Foreground"
close_pressed_image="Icon_Close_Press"
snooze_pressed_image="Icon_Snooze_Press"
restore_pressed_image="Icon_Restore_Press"
minimize_pressed_image="Icon_Minimize_Press"
tear_off_pressed_image="tearoff_pressed.tga"
dock_pressed_image="Icon_Dock_Press"
help_pressed_image="Icon_Help_Press"
focus_root="true"
/>
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<search_combo_box
allow_text_entry="true"
list_position="below"
show_text_as_tentative="false"
dropdown_button_visible="false"
max_chars="256"
name="parent"
allow_new_values="true">
<combo_editor
name="child1"
select_on_focus="true"
text_pad_left="30"
text_tentative_color="TextFgTentativeColor"
background_image="TextField_Off"
background_image_disabled="TextField_Disabled"
background_image_focused="TextField_Active"/>
<combo_list
multi_select="false"
name="child2"
page_lines="10"
scroll_bar_bg_visible="true" />
<search_button label=""
top_pad="5"
left_pad="10"
name="child3"
width="13"
height="13"
image_unselected="Search"
image_selected="Search" />
</search_combo_box>
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<search_editor
name="search_editor"
clear_button_visible="false"
search_button_visible="true"
text_pad_left="2"
text_pad_right="2"
select_on_focus="true"
text_tentative_color="TextFgTentativeColor"
highlight_text_field="true"
background_image="TextField_Off"
background_image_disabled="TextField_Disabled"
background_image_focused="TextField_Active"
background_image_highlight="TextField_Search_Highlight">
<search_button
top_pad="4"
left_pad="4"
width="13"
height="13"
image_unselected="Search"
image_selected="Search" />
<clear_button
bottom="4"
height="16"
image_unselected="Icon_Close_Foreground"
image_selected="Icon_Close_Press"
pad_right="4"
pad_left="4"
width="16" />
</search_editor>
@@ -0,0 +1,79 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toolbar pad_left="1"
pad_right="1"
pad_top="1"
pad_bottom="1"
pad_between="1"
min_girth="24"
mouse_opaque="false"
read_only="false">
<button_panel name="button_panel"
bg_opaque_image="Rounded_Rect"
background_visible="true"
bg_alpha_color="Transparent"
bg_opaque_image_overlay="Transparent"
background_opaque="false"/>
<button_icon_and_text imgoverlay_label_space="7"
label_color_selected="White"
halign="left"
image_pressed="PushButton_Press"
image_pressed_selected="PushButton_Selected_Press"
image_selected="PushButton_Selected_Press"
image_disabled_selected="PushButton_Selected_Disabled"
image_disabled="PushButton_Disabled"
button_width.min="70"
button_width.max="140"
desired_height="24"
pad_left="10"
pad_right="10"
follows="left|top"
chrome="true"
image_overlay_alignment="left"
use_ellipses="true"
auto_resize="true"
button_flash_count="99999"
button_flash_rate="1.0"
flash_color="EmphasisColor"/>
<button_icon pad_left="10"
pad_right="10"
image_bottom_pad="10"
image_top_pad="10"
image_pressed="PushButton_Press"
image_pressed_selected="PushButton_Selected_Press"
image_selected="PushButton_Selected_Press"
image_disabled_selected="PushButton_Selected_Disabled"
image_disabled="PushButton_Disabled"
desired_height="24"
button_width.min="50"
button_width.max="100"
follows="left|top"
label=""
halign="left"
chrome="true"
use_ellipses="true"
auto_resize="true"
button_flash_count="99999"
button_flash_rate="1.0"
flash_color="EmphasisColor"/>
<!-- <FS:Zi> Added text only button -->
<button label_color_selected="White"
halign="center"
image_pressed="PushButton_Press"
image_pressed_selected="PushButton_Selected_Press"
image_selected="PushButton_Selected_Press"
image_disabled_selected="PushButton_Selected_Disabled"
image_disabled="PushButton_Disabled"
button_width.min="70"
button_width.max="140"
desired_height="24"
pad_left="10"
pad_right="10"
follows="left|top"
chrome="true"
use_ellipses="true"
auto_resize="true"
button_flash_count="99999"
button_flash_rate="1.0"
flash_color="EmphasisColor"/>
<!-- </FS:Zi> -->
</toolbar>
@@ -0,0 +1,79 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<toolbar pad_left="1"
pad_right="1"
pad_top="1"
pad_bottom="1"
pad_between="1"
min_girth="24"
mouse_opaque="false"
read_only="false">
<button_panel name="button_panel"
bg_opaque_image="Rounded_Rect"
background_visible="true"
bg_alpha_color="Transparent"
bg_opaque_image_overlay="Transparent"
background_opaque="false"/>
<button_icon_and_text imgoverlay_label_space="7"
label_color_selected="White"
halign="left"
image_pressed="PushButton_Press"
image_pressed_selected="PushButton_Selected_Press"
image_selected="PushButton_Selected_Press"
image_disabled_selected="PushButton_Selected_Disabled"
image_disabled="PushButton_Disabled"
button_width.min="70"
button_width.max="140"
desired_height="24"
pad_left="10"
pad_right="10"
follows="left|top"
chrome="true"
image_overlay_alignment="left"
use_ellipses="true"
auto_resize="true"
button_flash_count="99999"
button_flash_rate="1.0"
flash_color="EmphasisColor"/>
<button_icon pad_left="10"
pad_right="10"
image_bottom_pad="10"
image_top_pad="10"
image_pressed="PushButton_Press"
image_pressed_selected="PushButton_Selected_Press"
image_selected="PushButton_Selected_Press"
image_disabled_selected="PushButton_Selected_Disabled"
image_disabled="PushButton_Disabled"
desired_height="38"
button_width.min="38"
button_width.max="38"
follows="left|top"
label=""
halign="left"
chrome="true"
use_ellipses="true"
auto_resize="true"
button_flash_count="99999"
button_flash_rate="1.0"
flash_color="EmphasisColor"/>
<!-- <FS:Zi> Added text only button -->
<button label_color_selected="White"
halign="center"
image_pressed="PushButton_Press"
image_pressed_selected="PushButton_Selected_Press"
image_selected="PushButton_Selected_Press"
image_disabled_selected="PushButton_Selected_Disabled"
image_disabled="PushButton_Disabled"
button_width.min="70"
button_width.max="140"
desired_height="24"
pad_left="10"
pad_right="10"
follows="left|top"
chrome="true"
use_ellipses="true"
auto_resize="true"
button_flash_count="99999"
button_flash_rate="1.0"
flash_color="EmphasisColor"/>
<!-- </FS:Zi> -->
</toolbar>
@@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="preview_texture">
<floater.string name="Title">
Textura: [NAME]
</floater.string>
<floater.string name="Copy">
Copiar al inventario
</floater.string>
<floater.string name="DateTime">
[weekday, datetime, slt], [day, datetime, slt] [month, datetime, slt] [year, datetime, slt], [hour24, datetime, slt]:[min, datetime, slt]:[second, datetime, slt] [timezone, datetime, slt]
</floater.string>
<floater.string name="UploaderDateTime"/>
<text name="desc txt">
Descripción:
</text>
<text name="uploader_label">
Subida por:
</text>
<button label="Perfil" name="openprofile"/>
<text name="upload_time_label">
Fecha:
</text>
<button name="copyuuid" label="Copiar"/>
<panel name="dimensions_panel">
<text name="aspect_ratio">
Previsualizar aspecto
</text>
<combo_box name="combo_aspect_ratio" tool_tip="Previsualizar con una relación de aspecto determinada">
<combo_item name="Unconstrained">
Sin restricciones
</combo_item>
<combo_item name="1:1" tool_tip="Insignia de grupo o información adicional de perfil"/>
<combo_item name="4:3" tool_tip="Perfil [CURRENT_GRID]"/>
<combo_item name="10:7" tool_tip="Clasificados y listados de búsqueda, hitos"/>
<combo_item name="3:2" tool_tip="Acerca del terreno"/>
<combo_item name="16:9" tool_tip="Destacados"/>
</combo_box>
</panel>
<panel name="button_panel">
<button label="Aceptar" name="Keep"/>
<button label="Descartar" name="Discard"/>
<flyout_button label="Guardar..." name="save_tex_btn">
<flyout_button.item label="Guardar como TGA" name="save_item_tga"/>
<flyout_button.item label="Guardar como PNG" name="save_item_png"/>
</flyout_button>
</panel>
</floater>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_eyes_panel">
<panel name="avatar_eye_color_panel">
<texture_picker label="Iris" name="Iris" tool_tip="Pulsa para elegir una imagen"/>
</panel>
<panel name="eyes_main_tab_holder">
<accordion name="eyes_main_accordion">
<accordion_tab name="eyes_main_tab" title="Ojos"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_gloves_panel">
<panel name="avatar_gloves_color_panel">
<texture_picker label="Textura" name="Fabric" tool_tip="Pulsa para elegir una imagen"/>
<color_swatch label="Color" name="Color/Tint" tool_tip="Pulsa para abrir el selector de color"/>
</panel>
<panel name="gloves_main_tab_holder">
<accordion name="gloves_main_accordion">
<accordion_tab name="gloves_main_tab" title="Guantes"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_hair_panel">
<panel name="avatar_hair_color_panel">
<texture_picker label="Textura" name="Texture" tool_tip="Pulsa para elegir una imagen"/>
</panel>
<accordion name="wearable_accordion">
<panel name="hair_color_tab_holder" title="Color">
<accordion name="hair_color_accordion">
<accordion_tab name="hair_color_tab" title="Color"/>
</accordion>
</panel>
<panel name="hair_style_tab_holder" title="Estilo">
<accordion name="hair_style_accordion">
<accordion_tab name="hair_style_tab" title="Estilo"/>
</accordion>
</panel>
<panel name="hair_eyebrows_tab_holder" title="Cejas">
<accordion name="hair_eyebrows_accordion">
<accordion_tab name="hair_eyebrows_tab" title="Cejas"/>
</accordion>
</panel>
<panel name="hair_facial_tab_holder" title="Facial">
<text name="hair_facial_not_available">
Las opciones de vello facial sólo están
disponibles para avatares masculinos.
</text>
<accordion name="hair_facial_accordion">
<accordion_tab name="hair_facial_tab" title="Facial"/>
</accordion>
</panel>
</accordion>
</panel>
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_jacket_panel">
<panel name="avatar_jacket_color_panel">
<texture_picker label="Textura superior" name="Upper Fabric" tool_tip="Pulsa para elegir una imagen"/>
<texture_picker label="Textura inferior" name="Lower Fabric" tool_tip="Pulsa para elegir una imagen"/>
<color_swatch label="Color" name="Color/Tint" tool_tip="Pulsa para abrir el selector de color"/>
</panel>
<panel name="jacket_main_tab_holder">
<accordion name="jacket_main_accordion">
<accordion_tab name="jacket_main_tab" title="Chaqueta"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_pants_panel">
<panel name="avatar_pants_color_panel">
<texture_picker label="Textura" name="Fabric" tool_tip="Pulsa para elegir una imagen"/>
<color_swatch label="Color" name="Color/Tint" tool_tip="Pulsa para abrir el selector de color"/>
</panel>
<panel name="pants_main_tab_holder">
<accordion name="pants_main_accordion">
<accordion_tab name="pants_main_tab" title="Pantalones"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_physics_panel">
<tab_container name="wearable_accordion">
<panel name="physics_breast_updown_tab_holder" title="Rebote pecho">
<text name="physics_breast_updown_not_available">
El rebote del pecho sólo está disponible
para avatares femeninos.
</text>
<accordion name="physics_breast_updown_accordion">
<accordion_tab name="physics_breasts_updown_tab" title="Rebote del pecho"/>
</accordion>
</panel>
<panel name="physics_breast_inout_tab_holder" title="Canalillo">
<text name="physics_breast_inout_not_available">
El canalillo sólo está disponible
para avatares femeninos.
</text>
<accordion name="physics_breast_inout_accordion">
<accordion_tab name="physics_breasts_inout_tab" title="Canalillo"/>
</accordion>
</panel>
<panel name="physics_breast_leftright_tab_holder" title="Balanceo pecho">
<text name="physics_breast_leftright_not_available">
El balanceo del pecho sólo está disponible
para avatares femeninos.
</text>
<accordion name="physics_breast_leftright_accordion">
<accordion_tab name="physics_breasts_leftright_tab" title="Balanceo del pecho"/>
</accordion>
</panel>
<panel name="physics_belly_tab_holder" title="Rebote barriga">
<accordion name="physics_belly_accordion">
<accordion_tab name="physics_belly_tab" title="Rebote de la barriga"/>
</accordion>
</panel>
<panel name="physics_butt_tab_holder" title="Rebote culo">
<accordion name="physics_butt_accordion">
<accordion_tab name="physics_butt_tab" title="Rebote del culo"/>
</accordion>
</panel>
<panel name="physics_butt_leftright_tab_holder" title="Balanceo culo">
<accordion name="physics_butt_leftright_accordion">
<accordion_tab name="physics_butt_leftright_tab" title="Balanceo del culo"/>
</accordion>
</panel>
<panel name="physics_advanced_tab_holder" title="Avanzados">
<accordion name="physics_advanced_accordion">
<accordion_tab name="physics_advanced_tab" title="Parámetros avanzados"/>
</accordion>
</panel>
</tab_container>
</panel>
@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_shape_panel">
<string name="meters">
Metros
</string>
<string name="feet">
Pies
</string>
<string name="height">
Altura:
</string>
<tab_container name="wearable_accordion">
<panel name="shape_body_tab_holder" title="Cuerpo">
<accordion name="shape_body_accordion">
<accordion_tab name="shape_body_tab" title="Cuerpo"/>
</accordion>
</panel>
<panel name="shape_head_tab_holder" title="Cabeza">
<accordion name="shape_head_accordion">
<accordion_tab name="shape_head_tab" title="Cabeza"/>
</accordion>
</panel>
<panel name="shape_eyes_tab_holder" title="Ojos">
<accordion name="shape_eyes_accordion">
<accordion_tab name="shape_eyes_tab" title="Ojos"/>
</accordion>
</panel>
<panel name="shape_ears_tab_holder" title="Orejas">
<accordion name="shape_ears_accordion">
<accordion_tab name="shape_ears_tab" title="Orejas"/>
</accordion>
</panel>
<panel name="shape_nose_tab_holder" title="Nariz">
<accordion name="shape_nose_accordion">
<accordion_tab name="shape_nose_tab" title="Nariz"/>
</accordion>
</panel>
<panel name="shape_mouth_tab_holder" title="Boca">
<accordion name="shape_mouth_accordion">
<accordion_tab name="shape_mouth_tab" title="Boca"/>
</accordion>
</panel>
<panel name="shape_chin_tab_holder" title="Barbilla">
<accordion name="shape_chin_accordion">
<accordion_tab name="shape_chin_tab" title="Barbilla"/>
</accordion>
</panel>
<panel name="shape_torso_tab_holder" title="Torso">
<accordion name="shape_torso_accordion">
<accordion_tab name="shape_torso_tab" title="Torso"/>
</accordion>
</panel>
<panel name="shape_legs_tab_holder" title="Piernas">
<accordion name="shape_legs_accordion">
<accordion_tab name="shape_legs_tab" title="Piernas"/>
</accordion>
</panel>
</tab_container>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_shirt_panel">
<panel name="avatar_shirt_color_panel">
<texture_picker label="Textura" name="Fabric" tool_tip="Pulsa para elegir una imagen"/>
<color_swatch label="Color" name="Color/Tint" tool_tip="Pulsa para abrir el selector de color"/>
</panel>
<panel name="shirt_main_tab_holder">
<accordion name="shirt_main_accordion">
<accordion_tab name="shirt_main_tab" title="Camisa"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_shoes_panel">
<panel name="avatar_shoes_color_panel">
<texture_picker label="Textura" name="Fabric" tool_tip="Pulsa para elegir una imagen"/>
<color_swatch label="Color" name="Color/Tint" tool_tip="Pulsa para abrir el selector de color"/>
</panel>
<panel name="shoes_main_tab_holder">
<accordion name="shoes_main_accordion">
<accordion_tab name="shoes_main_tab" title="Zapatos"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_skin_panel">
<panel name="avatar_skin_color_panel">
<texture_picker label="Cabeza" name="Head" tool_tip="Kliknij aby wybrać teksturę"/>
<texture_picker label="Parte sup." name="Upper Body" tool_tip="Pulsa para elegir una imagen"/>
<texture_picker label="Parte inf." name="Lower Body" tool_tip="Pulsa para elegir una imagen"/>
</panel>
<tab_container name="wearable_accordion">
<panel name="skin_color_tab_holder" title="Color de piel">
<accordion name="skin_color_accordion">
<accordion_tab name="skin_color_tab" title="Color de piel"/>
</accordion>
</panel>
<panel name="skin_face_tab_holder" title="Cara">
<accordion name="skin_face_accordion">
<accordion_tab name="skin_face_tab" title="Detalle de la cara"/>
</accordion>
</panel>
<panel name="skin_makeup_holder" title="Maquillaje">
<accordion name="skin_makeup_accordion">
<accordion_tab name="skin_makeup_tab" title="Maquillaje"/>
</accordion>
</panel>
<panel name="skin_body_holder" title="Cuerpo">
<accordion name="skin_body_accordion">
<accordion_tab name="skin_body_tab" title="Detalle del cuerpo"/>
</accordion>
</panel>
</tab_container>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_skirt_panel">
<panel name="avatar_skirt_color_panel">
<texture_picker label="Textura" name="Fabric" tool_tip="Pulsa para elegir una imagen"/>
<color_swatch label="Color" name="Color/Tint" tool_tip="Pulsa para abrir el selector de color"/>
</panel>
<panel name="skirt_main_tab_holder">
<accordion name="skirt_main_accordion">
<accordion_tab name="skirt_main_tab" title="Falda"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_socks_panel">
<panel name="avatar_socks_color_panel">
<texture_picker label="Textura" name="Fabric" tool_tip="Pulsa para elegir una imagen"/>
<color_swatch label="Color" name="Color/Tint" tool_tip="Pulsa para abrir el selector de color"/>
</panel>
<panel name="socks_main_tab_holder">
<accordion name="socks_main_accordion">
<accordion_tab name="socks_main_tab" title="Calcetines"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_underpants_panel">
<panel name="avatar_underpants_color_panel">
<texture_picker label="Textura" name="Fabric" tool_tip="Pulsa para elegir una imagen"/>
<color_swatch label="Color" name="Color/Tint" tool_tip="Pulsa para abrir el selector de color"/>
</panel>
<panel name="underpants_main_tab_holder">
<accordion name="underpants_main_accordion">
<accordion_tab name="underpants_main_tab" title="Ropa interior"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_undershirt_panel">
<panel name="avatar_undershirt_color_panel">
<texture_picker label="Textura" name="Fabric" tool_tip="Pulsa para elegir una imagen"/>
<color_swatch label="Color" name="Color/Tint" tool_tip="Pulsa para abrir el selector de color"/>
</panel>
<panel name="undershirt_main_tab_holder">
<accordion name="undershirt_main_accordion">
<accordion_tab name="undershirt_main_tab" title="Camiseta"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,115 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Sonstiges" name="main inventory panel">
<panel.string name="ItemcountFetching">
Obteniendo [ITEM_COUNT] items... [FILTER]
</panel.string>
<panel.string name="ItemcountCompleted">
[ITEM_COUNT] items [FILTER]
</panel.string>
<menu_bar name="inventory_menu_bar">
<menu label="Inventario" name="inventory_inventory_menu">
<menu_item_call name="inventory_open" label="Abrir"/>
<menu_item_call name="inventory_share" label="Compartir"/>
<menu_item_call name="inventory_new_window" label="Nueva ventana"/>
<menu_item_check name="add_inv_toggle" label="Vestir con doble clic"/>
<menu_item_call name="inventory_show_filters" label="Mostrar filtros"/>
<menu_item_call name="inventory_reset_filters" label="Restablecer filtros"/>
<menu_item_call name="inventory_close_all_folders" label="Cerrar todas las carpetas"/>
<menu_item_call name="inventory_empty_trash" label="Vaciar papelera"/>
</menu>
<menu label="Crear" name="inventory_create_menu">
<menu_item_call name="inventory_new_folder" label="Carpeta"/>
<menu_item_call name="inventory_new_script" label="Script"/>
<menu_item_call name="inventory_new_note" label="Nota"/>
<menu_item_call name="inventory_new_gesture" label="Gesto"/>
<menu name="inventory_new_clothes" label="Ropa">
<menu_item_call name="inventory_new_shirt" label="Camisa"/>
<menu_item_call name="inventory_new_pants" label="Pantalones"/>
<menu_item_call name="inventory_new_shoes" label="Zapatos"/>
<menu_item_call name="inventory_new_socks" label="Calcetines"/>
<menu_item_call name="inventory_new_jacket" label="Chaqueta"/>
<menu_item_call name="inventory_new_skirt" label="Falda"/>
<menu_item_call name="inventory_new_gloves" label="Guantes"/>
<menu_item_call name="inventory_new_undershirt" label="Camiseta"/>
<menu_item_call name="inventory_new_underpants" label="Ropa interior"/>
<menu_item_call name="inventory_new_tattoo" label="Tatuaje"/>
<menu_item_call name="inventory_new_alpha" label="Alpha"/>
<menu_item_call name="inventory_new_physics" label="Física"/>
</menu>
<menu name="inventory_new_body_parts" label="Partes del cuerpo">
<menu_item_call name="inventory_new_shape" label="Anatomía"/>
<menu_item_call name="inventory_new_skin" label="Piel"/>
<menu_item_call name="inventory_new_hair" label="Pelo"/>
<menu_item_call name="inventory_new_eyes" label="Ojos"/>
</menu>
</menu>
<menu label="Ordenar" name="inventory_sort_menu">
<menu_item_check name="inventory_sort_by_name" label="Por nombre"/>
<menu_item_check name="inventory_sort_by_date" label="Por fecha"/>
<menu_item_check name="inventory_sort_folders_by_name" label="Carpetas siempre por nombre"/>
<menu_item_check name="inventory_sort_system_on_top" label="Carpetas del sistema siempre arriba"/>
</menu>
<menu label="Buscar" name="inventory_search_menu">
<menu_item_check name="inventory_search_by_name" label="Por nombre"/>
<menu_item_check name="inventory_search_by_creator" label="Por creador"/>
<menu_item_check name="inventory_search_by_description" label="Por descripción"/>
<menu_item_check name="inventory_search_by_uuid" label="Por UUID"/>
<menu_item_check name="inventory_search_by_all" label="Por todo"/>
<menu_item_check name="inventory_filter_show_links" label="Mostrar enlaces"/>
<menu_item_check name="inventory_filter_only_links" label="Mostrar sólo enlaces"/>
<menu_item_check name="inventory_filter_hide_links" label="Ocultar enlaces"/>
<menu_item_check name="inventory_show_partial_results" label="Mostrar resultados parciales"/>
</menu>
</menu_bar>
<layout_stack name="top_stack">
<layout_panel name="filter_panel">
<filter_editor label="Filtrar" name="inventory search editor" tool_tip="Escribe una o más palabras a buscar, separadas por '+'"/>
</layout_panel>
</layout_stack>
<layout_stack name="ctrl_stack">
<layout_panel name="filter_ctrls">
<text name="filter_label" value="Filtro:"/>
<combo_box name="filter_combo_box">
<combo_box.item value="filter_type_all" label="Todo"/>
<combo_box.item value="filter_type_animations" label="Animaciones"/>
<combo_box.item value="filter_type_calling_cards" label="Tarjetas de visita"/>
<combo_box.item value="filter_type_clothing" label="Ropa / partes del cuerpo"/>
<combo_box.item value="filter_type_gestures" label="Gestos"/>
<combo_box.item value="filter_type_landmarks" label="Hitos"/>
<combo_box.item value="filter_type_notecards" label="Notas"/>
<combo_box.item value="filter_type_objects" label="Objetos"/>
<combo_box.item value="filter_type_scripts" label="Scripts"/>
<combo_box.item value="filter_type_sounds" label="Sonidos"/>
<combo_box.item value="filter_type_textures" label="Texturas"/>
<combo_box.item value="filter_type_snapshots" label="Fotos"/>
<combo_box.item value="filter_type_custom" label="Personalizar..."/>
</combo_box>
</layout_panel>
</layout_stack>
<panel name="default_inventory_panel">
<tab_container name="inventory filter tabs">
<inventory_panel label="Inventario" name="All Items"/>
<recent_inventory_panel label="Reciente" name="Recent Items"/>
<worn_inventory_panel label="En uso" name="Worn Items"/>
</tab_container>
</panel>
<panel name="bottom_panel">
<panel name="options_gear_btn_panel">
<menu_button name="options_gear_btn" tool_tip="Mostrar opciones adicionales"/>
</panel>
<panel name="add_btn_panel">
<button name="add_btn" tool_tip="Añadir nuevo ítem"/>
</panel>
<panel name="new_inventory_panel">
<button name="new_inv_btn" tool_tip="Ventana de inventario adicional"/>
</panel>
<panel name="dummy_panel">
<text name="ItemcountText">
items
</text>
</panel>
<panel name="trash_btn_panel">
<dnd_button name="trash_btn" tool_tip="Eliminar ítem seleccionado"/>
</panel>
</panel>
</panel>
@@ -0,0 +1,41 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="camera_floater" title="Controlli Fotocamera">
<floater.string name="rotate_tooltip">
Ruota la camera intorno all'inquadratura
</floater.string>
<floater.string name="zoom_tooltip">
Avvicina la camera nell'inquadratura
</floater.string>
<floater.string name="move_tooltip">
Muovi la camera su, giù, a sinistra e a destra
</floater.string>
<floater.string name="free_mode_title">
Vista Oggetto
</floater.string>
<string name="inactive_combo_text">
Usa Preset
</string>
<panel name="controls">
<panel name="zoom">
<joystick_rotate name="cam_rotate_stick" tool_tip="Orbita la camera intorno al centro focale"/>
<button name="roll_left" tool_tip="Inclina la camera a sinistra" />
<button name="roll_right" tool_tip="Inclina la camera a destra" />
<slider_bar name="zoom_slider" tool_tip="Zoom verso il centro focale"/>
<joystick_track name="cam_track_stick" tool_tip="Muovi la camera su, giù, a sinistra e a destra"/>
</panel>
</panel>
<panel name="buttons_panel">
<panel_camera_item name="front_view" tool_tip="Vista Frontale"/>
<panel_camera_item name="group_view" tool_tip="Vista Laterale"/>
<panel_camera_item name="rear_view" tool_tip="Vista Posteriore"/>
<panel_camera_item name="object_view" tool_tip="Vista Oggetto"/>
<panel_camera_item name="mouselook_view" tool_tip="Vista Mouselook"/>
<panel_camera_item name="reset_view" tool_tip="Ripristina vista"/>
</panel>
<combo_box name="preset_combo">
<combo_box.item label="Usa Preset" name="Use preset" />
</combo_box>
<button name="gear_btn" tool_tip="Preset Camera" />
<button label="Posizione..." name="camera_position_btn" />
<button label="Salva" name="save_btn" />
</floater>
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="preview_texture">
<floater.string name="Title">
Texture: [NAME]
</floater.string>
<floater.string name="Copy">
Copia in inventario
</floater.string>
<floater.string name="DateTime">
[weekday, datetime, slt], [day, datetime, slt] [month, datetime, slt] [year, datetime, slt], [hour24, datetime, slt]:[min, datetime, slt]:[second, datetime, slt] [timezone, datetime, slt]
</floater.string>
<floater.string name="UploaderDateTime"/>
<text name="desc txt">
Descrizione:
</text>
<text name="uploader_label">
Caricata da:
</text>
<button label="Profilo" name="openprofile"/>
<text name="upload_time_label">
Data:
</text>
<button name="copyuuid" label="Copia"/>
<panel name="dimensions_panel">
<text name="dimensions">
[WIDTH] x [HEIGHT] pixel
</text>
<text name="aspect_ratio">
Proporzioni
</text>
<combo_box name="combo_aspect_ratio" tool_tip="Visualizza anteprima con proporzioni fisse">
<combo_item name="Unconstrained">
Senza vincoli
</combo_item>
<combo_item name="1:1" tool_tip="Foto del gruppo o sezione delle informazioni aggiuntive sul profilo"/>
<combo_item name="4:3" tool_tip="Profilo [CURRENT_GRID]"/>
<combo_item name="10:7" tool_tip="Inserzioni, risultati di ricerca e segnaposto"/>
<combo_item name="3:2" tool_tip="Informazioni sul Terreno"/>
<combo_item name="16:9" tool_tip="Preferiti sul profilo"/>
</combo_box>
</panel>
<panel name="button_panel">
<button label="OK" name="Keep"/>
<button label="Elimina" name="Discard"/>
<flyout_button label="Salva..." name="save_tex_btn">
<flyout_button.item label="Salva TGA" name="save_item_tga"/>
<flyout_button.item label="Salva PNG" name="save_item_png"/>
</flyout_button>
</panel>
</floater>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_eyes_panel">
<panel name="avatar_eye_color_panel">
<texture_picker label="Iride" name="Iris" tool_tip="Clicca per scegliere una texture"/>
</panel>
<panel name="eyes_main_tab_holder">
<accordion name="eyes_main_accordion">
<accordion_tab name="eyes_main_tab" title="Occhi"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_gloves_panel">
<panel name="avatar_gloves_color_panel">
<texture_picker label="Texture" name="Fabric" tool_tip="Clicca per scegliere una texture"/>
<color_swatch label="Colore" name="Color/Tint" tool_tip="Clicca per scegliere il colore"/>
</panel>
<panel name="gloves_main_tab_holder">
<accordion name="gloves_main_accordion">
<accordion_tab name="gloves_main_tab" title="Guanti"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_hair_panel">
<panel name="avatar_hair_color_panel">
<texture_picker label="Texture" name="Texture" tool_tip="Clicca per scegliere una texture"/>
</panel>
<accordion name="wearable_accordion">
<panel name="hair_color_tab_holder" title="Colore">
<accordion name="hair_color_accordion">
<accordion_tab name="hair_color_tab" title="Colore"/>
</accordion>
</panel>
<panel name="hair_style_tab_holder" title="Stile">
<accordion name="hair_style_accordion">
<accordion_tab name="hair_style_tab" title="Stile"/>
</accordion>
</panel>
<panel name="hair_eyebrows_tab_holder" title="Sopracciglia">
<accordion name="hair_eyebrows_accordion">
<accordion_tab name="hair_eyebrows_tab" title="Sopracciglia"/>
</accordion>
</panel>
<panel name="hair_facial_tab_holder" title="Viso">
<text name="hair_facial_not_available">
Le opzioni del viso sono disponibili
solo per gli avatar maschili.
</text>
<accordion name="hair_facial_accordion">
<accordion_tab name="hair_facial_tab" title="Viso"/>
</accordion>
</panel>
</accordion>
</panel>
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_jacket_panel">
<panel name="avatar_jacket_color_panel">
<texture_picker label="Parte sopra" name="Upper Fabric" tool_tip="Clicca per scegliere una texture"/>
<texture_picker label="Parte sotto" name="Lower Fabric" tool_tip="Clicca per scegliere una texture"/>
<color_swatch label="Colore" name="Color/Tint" tool_tip="Clicca per scegliere il colore"/>
</panel>
<panel name="jacket_main_tab_holder">
<accordion name="jacket_main_accordion">
<accordion_tab name="jacket_main_tab" title="Giacca"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_pants_panel">
<panel name="avatar_pants_color_panel">
<texture_picker label="Texture" name="Fabric" tool_tip="Clicca per scegliere una texture"/>
<color_swatch label="Colore" name="Color/Tint" tool_tip="Clicca per scegliere il colore"/>
</panel>
<panel name="pants_main_tab_holder">
<accordion name="pants_main_accordion">
<accordion_tab name="pants_main_tab" title="Pantaloni"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_physics_panel">
<tab_container name="wearable_accordion">
<panel name="physics_breast_updown_tab_holder" title="Rimbalzo seno">
<text name="physics_breast_updown_not_available">
Il rimbalzo del seno è disponibile solo
per gli avatar femminili.
</text>
</panel>
<panel name="physics_breast_inout_tab_holder" title="Scollatura seno">
<text name="physics_breast_inout_not_available">
La scollatura del seno è disponibile solo
per gli avatar femminili.
</text>
</panel>
<panel name="physics_breast_leftright_tab_holder" title="Oscillazione seno">
<text name="physics_breast_leftright_not_available">
L'oscillazione del seno è disponibile solo
per gli avatar femminili.
</text>
</panel>
<panel name="physics_belly_tab_holder" title="Rimbalzo pancia"/>
<panel name="physics_butt_tab_holder" title="Rimbalzo natiche"/>
<panel name="physics_butt_leftright_tab_holder" title="Oscillaz. natiche"/>
<panel name="physics_advanced_tab_holder" title="Param. avanzati"/>
</tab_container>
</panel>
@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_shape_panel">
<string name="meters">
Metri
</string>
<string name="feet">
Piedi
</string>
<string name="height">
Altezza:
</string>
<tab_container name="wearable_accordion">
<panel name="shape_body_tab_holder" title="Corpo">
<accordion name="shape_body_accordion">
<accordion_tab name="shape_body_tab" title="Corpo"/>
</accordion>
</panel>
<panel name="shape_head_tab_holder" title="Testa">
<accordion name="shape_head_accordion">
<accordion_tab name="shape_head_tab" title="Testa"/>
</accordion>
</panel>
<panel name="shape_eyes_tab_holder" title="Occhi">
<accordion name="shape_eyes_accordion">
<accordion_tab name="shape_eyes_tab" title="Occhi"/>
</accordion>
</panel>
<panel name="shape_ears_tab_holder" title="Orecchie">
<accordion name="shape_ears_accordion">
<accordion_tab name="shape_ears_tab" title="Orecchie"/>
</accordion>
</panel>
<panel name="shape_nose_tab_holder" title="Naso">
<accordion name="shape_nose_accordion">
<accordion_tab name="shape_nose_tab" title="Naso"/>
</accordion>
</panel>
<panel name="shape_mouth_tab_holder" title="Bocca">
<accordion name="shape_mouth_accordion">
<accordion_tab name="shape_mouth_tab" title="Bocca"/>
</accordion>
</panel>
<panel name="shape_chin_tab_holder" title="Mento">
<accordion name="shape_chin_accordion">
<accordion_tab name="shape_chin_tab" title="Mento"/>
</accordion>
</panel>
<panel name="shape_torso_tab_holder" title="Torso">
<accordion name="shape_torso_accordion">
<accordion_tab name="shape_torso_tab" title="Torso"/>
</accordion>
</panel>
<panel name="shape_legs_tab_holder" title="Gambe">
<accordion name="shape_legs_accordion">
<accordion_tab name="shape_legs_tab" title="Gambe"/>
</accordion>
</panel>
</tab_container>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_shirt_panel">
<panel name="avatar_shirt_color_panel">
<texture_picker label="Texture" name="Fabric" tool_tip="Clicca per scegliere una texture"/>
<color_swatch label="Colore" name="Color/Tint" tool_tip="Clicca per scegliere il colore"/>
</panel>
<panel name="shirt_main_tab_holder">
<accordion name="shirt_main_accordion">
<accordion_tab name="shirt_main_tab" title="Camicia"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_shoes_panel">
<panel name="avatar_shoes_color_panel">
<texture_picker label="Texture" name="Fabric" tool_tip="Clicca per scegliere una texture"/>
<color_swatch label="Colore" name="Color/Tint" tool_tip="Clicca per scegliere il colore"/>
</panel>
<panel name="shoes_main_tab_holder">
<accordion name="shoes_main_accordion">
<accordion_tab name="shoes_main_tab" title="Scarpe"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_skin_panel">
<panel name="avatar_skin_color_panel">
<texture_picker label="Testa" name="Head" tool_tip="Clicca per scegliere una texture"/>
<texture_picker label="Parte sopra" name="Upper Body" tool_tip="Clicca per scegliere una texture"/>
<texture_picker label="Parte sotto" name="Lower Body" tool_tip="Clicca per scegliere una texture"/>
</panel>
<tab_container name="wearable_accordion">
<panel name="skin_color_tab_holder" title="Colore pelle">
<accordion name="skin_color_accordion">
<accordion_tab name="skin_color_tab" title="Colore pelle"/>
</accordion>
</panel>
<panel name="skin_face_tab_holder" title="Dettagli viso">
<accordion name="skin_face_accordion">
<accordion_tab name="skin_face_tab" title="Dettagli viso"/>
</accordion>
</panel>
<panel name="skin_makeup_holder" title="Trucco">
<accordion name="skin_makeup_accordion">
<accordion_tab name="skin_makeup_tab" title="Trucco"/>
</accordion>
</panel>
<panel name="skin_body_holder" title="Dettagli corpo">
<accordion name="skin_body_accordion">
<accordion_tab name="skin_body_tab" title="Dettagli corpo"/>
</accordion>
</panel>
</tab_container>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_skirt_panel">
<panel name="avatar_skirt_color_panel">
<texture_picker label="Texture" name="Fabric" tool_tip="Clicca per scegliere una texture"/>
<color_swatch label="Colore" name="Color/Tint" tool_tip="Clicca per scegliere il colore"/>
</panel>
<panel name="skirt_main_tab_holder">
<accordion name="skirt_main_accordion">
<accordion_tab name="skirt_main_tab" title="Gonna"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_socks_panel">
<panel name="avatar_socks_color_panel">
<texture_picker label="Texture" name="Fabric" tool_tip="Clicca per scegliere una texture"/>
<color_swatch label="Colore" name="Color/Tint" tool_tip="Clicca per scegliere il colore"/>
</panel>
<panel name="socks_main_tab_holder">
<accordion name="socks_main_accordion">
<accordion_tab name="socks_main_tab" title="Calze"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_underpants_panel">
<panel name="avatar_underpants_color_panel">
<texture_picker label="Texture" name="Fabric" tool_tip="Clicca per scegliere una texture"/>
<color_swatch label="Colore" name="Color/Tint" tool_tip="Clicca per scegliere il colore"/>
</panel>
<panel name="underpants_main_tab_holder">
<accordion name="underpants_main_accordion">
<accordion_tab name="underpants_main_tab" title="Slip"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_undershirt_panel">
<panel name="avatar_undershirt_color_panel">
<texture_picker label="Texture" name="Fabric" tool_tip="Clicca per scegliere una texture"/>
<color_swatch label="Colore" name="Color/Tint" tool_tip="Clicca per scegliere il colore"/>
</panel>
<panel name="undershirt_main_tab_holder">
<accordion name="undershirt_main_accordion">
<accordion_tab name="undershirt_main_tab" title="Canottiera"/>
</accordion>
</panel>
</panel>
@@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="main inventory panel">
<panel.string name="ItemcountFetching">
Recupero di [ITEM_COUNT] elementi... [FILTER]
</panel.string>
<panel.string name="ItemcountCompleted">
[ITEM_COUNT] elementi [FILTER]
</panel.string>
<panel.string name="ItemcountUnknown">
Recuperati [ITEM_COUNT] elementi [FILTER]
</panel.string>
<panel.string name="inventory_title">
Inventario
</panel.string>
<menu_bar name="inventory_menu_bar">
<menu label="Inventario" name="inventory_inventory_menu">
<menu_item_call name="inventory_open" label="Apri" />
<menu_item_call name="inventory_share" label="Condividi" />
<menu_item_call name="replace_links" label="Sostituisci link" />
<menu_item_call name="inventory_new_window" label="Nuova finestra" />
<menu_item_check name="Protected Folders" label="Cartelle Protette" />
<menu_item_check label="Impostazioni Inventario..." name="inv_settings" />
<menu_item_check label="Visualizzazione Elenco" name="list_view" />
<menu_item_check label="Visualizzazione Galleria" name="gallery_view" />
<menu_item_check label="Visualizzazione Combinata" name="combination_view" />
<menu_item_check name="add_inv_toggle" label="Aggiungi oggetto con il doppio click" />
<menu_item_check name="add_invclothing_toggle" label="Aggiungi vestito con il doppio click" />
<menu_item_call name="inventory_show_filters" label="Mostra filtri" />
<menu_item_call name="inventory_reset_filters" label="Ripristina filtri" />
<menu_item_call name="inventory_close_all_folders" label="Chiudi tutte le cartelle" />
<menu_item_call name="inventory_empty_trash" label="Svuota cestino" />
</menu>
<menu label="Crea" name="inventory_create_menu">
<menu_item_call name="inventory_new_folder" label="Nuova cartella" />
<menu_item_call name="inventory_new_script" label="Nuovo script" />
<menu_item_call name="inventory_new_note" label="Nuova annotazione" />
<menu_item_call name="inventory_new_gesture" label="Nuovo gesto" />
<menu_item_call name="inventory_new_material" label="Nuovo materiale" />
<menu name="inventory_new_clothes" label="Nuovo indumento">
<menu_item_call name="inventory_new_shirt" label="Nuova camicia" />
<menu_item_call name="inventory_new_pants" label="Nuovi pantaloni" />
<menu_item_call name="inventory_new_shoes" label="Nuove scarpe" />
<menu_item_call name="inventory_new_socks" label="Nuove calze" />
<menu_item_call name="inventory_new_jacket" label="Nuova giacca" />
<menu_item_call name="inventory_new_skirt" label="Nuova gonna" />
<menu_item_call name="inventory_new_gloves" label="Nuovi guanti" />
<menu_item_call name="inventory_new_undershirt" label="Nuova canottiera" />
<menu_item_call name="inventory_new_underpants" label="Nuovo slip" />
<menu_item_call name="inventory_new_tattoo" label="Nuovo tatuaggio" />
<menu_item_call name="inventory_new_universal" label="Nuovo universale" />
<menu_item_call name="inventory_new_alpha" label="Nuovo alfa" />
<menu_item_call name="inventory_new_physics" label="Nuova fisica" />
</menu>
<menu name="inventory_new_body_parts" label="Nuova parte del corpo">
<menu_item_call name="inventory_new_shape" label="Nuovo corpo" />
<menu_item_call name="inventory_new_skin" label="Nuova pelle" />
<menu_item_call name="inventory_new_hair" label="Nuovi capelli" />
<menu_item_call name="inventory_new_eyes" label="Nuovi occhi" />
</menu>
<menu label="Nuovo ambiente" name="New Settings">
<menu_item_call label="Nuovo cielo" name="New Sky" />
<menu_item_call label="Nuova acqua" name="New Water" />
<menu_item_call label="Nuovo ciclo giornata" name="New Day Cycle" />
</menu>
</menu>
<menu label="Ordina" name="inventory_sort_menu">
<menu_item_check name="inventory_sort_by_name" label="Per nome" />
<menu_item_check name="inventory_sort_by_date" label="Per data" />
<menu_item_check name="inventory_sort_folders_by_name" label="Cartelle sempre per nome" />
<menu_item_check name="inventory_sort_system_on_top" label="Cartelle di sistema in alto" />
</menu>
<menu label="Cerca" name="inventory_search_menu">
<menu_item_check name="inventory_search_by_name" label="Per nome" />
<menu_item_check name="inventory_search_by_creator" label="Per creatore" />
<menu_item_check name="inventory_search_by_description" label="Per descrizione" />
<menu_item_check name="inventory_search_by_uuid" label="Per UUID" />
<menu_item_check name="inventory_search_by_all" label="Per tutti" />
<menu_item_check name="inventory_filter_show_links" label="Mostra i link" />
<menu_item_check name="inventory_filter_only_links" label="Mostra solo i link" />
<menu_item_check name="inventory_filter_hide_links" label="Nascondi i link" />
<menu_item_check name="inventory_filter_only_modify" label="Solo modificabili" />
<menu_item_check name="inventory_filter_only_copy" label="Solo copiabili" />
<menu_item_check name="inventory_filter_only_transfer" label="Solo trasferibili" />
<menu_item_check name="inventory_filter_coalesced_objects_only" label="Solo multi-oggetto" />
</menu>
</menu_bar>
<layout_stack name="top_stack">
<layout_panel name="nav_buttons">
<button name="back_btn" tool_tip="Indietro" />
<button name="forward_btn" tool_tip="Avanti" />
<button name="up_btn" tool_tip="Sali di un livello" />
</layout_panel>
<layout_panel name="filter_panel">
<filter_editor label="Filtro" name="inventory search editor" tool_tip="Scrivi una o più parole da cercare, separate dal carattere &apos;+&apos;" />
</layout_panel>
</layout_stack>
<layout_stack name="ctrl_stack">
<layout_panel name="filter_ctrls">
<text name="filter_label" value="Filtro:" />
<combo_box name="filter_combo_box">
<combo_box.item value="filter_type_all" label="Tutti" />
<combo_box.item value="filter_type_animations" label="Animazioni" />
<combo_box.item value="filter_type_calling_cards" label="Biglietti da visita" />
<combo_box.item value="filter_type_clothing" label="Vestiti / Parti del corpo" />
<combo_box.item value="filter_type_gestures" label="Gesti" />
<combo_box.item value="filter_type_landmarks" label="Segnaposto" />
<combo_box.item value="filter_type_notecards" label="Annotazioni" />
<combo_box.item value="filter_type_objects" label="Oggetti" />
<combo_box.item value="filter_type_scripts" label="Script" />
<combo_box.item value="filter_type_sounds" label="Suoni" />
<combo_box.item value="filter_type_textures" label="Texture" />
<combo_box.item value="filter_type_snapshots" label="Foto" />
<combo_box.item value="filter_type_meshes" label="Modelli mesh" />
<combo_box.item value="filter_type_materials" label="Materiali" />
<combo_box.item value="filter_type_settings" label="Ambienti" />
<combo_box.item value="filter_type_folders" label="Cartelle" />
<combo_box.item value="filter_type_coalesced" label="Solo multi-oggetto" />
<combo_box.item value="filter_type_custom" label="Personalizzato..." />
</combo_box>
<menu_button tool_tip="Mostra opzioni di visibilità per la ricerca" name="options_visibility_btn" />
</layout_panel>
</layout_stack>
<panel name="default_inventory_panel">
<tab_container name="inventory filter tabs">
<inventory_panel label="Tutti gli elementi" name="All Items"/>
<recent_inventory_panel label="Elementi recenti" name="Recent Items"/>
<worn_inventory_panel label="Indossati" name="Worn Items"/>
</tab_container>
</panel>
<panel name="bottom_panel">
<panel name="options_gear_btn_panel">
<menu_button name="options_gear_btn" tool_tip="Mostra opzioni aggiuntive"/>
</panel>
<panel name="add_btn_panel">
<button name="add_btn" tool_tip="Aggiungi nuovo elemento"/>
</panel>
<panel name="new_inventory_panel">
<button name="new_inv_btn" tool_tip="Apri una nuova finestra Inventario"/>
</panel>
<panel name="view_mode_panel">
<button name="view_mode_btn" tool_tip="Cambia modalità di visualizzazione" />
</panel>
<panel name="dummy_panel">
<text name="ItemcountText" tool_tip="[ITEMS] oggetti, [CATEGORIES] cartelle">
Elementi
</text>
</panel>
<panel name="trash_btn_panel">
<dnd_button name="trash_btn" tool_tip="Elimina elemento selezionato"/>
</panel>
</panel>
</panel>
@@ -0,0 +1,42 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="camera_floater" title="カメラ操作">
<floater.string name="rotate_tooltip">
焦点を中心にカメラを回転します。
</floater.string>
<floater.string name="zoom_tooltip">
焦点に向けてカメラをズームします。
</floater.string>
<floater.string name="move_tooltip">
カメラを上下左右に移動させます。
</floater.string>
<floater.string name="free_mode_title">
オブジェクトを見る
</floater.string>
<string name="inactive_combo_text">プリセットを使用</string>
<panel name="controls">
<!--TODO: replace + - images -->
<panel name="zoom">
<joystick_rotate name="cam_rotate_stick" tool_tip="焦点を中心にカメラを回転させます。"/>
<!-- <FS:Chanayane> Camera roll (from Alchemy) -->
<button name="roll_left" tool_tip="カメラを左に傾けます。"/>
<button name="roll_right" tool_tip="カメラを右に傾けます。"/>
<!-- </FS:Chanayane> -->
<slider_bar name="zoom_slider" tool_tip="カメラを焦点に向けてズームします。"/>
<joystick_track name="cam_track_stick" tool_tip="カメラを上下左右に動かします。"/>
</panel>
</panel>
<panel name="buttons_panel">
<panel_camera_item name="front_view" tool_tip="前面ビューにします。"/>
<panel_camera_item name="group_view" tool_tip="サイドビューにします。"/>
<panel_camera_item name="rear_view" tool_tip="後方ビューにします。"/>
<panel_camera_item name="object_view" tool_tip="オブジェクトビューにします。"/>
<panel_camera_item name="mouselook_view" tool_tip="マウスルックビューにします。"/>
<panel_camera_item name="reset_view" tool_tip="視野をリセットします。"/>
</panel>
<combo_box name="preset_combo">
<combo_box.item label="プリセットを使用" name="Use preset"/>
</combo_box>
<button name="gear_btn" tool_tip="カメラのプリセット"/>
<button label="位置…" name="camera_position_btn"/>
<button label="保存" name="save_btn"/>
</floater>
@@ -0,0 +1,69 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="preview_texture">
<floater.string name="Title">
テクスチャ:[NAME]
</floater.string>
<floater.string name="Copy">
インベントリにコピー
</floater.string>
<floater.string name="DateTime">
[year,datetime,slt]年[month,datetime,slt]月[day,datetime,slt]日([weekday,datetime,slt]) [ampm,datetime,slt] [hour12,datetime,slt]:[min,datetime,slt]:[second,datetime,slt] [timezone,datetime,slt]
</floater.string>
<text name="desc txt">
説明:
</text>
<text name="uploader_label">
アップロード者:
</text>
<button label="プロフィール" name="openprofile"/>
<text name="upload_time_label">
日付:
</text>
<text name="uuid_label">
UUID:
</text>
<button label="コピー" name="copyuuid"/>
<panel name="dimensions_panel">
<text name="dimensions">
[WIDTH]px×[HEIGHT]px
</text>
<text name="aspect_ratio">
縦横比のプレビュー
</text>
<combo_box name="combo_aspect_ratio" tool_tip="固定した縦横比でプレビューします。">
<combo_item name="Unconstrained">
制約なし
</combo_item>
<combo_item name="1:1" tool_tip="グループ憲章か、追加のプロフィール情報">
1:1
</combo_item>
<combo_item name="4:3" tool_tip="[CURRENT_GRID]のプロフィール">
4:3
</combo_item>
<combo_item name="10:7" tool_tip="クラシファイドや検索リスト、ランドマーク">
10:7
</combo_item>
<combo_item name="3:2" tool_tip="土地について">
3:2
</combo_item>
<combo_item name="16:10">
16:10
</combo_item>
<combo_item name="16:9" tool_tip="プロフィールのピック">
16:9
</combo_item>
<combo_item name="2:1">
2:1
</combo_item>
</combo_box>
</panel>
<panel name="button_panel">
<button name="btn_refresh"/>
<button label="OK" name="Keep"/>
<button label="破棄" name="Discard"/>
<flyout_button label="保存…" name="save_tex_btn">
<flyout_button.item label="TGAで保存" name="save_item_tga"/>
<flyout_button.item label="PNGで保存" name="save_item_png"/>
</flyout_button>
</panel>
</floater>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="edit_eyes_panel">
<panel name="avatar_eye_color_panel">
<texture_picker label="瞳" name="Iris" tool_tip="クリックで画像を選択します。"/>
</panel>
<!-- Begin Eyes Panel -->
<panel name="eyes_main_tab_holder" title="目">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion name="eyes_main_accordion">
<accordion_tab name="eyes_main_tab" title="目"/>
</accordion>
</panel>
<!-- End Eyes Panel -->
</panel>
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_gloves_panel">
<panel name="avatar_gloves_color_panel">
<texture_picker label="生地" name="Fabric" tool_tip="クリックで画像を選択します。"/>
<color_swatch label="色/色彩" name="Color/Tint" tool_tip="クリックでカラーピッカーを開きます。"/>
</panel>
<!-- Begin Gloves Panel -->
<panel name="gloves_main_tab_holder" title="手袋">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion name="gloves_main_accordion">
<accordion_tab name="gloves_main_tab" title="手袋"/>
</accordion>
</panel>
<!-- End Gloves Panel -->
</panel>
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_hair_panel">
<panel name="avatar_hair_color_panel">
<texture_picker label="テクスチャ" name="Texture" tool_tip="クリックで画像を選択します。"/>
</panel>
<tab_container name="wearable_accordion">
<!-- Begin Color Panel -->
<panel name="hair_color_tab_holder" title="色">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion name="hair_color_accordion">
<accordion_tab name="hair_color_tab" title="色">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list name="hair_color_param_list"/>
</accordion_tab>
</accordion>
</panel>
<!-- End Color Panel -->
<!-- Begin Style Panel -->
<panel name="hair_style_tab_holder" title="スタイル">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion name="hair_style_accordion">
<accordion_tab name="hair_style_tab" title="スタイル">
<!-- Viewer will replace things here with tiled editing views -->
<scrolling_panel_list name="hair_style_param_list"/>
</accordion_tab>
</accordion>
</panel>
<!-- End Style Panel -->
<!-- Begin Eyebrows Panel -->
<panel name="hair_eyebrows_tab_holder" title="眉毛">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion name="hair_eyebrows_accordion">
<accordion_tab name="hair_eyebrows_tab" title="眉毛"/>
</accordion>
</panel>
<!-- End Eyebrows Panel -->
<!-- Begin Facial Panel -->
<panel name="hair_facial_tab_holder" title="顔面">
<text name="hair_facial_not_available">
顔のオプションは男性アバターに
のみ利用可能です。
</text>
<!-- Viewer demands an accordion here, so we provide one -->
<accordion name="hair_facial_accordion">
<accordion_tab name="hair_facial_tab" title="顔面"/>
</accordion>
</panel>
<!-- End Facial Panel -->
</tab_container>
</panel>
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_jacket_panel">
<panel name="avatar_jacket_color_panel">
<texture_picker label="上部の生地" name="Upper Fabric" tool_tip="クリックで画像を選択します。"/>
<texture_picker label="下部の生地" name="Lower Fabric" tool_tip="クリックで画像を選択します。"/>
<color_swatch label="色/色彩" name="Color/Tint" tool_tip="クリックでカラーピッカーを開きます。"/>
</panel>
<!-- Begin Jacket Panel -->
<panel name="jacket_main_tab_holder" title="ジャケット">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion name="jacket_main_accordion">
<accordion_tab name="jacket_main_tab" title="ジャケット"/>
</accordion>
</panel>
<!-- End Jacket Panel -->
</panel>
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_pants_panel">
<panel name="avatar_pants_color_panel">
<texture_picker label="生地" name="Fabric" tool_tip="クリックで画像を選択します。"/>
<color_swatch label="色/色彩" name="Color/Tint" tool_tip="クリックでカラーピッカーを開きます。"/>
</panel>
<!-- Begin Pants Panel -->
<panel name="pants_main_tab_holder" title="ズボン">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion name="pants_main_accordion">
<accordion_tab name="pants_main_tab" title="ズボン"/>
</accordion>
</panel>
<!-- End Pants Panel -->
</panel>
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_physics_panel">
<tab_container name="wearable_accordion">
<panel name="physics_breast_updown_tab_holder" title="胸の弾み">
<text name="physics_breast_updown_not_available">
胸の弾みは女性アバターのみで
利用可能です。
</text>
<accordion name="physics_breast_updown_accordion">
<accordion_tab name="physics_breasts_updown_tab" title="胸の弾み"/>
</accordion>
</panel>
<panel name="physics_breast_inout_tab_holder" title="胸の谷間">
<text name="physics_breast_inout_not_available">
胸の谷間は女性アバターのみで
利用可能です。
</text>
<accordion name="physics_breast_inout_accordion">
<accordion_tab name="physics_breasts_inout_tab" title="胸の谷間"/>
</accordion>
</panel>
<panel name="physics_breast_leftright_tab_holder" title="胸の揺れ">
<text name="physics_breast_leftright_not_available">
胸の揺れは女性アバターのみで
利用可能です。
</text>
<accordion name="physics_breast_leftright_accordion">
<accordion_tab name="physics_breasts_leftright_tab" title="胸の揺れ"/>
</accordion>
</panel>
<panel name="physics_belly_tab_holder" title="腹部の弾み">
<accordion name="physics_belly_accordion">
<accordion_tab name="physics_belly_tab" title="腹部の弾み"/>
</accordion>
</panel>
<panel name="physics_butt_tab_holder" title="尻の弾み">
<accordion name="physics_butt_accordion">
<accordion_tab name="physics_butt_tab" title="尻の弾み"/>
</accordion>
</panel>
<panel name="physics_butt_leftright_tab_holder" title="尻の揺れ">
<accordion name="physics_butt_leftright_accordion">
<accordion_tab name="physics_butt_leftright_tab" title="尻の揺れ"/>
</accordion>
</panel>
<panel name="physics_advanced_tab_holder" title="高度なパラメータ">
<accordion name="physics_advanced_accordion">
<accordion_tab name="physics_advanced_tab" title="高度なパラメータ"/>
</accordion>
</panel>
</tab_container>
</panel>
@@ -0,0 +1,86 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_shape_panel">
<string name="meters">
メートル
</string>
<string name="feet">
フィート
</string>
<string name="height">
身長:
</string>
<tab_container name="wearable_accordion">
<!-- Begin Body Panel -->
<panel name="shape_body_tab_holder" title="身体">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion name="shape_body_accordion">
<accordion_tab name="shape_body_tab" title="身体"/>
</accordion>
</panel>
<!-- End Body Panel -->
<!-- Begin Head Panel -->
<panel name="shape_head_tab_holder" title="頭">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion name="shape_head_accordion">
<accordion_tab name="shape_head_tab" title="頭"/>
</accordion>
</panel>
<!-- End Head Panel -->
<!-- Begin Eyes Panel -->
<panel name="shape_eyes_tab_holder" title="目">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion name="shape_eyes_accordion">
<accordion_tab name="shape_eyes_tab" title="目"/>
</accordion>
</panel>
<!-- End Eyes Panel -->
<!-- Begin Ears Panel -->
<panel name="shape_ears_tab_holder" title="耳">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion name="shape_ears_accordion">
<accordion_tab name="shape_ears_tab" title="耳"/>
</accordion>
</panel>
<!-- End Ears Panel -->
<!-- Begin Nose Panel -->
<panel name="shape_nose_tab_holder" title="鼻">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion name="shape_nose_accordion">
<accordion_tab name="shape_nose_tab" title="鼻"/>
</accordion>
</panel>
<!-- End Nose Panel -->
<!-- Begin Mouth Panel -->
<panel name="shape_mouth_tab_holder" title="口">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion name="shape_mouth_accordion">
<accordion_tab name="shape_mouth_tab" title="口"/>
</accordion>
</panel>
<!-- End Mouth Panel -->
<!-- Begin Chin Panel -->
<panel name="shape_chin_tab_holder" title="顎">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion name="shape_chin_accordion">
<accordion_tab name="shape_chin_tab" title="顎"/>
</accordion>
</panel>
<!-- End Chin Panel -->
<!-- Begin Torso Panel -->
<panel name="shape_torso_tab_holder" title="上半身">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion name="shape_torso_accordion">
<accordion_tab name="shape_torso_tab" title="上半身"/>
</accordion>
</panel>
<!-- End Torso Panel -->
<!-- Begin Legs Panel -->
<panel name="shape_legs_tab_holder" title="脚">
<!-- Viewer demands an accordion here, so we provide one -->
<accordion name="shape_legs_accordion">
<accordion_tab name="shape_legs_tab" title="脚"/>
</accordion>
</panel>
<!-- End Legs Panel -->
</tab_container>
</panel>

Some files were not shown because too many files have changed in this diff Show More