mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-03-04 18:43:15 +00:00
* Preview blend modes No support for exporting and layer merging yet. Also need to fix the move tool preview. * Preview blend modes on tile mode * Raise layer limit to 1024 * Export images with layer blending modes * Save blend modes in pxo files * Merge layers with blending modes * Fix crash when adding a new layer * Preview blending in the other canvases * Update DrawingAlgos.gd * Move tool preview * Re-arrange blend menu and add lighten, darken, linear burn and exclusion * Add divide blend mode * Add hue, saturation, color & luminosity blend modes * Undo/redo when changing blend modes
1005 lines
41 KiB
Text
1005 lines
41 KiB
Text
[gd_scene load_steps=75 format=3 uid="uid://dbr6mulku2qju"]
|
|
|
|
[ext_resource type="Script" path="res://src/UI/Timeline/AnimationTimeline.gd" id="1"]
|
|
[ext_resource type="Texture2D" uid="uid://d36mlbmq06q4e" path="res://assets/graphics/layers/new.png" id="2"]
|
|
[ext_resource type="Texture2D" uid="uid://dmhauk0dee42v" path="res://assets/graphics/layers/move_down.png" id="3"]
|
|
[ext_resource type="Texture2D" uid="uid://c7bha4a6x4bav" path="res://assets/graphics/layers/move_up.png" id="4"]
|
|
[ext_resource type="Texture2D" uid="uid://bx1xa5aacxfx4" path="res://assets/graphics/layers/merge_down.png" id="5"]
|
|
[ext_resource type="Texture2D" uid="uid://x2k652y15v04" path="res://assets/graphics/layers/delete.png" id="6"]
|
|
[ext_resource type="Texture2D" uid="uid://d3gx4phcox58s" path="res://assets/graphics/layers/clone.png" id="7"]
|
|
[ext_resource type="Texture2D" uid="uid://d1oxrkwndy5fi" path="res://assets/graphics/timeline/move_arrow.png" id="8"]
|
|
[ext_resource type="PackedScene" uid="uid://yjhp0ssng2mp" path="res://src/UI/Nodes/ValueSlider.tscn" id="9"]
|
|
[ext_resource type="Texture2D" uid="uid://ct8wn8m6x4m54" path="res://assets/graphics/misc/value_arrow.svg" id="10"]
|
|
[ext_resource type="Script" path="res://src/UI/Timeline/FrameScrollContainer.gd" id="11"]
|
|
[ext_resource type="Script" path="res://src/UI/Timeline/PasteTagPopup.gd" id="12"]
|
|
[ext_resource type="Texture2D" uid="uid://d1urikaf1lxwl" path="res://assets/graphics/timeline/new_frame.png" id="19"]
|
|
[ext_resource type="Texture2D" uid="uid://bt72662c3gp2f" path="res://assets/graphics/timeline/remove_frame.png" id="20"]
|
|
[ext_resource type="Texture2D" uid="uid://bujrukk5ii3bi" path="res://assets/graphics/timeline/go_to_first_frame.png" id="21"]
|
|
[ext_resource type="Texture2D" uid="uid://c7smxwfa8826j" path="res://assets/graphics/timeline/play.png" id="22"]
|
|
[ext_resource type="Texture2D" uid="uid://cw7nn7360atot" path="res://assets/graphics/timeline/previous_frame.png" id="23"]
|
|
[ext_resource type="Texture2D" uid="uid://esistdjfbrc4" path="res://assets/graphics/timeline/play_backwards.png" id="24"]
|
|
[ext_resource type="Texture2D" uid="uid://l4jj86y1hukm" path="res://assets/graphics/timeline/go_to_last_frame.png" id="25"]
|
|
[ext_resource type="Texture2D" uid="uid://b2ndrc0cvy1m5" path="res://assets/graphics/timeline/next_frame.png" id="26"]
|
|
[ext_resource type="Texture2D" uid="uid://cerkv5yx4cqeh" path="res://assets/graphics/timeline/copy_frame.png" id="27"]
|
|
[ext_resource type="Texture2D" uid="uid://i13jhsg117kd" path="res://assets/graphics/timeline/tag.png" id="28"]
|
|
[ext_resource type="Texture2D" uid="uid://dukip7mvotxsp" path="res://assets/graphics/timeline/onion_skinning_off.png" id="29"]
|
|
[ext_resource type="Texture2D" uid="uid://dinubfua8gqhw" path="res://assets/graphics/timeline/expandable.png" id="30"]
|
|
[ext_resource type="Texture2D" uid="uid://fbwld5ofmocm" path="res://assets/graphics/timeline/loop.png" id="31"]
|
|
[ext_resource type="PackedScene" uid="uid://c6je8lgr850wf" path="res://src/UI/Timeline/FrameTagDialog.tscn" id="42"]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_r3l7p"]
|
|
action = &"new_layer"
|
|
|
|
[sub_resource type="Shortcut" id="Shortcut_tpvn2"]
|
|
events = [SubResource("InputEventAction_r3l7p")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_n6pnq"]
|
|
action = &"remove_layer"
|
|
|
|
[sub_resource type="Shortcut" id="Shortcut_xar00"]
|
|
events = [SubResource("InputEventAction_n6pnq")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_xm3sl"]
|
|
action = &"move_layer_up"
|
|
|
|
[sub_resource type="Shortcut" id="Shortcut_r300c"]
|
|
events = [SubResource("InputEventAction_xm3sl")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_wqdok"]
|
|
action = &"move_layer_down"
|
|
|
|
[sub_resource type="Shortcut" id="Shortcut_763li"]
|
|
events = [SubResource("InputEventAction_wqdok")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_4vegv"]
|
|
action = &"clone_layer"
|
|
|
|
[sub_resource type="Shortcut" id="Shortcut_0o4ap"]
|
|
events = [SubResource("InputEventAction_4vegv")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_ihf65"]
|
|
action = &"merge_down_layer"
|
|
|
|
[sub_resource type="Shortcut" id="Shortcut_wbf7k"]
|
|
events = [SubResource("InputEventAction_ihf65")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_sduor"]
|
|
action = &"add_frame"
|
|
|
|
[sub_resource type="Shortcut" id="Shortcut_mvoxm"]
|
|
events = [SubResource("InputEventAction_sduor")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_ajjsq"]
|
|
action = &"remove_frame"
|
|
|
|
[sub_resource type="Shortcut" id="Shortcut_o40ql"]
|
|
events = [SubResource("InputEventAction_ajjsq")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_yptjb"]
|
|
action = &"clone_frame"
|
|
|
|
[sub_resource type="Shortcut" id="Shortcut_5g7t7"]
|
|
events = [SubResource("InputEventAction_yptjb")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_jp76a"]
|
|
action = &"manage_frame_tags"
|
|
|
|
[sub_resource type="Shortcut" id="Shortcut_renbb"]
|
|
events = [SubResource("InputEventAction_jp76a")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_ar42u"]
|
|
action = &"move_frame_left"
|
|
|
|
[sub_resource type="Shortcut" id="Shortcut_kwn1u"]
|
|
events = [SubResource("InputEventAction_ar42u")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_unp5j"]
|
|
action = &"move_frame_right"
|
|
|
|
[sub_resource type="Shortcut" id="Shortcut_m2mvi"]
|
|
events = [SubResource("InputEventAction_unp5j")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_078hg"]
|
|
action = &"go_to_first_frame"
|
|
|
|
[sub_resource type="Shortcut" id="4"]
|
|
events = [SubResource("InputEventAction_078hg")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_xpmmg"]
|
|
action = &"go_to_previous_frame"
|
|
|
|
[sub_resource type="Shortcut" id="6"]
|
|
events = [SubResource("InputEventAction_xpmmg")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_vyfqb"]
|
|
action = &"play_backwards"
|
|
|
|
[sub_resource type="Shortcut" id="8"]
|
|
events = [SubResource("InputEventAction_vyfqb")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_twfg8"]
|
|
action = &"play_forward"
|
|
|
|
[sub_resource type="Shortcut" id="10"]
|
|
events = [SubResource("InputEventAction_twfg8")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_xvqer"]
|
|
action = &"go_to_next_frame"
|
|
|
|
[sub_resource type="Shortcut" id="12"]
|
|
events = [SubResource("InputEventAction_xvqer")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_fcr04"]
|
|
action = &"go_to_last_frame"
|
|
|
|
[sub_resource type="Shortcut" id="14"]
|
|
events = [SubResource("InputEventAction_fcr04")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_1xym1"]
|
|
action = &"onion_skinning_settings"
|
|
|
|
[sub_resource type="Shortcut" id="Shortcut_tke6v"]
|
|
events = [SubResource("InputEventAction_1xym1")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_iu7kc"]
|
|
action = &"onion_skinning_toggle"
|
|
|
|
[sub_resource type="Shortcut" id="Shortcut_pouu1"]
|
|
events = [SubResource("InputEventAction_iu7kc")]
|
|
|
|
[sub_resource type="InputEventAction" id="InputEventAction_dmtwd"]
|
|
action = &"loop_toggle"
|
|
|
|
[sub_resource type="Shortcut" id="Shortcut_1onr8"]
|
|
events = [SubResource("InputEventAction_dmtwd")]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="15"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="16"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="17"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="18"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="19"]
|
|
|
|
[sub_resource type="Theme" id="20"]
|
|
HScrollBar/icons/decrement = null
|
|
HScrollBar/icons/decrement_highlight = null
|
|
HScrollBar/icons/increment = null
|
|
HScrollBar/icons/increment_highlight = null
|
|
HScrollBar/styles/grabber = SubResource("15")
|
|
HScrollBar/styles/grabber_highlight = SubResource("16")
|
|
HScrollBar/styles/grabber_pressed = SubResource("17")
|
|
HScrollBar/styles/scroll = SubResource("18")
|
|
HScrollBar/styles/scroll_focus = SubResource("19")
|
|
|
|
[node name="AnimationTimeline" type="Panel"]
|
|
clip_contents = true
|
|
offset_right = 902.0
|
|
offset_bottom = 160.0
|
|
script = ExtResource("1")
|
|
|
|
[node name="TimelineContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
|
|
[node name="TimelineButtons" type="HBoxContainer" parent="TimelineContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="LayerTools" type="PanelContainer" parent="TimelineContainer/TimelineButtons"]
|
|
layout_mode = 2
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="TimelineContainer/TimelineButtons/LayerTools"]
|
|
layout_mode = 2
|
|
|
|
[node name="LayerButtons" type="HBoxContainer" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
theme_override_constants/separation = 9
|
|
|
|
[node name="AddLayer" type="Button" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(44, 22)
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
tooltip_text = "Create a new layer"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
shortcut = SubResource("Shortcut_tpvn2")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons/AddLayer"]
|
|
layout_mode = 0
|
|
anchor_top = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_top = -11.0
|
|
offset_right = 22.0
|
|
offset_bottom = 11.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
texture = ExtResource("2")
|
|
|
|
[node name="AddLayerList" type="MenuButton" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons/AddLayer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(22, 0)
|
|
layout_mode = 0
|
|
anchor_left = 1.0
|
|
anchor_top = 0.5
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.5
|
|
offset_left = -22.0
|
|
offset_top = -10.0
|
|
offset_bottom = 10.0
|
|
mouse_default_cursor_shape = 2
|
|
item_count = 3
|
|
popup/item_0/text = "Add Pixel Layer"
|
|
popup/item_0/id = 0
|
|
popup/item_1/text = "Add Group Layer"
|
|
popup/item_1/id = 1
|
|
popup/item_2/text = "Add 3D Layer"
|
|
popup/item_2/id = 2
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons/AddLayer/AddLayerList"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -6.0
|
|
offset_top = -6.0
|
|
offset_right = 6.0
|
|
offset_bottom = 6.0
|
|
texture = ExtResource("10")
|
|
|
|
[node name="RemoveLayer" type="Button" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(22, 22)
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
tooltip_text = "Remove current layer"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 8
|
|
disabled = true
|
|
shortcut = SubResource("Shortcut_xar00")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons/RemoveLayer"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -7.0
|
|
offset_top = -7.0
|
|
offset_right = 7.0
|
|
offset_bottom = 7.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
texture = ExtResource("6")
|
|
|
|
[node name="MoveUpLayer" type="Button" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(22, 22)
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
tooltip_text = "Move up the current layer"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 8
|
|
disabled = true
|
|
shortcut = SubResource("Shortcut_r300c")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons/MoveUpLayer"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -11.0
|
|
offset_top = -11.0
|
|
offset_right = 11.0
|
|
offset_bottom = 11.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
texture = ExtResource("4")
|
|
|
|
[node name="MoveDownLayer" type="Button" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(22, 22)
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
tooltip_text = "Move down the current layer"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 8
|
|
disabled = true
|
|
shortcut = SubResource("Shortcut_763li")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons/MoveDownLayer"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -11.0
|
|
offset_top = -11.0
|
|
offset_right = 11.0
|
|
offset_bottom = 11.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
texture = ExtResource("3")
|
|
|
|
[node name="CloneLayer" type="Button" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(22, 22)
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
tooltip_text = "Clone current layer"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
shortcut = SubResource("Shortcut_0o4ap")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons/CloneLayer"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -11.0
|
|
offset_top = -11.0
|
|
offset_right = 11.0
|
|
offset_bottom = 11.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
texture = ExtResource("7")
|
|
|
|
[node name="MergeDownLayer" type="Button" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(22, 22)
|
|
layout_mode = 2
|
|
size_flags_vertical = 4
|
|
tooltip_text = "Merge current layer with the one below"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 8
|
|
disabled = true
|
|
shortcut = SubResource("Shortcut_wbf7k")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons/MergeDownLayer"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -11.0
|
|
offset_top = -11.0
|
|
offset_right = 11.0
|
|
offset_bottom = 11.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
texture = ExtResource("5")
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Label" type="Label" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Blend mode:"
|
|
|
|
[node name="BlendModes" type="OptionButton" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
mouse_default_cursor_shape = 2
|
|
item_count = 20
|
|
selected = 0
|
|
popup/item_0/text = "Normal"
|
|
popup/item_0/id = 0
|
|
popup/item_1/text = "Darken"
|
|
popup/item_1/id = 1
|
|
popup/item_2/text = "Multiply"
|
|
popup/item_2/id = 2
|
|
popup/item_3/text = "Color burn"
|
|
popup/item_3/id = 3
|
|
popup/item_4/text = "Linear burn"
|
|
popup/item_4/id = 4
|
|
popup/item_5/text = "Lighten"
|
|
popup/item_5/id = 5
|
|
popup/item_6/text = "Screen"
|
|
popup/item_6/id = 6
|
|
popup/item_7/text = "Color dodge"
|
|
popup/item_7/id = 7
|
|
popup/item_8/text = "Add"
|
|
popup/item_8/id = 8
|
|
popup/item_9/text = "Overlay"
|
|
popup/item_9/id = 9
|
|
popup/item_10/text = "Soft Light"
|
|
popup/item_10/id = 10
|
|
popup/item_11/text = "Hard light"
|
|
popup/item_11/id = 11
|
|
popup/item_12/text = "Difference"
|
|
popup/item_12/id = 12
|
|
popup/item_13/text = "Exclusion"
|
|
popup/item_13/id = 13
|
|
popup/item_14/text = "Subtract"
|
|
popup/item_14/id = 14
|
|
popup/item_15/text = "Divide"
|
|
popup/item_15/id = 15
|
|
popup/item_16/text = "Hue"
|
|
popup/item_16/id = 16
|
|
popup/item_17/text = "Saturation"
|
|
popup/item_17/id = 17
|
|
popup/item_18/text = "Color"
|
|
popup/item_18/id = 18
|
|
popup/item_19/text = "Luminosity"
|
|
popup/item_19/id = 19
|
|
|
|
[node name="BlendingHBox" type="HBoxContainer" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 10
|
|
|
|
[node name="OpacitySlider" parent="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/BlendingHBox" instance=ExtResource("9")]
|
|
custom_minimum_size = Vector2(207, 24)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 1
|
|
size_flags_vertical = 0
|
|
value = 100.0
|
|
prefix = "Opacity:"
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="TimelineContainer/TimelineButtons"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="AnimationToolsScrollContainer" type="ScrollContainer" parent="TimelineContainer/TimelineButtons/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
vertical_scroll_mode = 0
|
|
|
|
[node name="AnimationTools" type="PanelContainer" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 10
|
|
|
|
[node name="AnimationButtons" type="HBoxContainer" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools"]
|
|
custom_minimum_size = Vector2(0, 24)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_constants/separation = 40
|
|
alignment = 2
|
|
|
|
[node name="FrameButtons" type="HBoxContainer" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons"]
|
|
layout_mode = 2
|
|
|
|
[node name="AddFrame" type="Button" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(20, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
tooltip_text = "Add a new frame"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
shortcut = SubResource("Shortcut_mvoxm")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons/AddFrame"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -6.0
|
|
offset_top = -6.0
|
|
offset_right = 6.0
|
|
offset_bottom = 6.0
|
|
texture = ExtResource("19")
|
|
|
|
[node name="DeleteFrame" type="Button" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(20, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
tooltip_text = "Remove Frame"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
shortcut = SubResource("Shortcut_o40ql")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons/DeleteFrame"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -6.0
|
|
offset_top = -1.0
|
|
offset_right = 6.0
|
|
offset_bottom = 1.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
texture = ExtResource("20")
|
|
|
|
[node name="CopyFrame" type="Button" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(20, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
tooltip_text = "Clone Frame"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
shortcut = SubResource("Shortcut_5g7t7")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons/CopyFrame"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -5.0
|
|
offset_top = -7.0
|
|
offset_right = 5.0
|
|
offset_bottom = 7.0
|
|
texture = ExtResource("27")
|
|
|
|
[node name="FrameTagButton" type="Button" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(20, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
tooltip_text = "Manage frame tags"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
shortcut = SubResource("Shortcut_renbb")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons/FrameTagButton"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -7.0
|
|
offset_top = -7.0
|
|
offset_right = 7.0
|
|
offset_bottom = 7.0
|
|
texture = ExtResource("28")
|
|
|
|
[node name="MoveLeft" type="Button" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(20, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
tooltip_text = "Move the selected frame to the left."
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
shortcut = SubResource("Shortcut_kwn1u")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons/MoveLeft"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -7.5
|
|
offset_top = -5.5
|
|
offset_right = 7.5
|
|
offset_bottom = 5.5
|
|
texture = ExtResource("8")
|
|
flip_h = true
|
|
|
|
[node name="MoveRight" type="Button" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(20, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
tooltip_text = "Move the selected frame to the right."
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
shortcut = SubResource("Shortcut_m2mvi")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons/MoveRight"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -7.5
|
|
offset_top = -5.5
|
|
offset_right = 7.5
|
|
offset_bottom = 5.5
|
|
texture = ExtResource("8")
|
|
|
|
[node name="PlaybackButtons" type="HBoxContainer" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons"]
|
|
layout_mode = 2
|
|
|
|
[node name="FirstFrame" type="Button" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(20, 0)
|
|
layout_mode = 2
|
|
tooltip_text = "Jump to the first frame"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
shortcut = SubResource("4")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons/FirstFrame"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -5.5
|
|
offset_top = -6.0
|
|
offset_right = 5.5
|
|
offset_bottom = 6.0
|
|
texture = ExtResource("21")
|
|
|
|
[node name="PreviousFrame" type="Button" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(20, 0)
|
|
layout_mode = 2
|
|
tooltip_text = "Go to the previous frame"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
shortcut = SubResource("6")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons/PreviousFrame"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -5.5
|
|
offset_top = -6.0
|
|
offset_right = 5.5
|
|
offset_bottom = 6.0
|
|
texture = ExtResource("23")
|
|
|
|
[node name="PlayBackwards" type="Button" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(20, 0)
|
|
layout_mode = 2
|
|
tooltip_text = "Play the animation backwards (from end to beginning)"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
toggle_mode = true
|
|
shortcut = SubResource("8")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons/PlayBackwards"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -4.0
|
|
offset_top = -6.0
|
|
offset_right = 3.0
|
|
offset_bottom = 6.0
|
|
texture = ExtResource("24")
|
|
|
|
[node name="PlayForward" type="Button" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(20, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
tooltip_text = "Play the animation forward (from beginning to end)"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
toggle_mode = true
|
|
shortcut = SubResource("10")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons/PlayForward"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -3.5
|
|
offset_top = -6.0
|
|
offset_right = 3.5
|
|
offset_bottom = 6.0
|
|
texture = ExtResource("22")
|
|
|
|
[node name="NextFrame" type="Button" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(20, 0)
|
|
layout_mode = 2
|
|
tooltip_text = "Go to the next frame"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
shortcut = SubResource("12")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons/NextFrame"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -5.5
|
|
offset_top = -6.0
|
|
offset_right = 5.5
|
|
offset_bottom = 6.0
|
|
texture = ExtResource("26")
|
|
|
|
[node name="LastFrame" type="Button" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(20, 0)
|
|
layout_mode = 2
|
|
tooltip_text = "Jump to the last frame"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
shortcut = SubResource("14")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons/LastFrame"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -5.5
|
|
offset_top = -6.0
|
|
offset_right = 5.5
|
|
offset_bottom = 6.0
|
|
texture = ExtResource("25")
|
|
|
|
[node name="LoopButtons" type="HBoxContainer" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons"]
|
|
layout_mode = 2
|
|
|
|
[node name="OnionSkinningSettings" type="Button" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/LoopButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(20, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
tooltip_text = "Onion Skinning settings"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
shortcut = SubResource("Shortcut_tke6v")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/LoopButtons/OnionSkinningSettings"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -7.0
|
|
offset_top = -7.0
|
|
offset_right = 7.0
|
|
offset_bottom = 7.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
texture = ExtResource("30")
|
|
|
|
[node name="OnionSkinning" type="Button" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/LoopButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(20, 0)
|
|
layout_mode = 2
|
|
tooltip_text = "Enable/disable Onion Skinning"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
shortcut = SubResource("Shortcut_pouu1")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/LoopButtons/OnionSkinning"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -7.0
|
|
offset_top = -7.0
|
|
offset_right = 7.0
|
|
offset_bottom = 7.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
texture = ExtResource("29")
|
|
|
|
[node name="LoopAnim" type="Button" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/LoopButtons" groups=["UIButtons"]]
|
|
custom_minimum_size = Vector2(20, 0)
|
|
layout_mode = 2
|
|
tooltip_text = "Cycle loop"
|
|
focus_mode = 0
|
|
mouse_default_cursor_shape = 2
|
|
shortcut = SubResource("Shortcut_1onr8")
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/LoopButtons/LoopAnim"]
|
|
layout_mode = 0
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -7.0
|
|
offset_top = -7.0
|
|
offset_right = 7.0
|
|
offset_bottom = 7.0
|
|
texture = ExtResource("31")
|
|
|
|
[node name="FPSValue" parent="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/LoopButtons" instance=ExtResource("9")]
|
|
custom_minimum_size = Vector2(72, 24)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 1
|
|
tooltip_text = "How many frames per second should the animation preview be?
|
|
The more FPS, the faster the animation plays."
|
|
min_value = 0.1
|
|
step = 0.1
|
|
value = 6.0
|
|
suffix = "FPS"
|
|
|
|
[node name="TagScroll" type="ScrollContainer" parent="TimelineContainer/TimelineButtons/VBoxContainer"]
|
|
custom_minimum_size = Vector2(0, 32)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
mouse_filter = 2
|
|
theme = SubResource("20")
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="TimelineContainer/TimelineButtons/VBoxContainer/TagScroll"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
theme_override_constants/separation = 0
|
|
|
|
[node name="TagSpacer" type="Control" parent="TimelineContainer/TimelineButtons/VBoxContainer/TagScroll/HBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="TagContainer" type="Control" parent="TimelineContainer/TimelineButtons/VBoxContainer/TagScroll/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="TimelineContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="TimelineContainer/PanelContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="TimelineScroll" type="ScrollContainer" parent="TimelineContainer/PanelContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="LayerFrameHSplit" type="HSplitContainer" parent="TimelineContainer/PanelContainer/VBoxContainer/TimelineScroll"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="TimelineContainer/PanelContainer/VBoxContainer/TimelineScroll/LayerFrameHSplit"]
|
|
layout_mode = 2
|
|
|
|
[node name="LayerLabel" type="Label" parent="TimelineContainer/PanelContainer/VBoxContainer/TimelineScroll/LayerFrameHSplit/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Layers"
|
|
|
|
[node name="LayerVBox" type="VBoxContainer" parent="TimelineContainer/PanelContainer/VBoxContainer/TimelineScroll/LayerFrameHSplit/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="FrameScrollContainer" type="Container" parent="TimelineContainer/PanelContainer/VBoxContainer/TimelineScroll/LayerFrameHSplit"]
|
|
layout_mode = 2
|
|
script = ExtResource("11")
|
|
h_scroll_bar_node_path = NodePath("../../../BreakFreeFromContainer/FrameScrollBar")
|
|
|
|
[node name="FrameAndCelBox" type="VBoxContainer" parent="TimelineContainer/PanelContainer/VBoxContainer/TimelineScroll/LayerFrameHSplit/FrameScrollContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="FrameHBox" type="HBoxContainer" parent="TimelineContainer/PanelContainer/VBoxContainer/TimelineScroll/LayerFrameHSplit/FrameScrollContainer/FrameAndCelBox"]
|
|
custom_minimum_size = Vector2(0, 30)
|
|
layout_mode = 2
|
|
|
|
[node name="CelVBox" type="VBoxContainer" parent="TimelineContainer/PanelContainer/VBoxContainer/TimelineScroll/LayerFrameHSplit/FrameScrollContainer/FrameAndCelBox"]
|
|
layout_mode = 2
|
|
|
|
[node name="BreakFreeFromContainer" type="Control" parent="TimelineContainer/PanelContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="FrameScrollBar" type="HScrollBar" parent="TimelineContainer/PanelContainer/VBoxContainer/BreakFreeFromContainer"]
|
|
layout_mode = 0
|
|
anchor_right = 1.0
|
|
offset_left = 41.0
|
|
offset_top = -12.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="AnimationTimer" type="Timer" parent="."]
|
|
|
|
[node name="OnionSkinningSettings" type="Popup" parent="."]
|
|
position = Vector2i(0, 36)
|
|
size = Vector2i(315, 299)
|
|
unresizable = false
|
|
borderless = false
|
|
|
|
[node name="OnionSkinningButtons" type="VBoxContainer" parent="OnionSkinningSettings"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="OnionSkinningPast" type="Label" parent="OnionSkinningSettings/OnionSkinningButtons"]
|
|
layout_mode = 2
|
|
text = "Past Frames"
|
|
|
|
[node name="PastOnionSkinning" parent="OnionSkinningSettings/OnionSkinningButtons" instance=ExtResource("9")]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 1
|
|
max_value = 10.0
|
|
value = 1.0
|
|
allow_greater = true
|
|
suffix = "Frames"
|
|
|
|
[node name="OnionSkinningFuture" type="Label" parent="OnionSkinningSettings/OnionSkinningButtons"]
|
|
layout_mode = 2
|
|
text = "Future Frames"
|
|
|
|
[node name="FutureOnionSkinning" parent="OnionSkinningSettings/OnionSkinningButtons" instance=ExtResource("9")]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 1
|
|
max_value = 10.0
|
|
value = 1.0
|
|
allow_greater = true
|
|
suffix = "Frames"
|
|
|
|
[node name="BlueRedMode" type="CheckBox" parent="OnionSkinningSettings/OnionSkinningButtons"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
mouse_default_cursor_shape = 2
|
|
text = "Color mode"
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="OnionSkinningSettings/OnionSkinningButtons"]
|
|
layout_mode = 2
|
|
theme_override_constants/h_separation = 8
|
|
columns = 2
|
|
|
|
[node name="PastPlacementLabel" type="Label" parent="OnionSkinningSettings/OnionSkinningButtons/GridContainer"]
|
|
layout_mode = 2
|
|
text = "Show past frames:"
|
|
|
|
[node name="PastPlacement" type="OptionButton" parent="OnionSkinningSettings/OnionSkinningButtons/GridContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
mouse_default_cursor_shape = 2
|
|
item_count = 2
|
|
popup/item_0/text = "Above canvas"
|
|
popup/item_0/id = 0
|
|
popup/item_1/text = "Below canvas"
|
|
popup/item_1/id = 1
|
|
|
|
[node name="FuturePlacementLabel" type="Label" parent="OnionSkinningSettings/OnionSkinningButtons/GridContainer"]
|
|
layout_mode = 2
|
|
text = "Show future frames:"
|
|
|
|
[node name="FuturePlacement" type="OptionButton" parent="OnionSkinningSettings/OnionSkinningButtons/GridContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
mouse_default_cursor_shape = 2
|
|
item_count = 2
|
|
popup/item_0/text = "Above canvas"
|
|
popup/item_0/id = 0
|
|
popup/item_1/text = "Below canvas"
|
|
popup/item_1/id = 1
|
|
|
|
[node name="Label" type="Label" parent="OnionSkinningSettings/OnionSkinningButtons"]
|
|
layout_mode = 2
|
|
theme_override_colors/font_color = Color(0.333333, 0.901961, 0.462745, 1)
|
|
text = "If you want a layer to ignore onion skinning simply add the \"_io\" suffix in its name."
|
|
autowrap_mode = 3
|
|
|
|
[node name="FrameTagDialog" parent="." instance=ExtResource("42")]
|
|
|
|
[node name="DragHighlight" type="ColorRect" parent="."]
|
|
visible = false
|
|
layout_mode = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
mouse_filter = 2
|
|
color = Color(0, 0.741176, 1, 0.501961)
|
|
|
|
[node name="PasteTagPopup" type="PopupMenu" parent="."]
|
|
script = ExtResource("12")
|
|
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons/AddLayer" to="." method="add_layer" binds= [0]]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons/RemoveLayer" to="." method="_on_RemoveLayer_pressed"]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons/MoveUpLayer" to="." method="change_layer_order" binds= [true]]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons/MoveDownLayer" to="." method="change_layer_order" binds= [false]]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons/CloneLayer" to="." method="_on_CloneLayer_pressed"]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/LayerButtons/MergeDownLayer" to="." method="_on_MergeDownLayer_pressed"]
|
|
[connection signal="item_selected" from="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/HBoxContainer/BlendModes" to="." method="_on_blend_modes_item_selected"]
|
|
[connection signal="value_changed" from="TimelineContainer/TimelineButtons/LayerTools/VBoxContainer/BlendingHBox/OpacitySlider" to="." method="_on_OpacitySlider_value_changed"]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons/AddFrame" to="." method="add_frame"]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons/DeleteFrame" to="." method="_on_DeleteFrame_pressed"]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons/CopyFrame" to="." method="_on_CopyFrame_pressed"]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons/FrameTagButton" to="." method="_on_FrameTagButton_pressed"]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons/MoveLeft" to="." method="_on_MoveLeft_pressed"]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/FrameButtons/MoveRight" to="." method="_on_MoveRight_pressed"]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons/FirstFrame" to="." method="_on_FirstFrame_pressed"]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons/PreviousFrame" to="." method="_on_PreviousFrame_pressed"]
|
|
[connection signal="toggled" from="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons/PlayBackwards" to="." method="_on_PlayBackwards_toggled"]
|
|
[connection signal="toggled" from="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons/PlayForward" to="." method="_on_PlayForward_toggled"]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons/NextFrame" to="." method="_on_NextFrame_pressed"]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/PlaybackButtons/LastFrame" to="." method="_on_LastFrame_pressed"]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/LoopButtons/OnionSkinningSettings" to="." method="_on_OnionSkinningSettings_pressed"]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/LoopButtons/OnionSkinning" to="." method="_on_OnionSkinning_pressed"]
|
|
[connection signal="pressed" from="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/LoopButtons/LoopAnim" to="." method="_on_LoopAnim_pressed"]
|
|
[connection signal="value_changed" from="TimelineContainer/TimelineButtons/VBoxContainer/AnimationToolsScrollContainer/AnimationTools/AnimationButtons/LoopButtons/FPSValue" to="." method="_on_FPSValue_value_changed"]
|
|
[connection signal="gui_input" from="TimelineContainer/PanelContainer/VBoxContainer/TimelineScroll/LayerFrameHSplit" to="." method="_on_LayerFrameSplitContainer_gui_input"]
|
|
[connection signal="resized" from="TimelineContainer/PanelContainer/VBoxContainer/TimelineScroll/LayerFrameHSplit/VBoxContainer/LayerVBox" to="." method="_on_LayerVBox_resized"]
|
|
[connection signal="timeout" from="AnimationTimer" to="." method="_on_AnimationTimer_timeout"]
|
|
[connection signal="close_requested" from="OnionSkinningSettings" to="." method="_on_onion_skinning_settings_close_requested"]
|
|
[connection signal="visibility_changed" from="OnionSkinningSettings" to="." method="_on_onion_skinning_settings_visibility_changed"]
|
|
[connection signal="value_changed" from="OnionSkinningSettings/OnionSkinningButtons/PastOnionSkinning" to="." method="_on_PastOnionSkinning_value_changed"]
|
|
[connection signal="value_changed" from="OnionSkinningSettings/OnionSkinningButtons/FutureOnionSkinning" to="." method="_on_FutureOnionSkinning_value_changed"]
|
|
[connection signal="toggled" from="OnionSkinningSettings/OnionSkinningButtons/BlueRedMode" to="." method="_on_BlueRedMode_toggled"]
|
|
[connection signal="item_selected" from="OnionSkinningSettings/OnionSkinningButtons/GridContainer/PastPlacement" to="." method="_on_PastPlacement_item_selected"]
|
|
[connection signal="item_selected" from="OnionSkinningSettings/OnionSkinningButtons/GridContainer/FuturePlacement" to="." method="_on_FuturePlacement_item_selected"]
|