147 lines
6.9 KiB
XML
147 lines
6.9 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater can_close="true" can_drag_on_left="false" can_minimize="true" can_resize="true"
|
|
width="650" height="400" min_width="600" min_height="400" max_width="600"
|
|
name="browser" title="Upload Browser" control_name="UploadBrowserFloater">
|
|
<combo_box allow_text_entry="false" bottom="-42" follows="left|top" height="18" left="10" max_chars="20"
|
|
mouse_opaque="true" enabled="true" width="108" name="bookmark_combo" tool_tip="Jump to a common folder">
|
|
<combo_item name="None" enabled="false" value="None">
|
|
Bookmarked:
|
|
</combo_item>
|
|
</combo_box>
|
|
<button bottom_delta="0" follows="top|left" height="18" label="+"
|
|
left_delta="112" name="add_bookmark_button" tool_tip="Add current folder to Bookmarks"
|
|
width="20" />
|
|
<button bottom_delta="0" follows="top|left" height="18" label="-"
|
|
left_delta="22" name="remove_bookmark_button" tool_tip="Remove selected folder from Bookmarks"
|
|
width="20" />
|
|
<text type="string" length="50" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom="-37" drop_shadow_visible="true" enabled="true" follows="left|top"
|
|
font="SansSerifSmall" h_pad="0" halign="left" height="12" left="213"
|
|
mouse_opaque="true" name="drive_label" v_pad="0" width="128">
|
|
Drive:
|
|
</text>
|
|
<combo_box allow_text_entry="false" bottom_delta="-5" follows="left|top" height="18" left_delta="35" max_chars="20"
|
|
mouse_opaque="true" enabled="true" width="40" name="drive_combo" tool_tip="Switch to another drive">
|
|
<combo_item name="None" enabled="false" value="None">
|
|
All
|
|
</combo_item>
|
|
<combo_item name="None" enabled="false" value="None">
|
|
Of
|
|
</combo_item>
|
|
<combo_item name="None" enabled="false" value="None">
|
|
Them
|
|
</combo_item>
|
|
</combo_box>
|
|
<line_editor bottom_delta="-22" follows="left|top" font="SansSerifSmall" height="18" max_length="255"
|
|
width="255" name="dir_path" left="10" select_all_on_focus_received="true" select_on_focus="true"/>
|
|
<button bottom_delta="-1" follows="top|left" height="18" label=">" left_delta="257"
|
|
name="directory_button" tool_tip="Go to this filepath" width="20" />
|
|
<scroll_list bottom="25" can_resize="true" column_padding="0" draw_heading="true"
|
|
follows="left|top|bottom" left="7" multi_select="true"
|
|
name="file_list" width="280" search_column="1"
|
|
tool_tip="Hold shift or control while clicking to select multiple files"
|
|
top="-68">
|
|
<column name="file_type" width="0" />
|
|
<column name="asset_type" width="0" />
|
|
<column image="ff_edit_mine_button.tga" name="icon_inventory_type"
|
|
tool_tip="Inventory Type" width="20" />
|
|
<column dynamicwidth="true" label="Filename" name="file_name" tool_tip="Filename" />
|
|
</scroll_list>
|
|
<text type="string" length="50" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom="9" drop_shadow_visible="true" enabled="true" follows="left|bottom"
|
|
font="SansSerifSmall" h_pad="0" halign="left" height="12" left="10"
|
|
mouse_opaque="true" name="filter_label" v_pad="0" width="128">
|
|
Filter:
|
|
</text>
|
|
<combo_box allow_text_entry="false" bottom_delta="-4" follows="left|bottom" height="18" left_delta="30" max_chars="20"
|
|
mouse_opaque="true" enabled="true" width="108" name="file_filter_combo" tool_tip="Limit results to a specific type">
|
|
<combo_item name="None" value="None">
|
|
None
|
|
</combo_item>
|
|
<combo_item name="Animation" value="Animation" tool_tip="BVH">
|
|
Animation
|
|
</combo_item>
|
|
<combo_item name="Sound" value="Sound" tool_tip="WAV">
|
|
Sound
|
|
</combo_item>
|
|
<combo_item name="Texture" value="Texture" tool_tip="BMP, JPG, PNG, TGA">
|
|
Texture
|
|
</combo_item>
|
|
</combo_box>
|
|
<text type="string" length="50" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom_delta="5" drop_shadow_visible="true" enabled="true" follows="left|bottom"
|
|
font="SansSerifSmall" h_pad="0" halign="right" height="12" left="155"
|
|
mouse_opaque="true" name="result_label" v_pad="0" width="128">
|
|
Files: [COUNT]
|
|
</text>
|
|
<text type="string" length="50" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom="-35" drop_shadow_visible="true" enabled="true" follows="left|top"
|
|
font="SansSerifSmall" h_pad="0" halign="left" height="12" left="302"
|
|
mouse_opaque="true" name="name_label" v_pad="0" width="128">
|
|
Name:
|
|
</text>
|
|
<line_editor bottom_delta="-4" follows="left|top" font="SansSerifSmall" height="18" max_length="255"
|
|
width="214" name="asset_name" left_delta="70" select_all_on_focus_received="true" select_on_focus="true"/>
|
|
<text type="string" length="50" bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
|
bottom_delta="-20" drop_shadow_visible="true" enabled="true" follows="left|top"
|
|
font="SansSerifSmall" h_pad="0" halign="left" height="12" left="302"
|
|
mouse_opaque="true" name="name_label" v_pad="0" width="128">
|
|
Description:
|
|
</text>
|
|
<line_editor bottom_delta="-4" follows="left|top" font="SansSerifSmall" height="18" max_length="255"
|
|
width="214" name="asset_desc" left_delta="70" select_all_on_focus_received="true" select_on_focus="true"/>
|
|
<text bottom_delta="-20" follows="top|left" height="12" name="multiple_uploads_label" left="302">
|
|
Multiple files selected. Total cost is:
|
|
</text>
|
|
<text bottom_delta="0" follows="top|left" height="12" name="texture_preview_label" left="302">
|
|
Preview image as:
|
|
</text>
|
|
<combo_box bottom_delta="-5" follows="left|top" height="18" label="Texture Preview"
|
|
left_delta="120" name="texture_preview_combo" width="164">
|
|
<combo_item name="Image">
|
|
Image
|
|
</combo_item>
|
|
<combo_item name="Hair">
|
|
Hair
|
|
</combo_item>
|
|
<combo_item name="FemaleHead">
|
|
Female Head
|
|
</combo_item>
|
|
<combo_item name="FemaleUpperBody">
|
|
Female Upper Body
|
|
</combo_item>
|
|
<combo_item name="FemaleLowerBody">
|
|
Female Lower Body
|
|
</combo_item>
|
|
<combo_item name="MaleHead">
|
|
Male Head
|
|
</combo_item>
|
|
<combo_item name="MaleUpperBody">
|
|
Male Upper Body
|
|
</combo_item>
|
|
<combo_item name="MaleLowerBody">
|
|
Male Lower Body
|
|
</combo_item>
|
|
<combo_item name="Skirt">
|
|
Skirt
|
|
</combo_item>
|
|
<combo_item name="SculptedPrim">
|
|
Sculpted Prim
|
|
</combo_item>
|
|
</combo_box>
|
|
<text bottom="250" follows="top|left" left="302" name="bad_image_text">
|
|
Unable to read image.
|
|
|
|
Try saving image as 24 bit Targa (.tga).
|
|
</text>
|
|
<slider bottom_delta="0" can_edit_text="false" enabled="false" width="185" height="16" mouse_opaque="true"
|
|
decimal_digits="0" increment="1" initial_val="16" left="30" min_val="1.0" max_val="16.0" visible="false"
|
|
name="timeline" show_text="false" value="1" control_name="AnimationTimelineScrubber"/>
|
|
<button bottom="9" follows="bottom|left" height="22" label="Upload ([UPLOADFEE])"
|
|
left="325" name="upload_button" width="120" />
|
|
<button bottom_delta="0" follows="bottom|left" height="22" label="Temp Upload"
|
|
left_delta="125" name="upload_button" tool_tip="Uploads a temporary version of the texture. It's free, but has a limited lifespan and area it can be used."
|
|
width="120" />
|
|
</tab_container>
|
|
</floater>
|