merged silver's tools floater with default's
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -12,3 +12,4 @@
|
|||||||
*.bak
|
*.bak
|
||||||
*~
|
*~
|
||||||
/edited-files.txt
|
/edited-files.txt
|
||||||
|
qtcreator-build/
|
||||||
|
|||||||
@@ -132,106 +132,106 @@
|
|||||||
|
|
||||||
<!-- Create panel -->
|
<!-- Create panel -->
|
||||||
|
|
||||||
<button bottom="-78" follows="left|top" font="SansSerif" halign="center" height="30"
|
<button bottom="-75" follows="left|top" font="SansSerif" halign="center" height="24"
|
||||||
image_disabled="object_cube.tga"
|
image_disabled="object_cube.tga"
|
||||||
image_disabled_selected="object_cube_active.tga"
|
image_disabled_selected="object_cube_active.tga"
|
||||||
image_selected="object_cube_active.tga" image_unselected="object_cube.tga"
|
image_selected="object_cube_active.tga" image_unselected="object_cube.tga"
|
||||||
label="" label_selected="" left="4" mouse_opaque="true" name="ToolCube"
|
label="" label_selected="" left="4" mouse_opaque="true" name="ToolCube"
|
||||||
scale_image="TRUE" width="30" tool_tip="Cube"/>
|
scale_image="TRUE" width="24" tool_tip="Cube"/>
|
||||||
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
||||||
height="30" image_disabled="object_prism.tga"
|
height="24" image_disabled="object_prism.tga"
|
||||||
image_disabled_selected="object_prism_active.tga"
|
image_disabled_selected="object_prism_active.tga"
|
||||||
image_selected="object_prism_active.tga"
|
image_selected="object_prism_active.tga"
|
||||||
image_unselected="object_prism.tga" label="" label_selected=""
|
image_unselected="object_prism.tga" label="" label_selected=""
|
||||||
left_delta="28" mouse_opaque="true" name="ToolPrism" scale_image="TRUE"
|
left_delta="23" mouse_opaque="true" name="ToolPrism" scale_image="TRUE"
|
||||||
tool_tip="Prism" width="30" />
|
tool_tip="Prism" width="24" />
|
||||||
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
||||||
height="30" image_disabled="object_pyramid.tga"
|
height="24" image_disabled="object_pyramid.tga"
|
||||||
image_disabled_selected="object_pyramid_active.tga"
|
image_disabled_selected="object_pyramid_active.tga"
|
||||||
image_selected="object_pyramid_active.tga"
|
image_selected="object_pyramid_active.tga"
|
||||||
image_unselected="object_pyramid.tga" label="" label_selected=""
|
image_unselected="object_pyramid.tga" label="" label_selected=""
|
||||||
left_delta="28" mouse_opaque="true" name="ToolPyramid" scale_image="TRUE"
|
left_delta="23" mouse_opaque="true" name="ToolPyramid" scale_image="TRUE"
|
||||||
tool_tip="Pyramid" width="30" />
|
tool_tip="Pyramid" width="24" />
|
||||||
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
||||||
height="30" image_disabled="object_tetrahedron.tga"
|
height="24" image_disabled="object_tetrahedron.tga"
|
||||||
image_disabled_selected="object_tetrahedron_active.tga"
|
image_disabled_selected="object_tetrahedron_active.tga"
|
||||||
image_selected="object_tetrahedron_active.tga"
|
image_selected="object_tetrahedron_active.tga"
|
||||||
image_unselected="object_tetrahedron.tga" label="" label_selected=""
|
image_unselected="object_tetrahedron.tga" label="" label_selected=""
|
||||||
left_delta="28" mouse_opaque="true" name="ToolTetrahedron"
|
left_delta="23" mouse_opaque="true" name="ToolTetrahedron"
|
||||||
scale_image="TRUE" tool_tip="Tetrahedron" width="30" />
|
scale_image="TRUE" tool_tip="Tetrahedron" width="24" />
|
||||||
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
||||||
height="30" image_disabled="object_cylinder.tga"
|
height="24" image_disabled="object_cylinder.tga"
|
||||||
image_disabled_selected="object_cylinder_active.tga"
|
image_disabled_selected="object_cylinder_active.tga"
|
||||||
image_selected="object_cylinder_active.tga"
|
image_selected="object_cylinder_active.tga"
|
||||||
image_unselected="object_cylinder.tga" label="" label_selected=""
|
image_unselected="object_cylinder.tga" label="" label_selected=""
|
||||||
left_delta="28" mouse_opaque="true" tool_tip="Cylinder" name="ToolCylinder" scale_image="TRUE"
|
left_delta="23" mouse_opaque="true" tool_tip="Cylinder" name="ToolCylinder" scale_image="TRUE"
|
||||||
width="30" />
|
width="24" />
|
||||||
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
||||||
height="30" image_disabled="object_hemi_cylinder.tga"
|
height="24" image_disabled="object_hemi_cylinder.tga"
|
||||||
image_disabled_selected="object_hemi_cylinder_active.tga"
|
image_disabled_selected="object_hemi_cylinder_active.tga"
|
||||||
image_selected="object_hemi_cylinder_active.tga"
|
image_selected="object_hemi_cylinder_active.tga"
|
||||||
image_unselected="object_hemi_cylinder.tga" label="" label_selected=""
|
image_unselected="object_hemi_cylinder.tga" label="" label_selected=""
|
||||||
left_delta="28" mouse_opaque="true" name="ToolHemiCylinder"
|
left_delta="23" mouse_opaque="true" name="ToolHemiCylinder"
|
||||||
scale_image="TRUE" tool_tip="Hemicylinder" width="30" />
|
scale_image="TRUE" tool_tip="Hemicylinder" width="24" />
|
||||||
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
||||||
height="30" image_disabled="object_cone.tga"
|
height="24" image_disabled="object_cone.tga"
|
||||||
image_disabled_selected="object_cone_active.tga"
|
image_disabled_selected="object_cone_active.tga"
|
||||||
image_selected="object_cone_active.tga" image_unselected="object_cone.tga"
|
image_selected="object_cone_active.tga" image_unselected="object_cone.tga"
|
||||||
label="" label_selected="" left_delta="23" mouse_opaque="true"
|
label="" label_selected="" left_delta="23" mouse_opaque="true"
|
||||||
name="ToolCone" scale_image="TRUE" tool_tip="Cone" width="30" />
|
name="ToolCone" scale_image="TRUE" tool_tip="Cone" width="24" />
|
||||||
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
||||||
height="30" image_disabled="object_hemi_cone.tga"
|
height="24" image_disabled="object_hemi_cone.tga"
|
||||||
image_disabled_selected="object_hemi_cone_active.tga"
|
image_disabled_selected="object_hemi_cone_active.tga"
|
||||||
image_selected="object_hemi_cone_active.tga"
|
image_selected="object_hemi_cone_active.tga"
|
||||||
image_unselected="object_hemi_cone.tga" label="" label_selected=""
|
image_unselected="object_hemi_cone.tga" label="" label_selected=""
|
||||||
left_delta="23" mouse_opaque="true" name="ToolHemiCone" scale_image="TRUE"
|
left_delta="23" mouse_opaque="true" name="ToolHemiCone" scale_image="TRUE"
|
||||||
tool_tip="Hemicone" width="30" />
|
tool_tip="Hemicone" width="24" />
|
||||||
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
||||||
height="30" image_disabled="object_sphere.tga"
|
height="24" image_disabled="object_sphere.tga"
|
||||||
image_disabled_selected="object_sphere_active.tga"
|
image_disabled_selected="object_sphere_active.tga"
|
||||||
image_selected="object_sphere_active.tga"
|
image_selected="object_sphere_active.tga"
|
||||||
image_unselected="object_sphere.tga" label="" label_selected=""
|
image_unselected="object_sphere.tga" label="" label_selected=""
|
||||||
left_delta="23" mouse_opaque="true" name="ToolSphere" scale_image="TRUE"
|
left_delta="23" mouse_opaque="true" name="ToolSphere" scale_image="TRUE"
|
||||||
width="30" tool_tip="Sphere" />
|
width="24" tool_tip="Sphere" />
|
||||||
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
||||||
height="30" image_disabled="object_hemi_sphere.tga"
|
height="24" image_disabled="object_hemi_sphere.tga"
|
||||||
image_disabled_selected="object_hemi_sphere_active.tga"
|
image_disabled_selected="object_hemi_sphere_active.tga"
|
||||||
image_selected="object_hemi_sphere_active.tga"
|
image_selected="object_hemi_sphere_active.tga"
|
||||||
image_unselected="object_hemi_sphere.tga" label="" label_selected=""
|
image_unselected="object_hemi_sphere.tga" label="" label_selected=""
|
||||||
left_delta="23" mouse_opaque="true" name="ToolHemiSphere"
|
left_delta="23" mouse_opaque="true" name="ToolHemiSphere"
|
||||||
scale_image="TRUE" tool_tip="Hemisphere" width="30" />
|
scale_image="TRUE" tool_tip="Hemisphere" width="24" />
|
||||||
<button bottom_delta="-23" follows="left|top" font="SansSerif" halign="center"
|
<button bottom_delta="-23" follows="left|top" font="SansSerif" halign="center"
|
||||||
height="30" image_disabled="object_torus.tga"
|
height="24" image_disabled="object_torus.tga"
|
||||||
image_disabled_selected="object_torus_active.tga"
|
image_disabled_selected="object_torus_active.tga"
|
||||||
image_selected="object_torus_active.tga"
|
image_selected="object_torus_active.tga"
|
||||||
image_unselected="object_torus.tga" label="" label_selected="" left="4"
|
image_unselected="object_torus.tga" label="" label_selected="" left="4"
|
||||||
mouse_opaque="true" name="ToolTorus" scale_image="TRUE" tool_tip="Torus" width="30" />
|
mouse_opaque="true" name="ToolTorus" scale_image="TRUE" tool_tip="Torus" width="24" />
|
||||||
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
||||||
height="30" image_disabled="object_tube.tga"
|
height="24" image_disabled="object_tube.tga"
|
||||||
image_disabled_selected="object_tube_active.tga"
|
image_disabled_selected="object_tube_active.tga"
|
||||||
image_selected="object_tube_active.tga" image_unselected="object_tube.tga"
|
image_selected="object_tube_active.tga" image_unselected="object_tube.tga"
|
||||||
label="" label_selected="" left_delta="23" mouse_opaque="true"
|
label="" label_selected="" left_delta="23" mouse_opaque="true"
|
||||||
name="ToolTube" scale_image="TRUE" tool_tip="Tube" width="30" />
|
name="ToolTube" scale_image="TRUE" tool_tip="Tube" width="24" />
|
||||||
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
||||||
height="30" image_disabled="object_ring.tga"
|
height="24" image_disabled="object_ring.tga"
|
||||||
image_disabled_selected="object_ring_active.tga"
|
image_disabled_selected="object_ring_active.tga"
|
||||||
image_selected="object_ring_active.tga" image_unselected="object_ring.tga"
|
image_selected="object_ring_active.tga" image_unselected="object_ring.tga"
|
||||||
label="" label_selected="" left_delta="23" mouse_opaque="true"
|
label="" label_selected="" left_delta="23" mouse_opaque="true"
|
||||||
name="ToolRing" scale_image="TRUE" tool_tip="Ring" width="30" />
|
name="ToolRing" scale_image="TRUE" tool_tip="Ring" width="24" />
|
||||||
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
||||||
height="30" image_disabled="object_tree.tga"
|
height="24" image_disabled="object_tree.tga"
|
||||||
image_disabled_selected="object_tree_active.tga"
|
image_disabled_selected="object_tree_active.tga"
|
||||||
image_selected="object_tree_active.tga" image_unselected="object_tree.tga"
|
image_selected="object_tree_active.tga" image_unselected="object_tree.tga"
|
||||||
label="" label_selected="" left_delta="23" mouse_opaque="true"
|
label="" label_selected="" left_delta="23" mouse_opaque="true"
|
||||||
name="ToolTree" scale_image="TRUE" tool_tip="Tree" width="30" />
|
name="ToolTree" scale_image="TRUE" tool_tip="Tree" width="24" />
|
||||||
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
<button bottom_delta="0" follows="left|top" font="SansSerif" halign="center"
|
||||||
height="30" image_disabled="object_grass.tga"
|
height="24" image_disabled="object_grass.tga"
|
||||||
image_disabled_selected="object_grass_active.tga"
|
image_disabled_selected="object_grass_active.tga"
|
||||||
image_selected="object_grass_active.tga"
|
image_selected="object_grass_active.tga"
|
||||||
image_unselected="object_grass.tga" label="" label_selected=""
|
image_unselected="object_grass.tga" label="" label_selected=""
|
||||||
left_delta="28" mouse_opaque="true" name="ToolGrass" scale_image="TRUE"
|
left_delta="23" mouse_opaque="true" name="ToolGrass" scale_image="TRUE"
|
||||||
tool_tip="Grass" width="30" />
|
tool_tip="Grass" width="24" />
|
||||||
<check_box bottom="-120" control_name="CreateToolKeepSelected" follows="left|top"
|
<check_box bottom="-117" control_name="CreateToolKeepSelected" follows="left|top"
|
||||||
font="SansSerifSmall" height="16" initial_value="false"
|
font="SansSerifSmall" height="16" initial_value="false"
|
||||||
label="Keep selected" left="4" mouse_opaque="true"
|
label="Keep selected" left="4" mouse_opaque="true"
|
||||||
name="checkbox sticky" width="128" />
|
name="checkbox sticky" width="128" />
|
||||||
@@ -716,6 +716,37 @@
|
|||||||
<combo_item name="Sculpted" value="Sculpted">
|
<combo_item name="Sculpted" value="Sculpted">
|
||||||
Sculpted
|
Sculpted
|
||||||
</combo_item>
|
</combo_item>
|
||||||
|
|
||||||
|
<combo_item name="Hemicylinder" value="Hemicylinder">
|
||||||
|
Hemicylinder
|
||||||
|
</combo_item>
|
||||||
|
|
||||||
|
<combo_item name="Spiral Circle" value="Spiral Circle">
|
||||||
|
Spiral Circle
|
||||||
|
</combo_item>
|
||||||
|
<combo_item name="Spiral Square" value="Spiral Square">
|
||||||
|
Spiral Square
|
||||||
|
</combo_item>
|
||||||
|
<combo_item name="Spiral Triangle" value="Spiral Triangle">
|
||||||
|
Spiral Triangle
|
||||||
|
</combo_item>
|
||||||
|
<combo_item name="Spiral Semicircle" value="Spiral Semicircle">
|
||||||
|
Spiral Semicircle
|
||||||
|
</combo_item>
|
||||||
|
|
||||||
|
<combo_item name="Test Cylinder" value="Test Cylinder">
|
||||||
|
Test Cylinder
|
||||||
|
</combo_item>
|
||||||
|
<combo_item name="Test Box" value="Test Box">
|
||||||
|
Test Box
|
||||||
|
</combo_item>
|
||||||
|
<combo_item name="Test Prism" value="Test Prism">
|
||||||
|
Test Prism
|
||||||
|
</combo_item>
|
||||||
|
<combo_item name="Test Hemicylinder" value="Test Hemicylinder">
|
||||||
|
Test Hemicylinder
|
||||||
|
</combo_item>
|
||||||
|
|
||||||
</combo_box>
|
</combo_box>
|
||||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||||
bottom_delta="-12" drop_shadow_visible="true" follows="left|top"
|
bottom_delta="-12" drop_shadow_visible="true" follows="left|top"
|
||||||
@@ -910,7 +941,14 @@
|
|||||||
<combo_item name="Cylinder" value="Cylinder">
|
<combo_item name="Cylinder" value="Cylinder">
|
||||||
Cylinder
|
Cylinder
|
||||||
</combo_item>
|
</combo_item>
|
||||||
</combo_box>
|
</combo_box><!-- [SimmanFederal] Super-Blink Button -->
|
||||||
|
<button bottom="-25" follows="left|top" font="SansSerifSmall" halign="center"
|
||||||
|
height="20" label="Hard-Blink" label_selected="Hard-Blink" left="140"
|
||||||
|
mouse_opaque="true" name="button blink hard" scale_image="TRUE" width="65" />
|
||||||
|
<!-- [SimmanFederal] Blink Button -->
|
||||||
|
<button bottom="-25" follows="left|top" font="SansSerifSmall" halign="center"
|
||||||
|
height="20" label="Blink" label_selected="Blink" left="205"
|
||||||
|
mouse_opaque="true" name="button blink" scale_image="TRUE" width="55" />
|
||||||
</panel>
|
</panel>
|
||||||
|
|
||||||
<!-- Features sub-tab -->
|
<!-- Features sub-tab -->
|
||||||
@@ -993,6 +1031,7 @@
|
|||||||
</panel>
|
</panel>
|
||||||
|
|
||||||
<!-- Texture sub-tab -->
|
<!-- Texture sub-tab -->
|
||||||
|
|
||||||
<panel border="true" bottom="-383" follows="left|top|right|bottom" height="367"
|
<panel border="true" bottom="-383" follows="left|top|right|bottom" height="367"
|
||||||
label="Texture" left="1" mouse_opaque="false" name="Texture" width="270">
|
label="Texture" left="1" mouse_opaque="false" name="Texture" width="270">
|
||||||
<texture_picker allow_no_texture="false" allow_invisible_texture="true" bottom="-90" can_apply_immediately="true"
|
<texture_picker allow_no_texture="false" allow_invisible_texture="true" bottom="-90" can_apply_immediately="true"
|
||||||
@@ -1010,7 +1049,7 @@
|
|||||||
Transparency %
|
Transparency %
|
||||||
</text>
|
</text>
|
||||||
<spinner bottom_delta="-20" decimal_digits="0" follows="left|top" height="16"
|
<spinner bottom_delta="-20" decimal_digits="0" follows="left|top" height="16"
|
||||||
increment="2" initial_val="0" left="180" max_val="90" min_val="0"
|
increment="2" initial_val="0" left="180" max_val="100" min_val="0"
|
||||||
mouse_opaque="true" name="ColorTrans" width="80" />
|
mouse_opaque="true" name="ColorTrans" width="80" />
|
||||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||||
bottom_delta="-12" drop_shadow_visible="true" follows="left|top"
|
bottom_delta="-12" drop_shadow_visible="true" follows="left|top"
|
||||||
@@ -1177,11 +1216,11 @@
|
|||||||
mouse_opaque="true" name="tex offset" v_pad="0" width="160">
|
mouse_opaque="true" name="tex offset" v_pad="0" width="160">
|
||||||
Offset
|
Offset
|
||||||
</text>
|
</text>
|
||||||
<spinner bottom="-308" decimal_digits="3" follows="left|top" height="16" increment="0.1"
|
<spinner bottom="-308" decimal_digits="3" follows="left|top" height="16" increment="0.05"
|
||||||
initial_val="0" label="Horizontal (U)" label_width="90" left="20"
|
initial_val="0" label="Horizontal (U)" label_width="90" left="20"
|
||||||
max_val="1" min_val="-1" mouse_opaque="true" name="TexOffsetU" width="160" />
|
max_val="1" min_val="-1" mouse_opaque="true" name="TexOffsetU" width="160" />
|
||||||
<spinner bottom_delta="-18" decimal_digits="3" follows="left|top" height="16"
|
<spinner bottom_delta="-18" decimal_digits="3" follows="left|top" height="16"
|
||||||
increment="0.1" initial_val="0" label="Vertical (V)" label_width="90"
|
increment="0.05" initial_val="0" label="Vertical (V)" label_width="90"
|
||||||
left="20" max_val="1" min_val="-1" mouse_opaque="true" name="TexOffsetV"
|
left="20" max_val="1" min_val="-1" mouse_opaque="true" name="TexOffsetV"
|
||||||
width="160" />
|
width="160" />
|
||||||
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
<text bg_visible="false" border_drop_shadow_visible="false" border_visible="false"
|
||||||
|
|||||||
Reference in New Issue
Block a user