Skip to content

Commit e2ca2e8

Browse files
pushing changes to V0.8.3-alpha
Scene data cache properly cleaned up at start and collection removal Scene data cache updated when collection renamed KEY_SHIFT and mouse button click on tags updated from removing all tags to only removing global tags Removing all tags updated to long pressing active tags for 1 sec or more Enable/Disable shared collections shared tags and refactored updating of tag icon. Disable shared collections this is now the default. Creation of scene_view buttons has been moved to after scene_data_cache is filled with the current tags Selecting scene_view_button updates scene_preview When tags are removed in snap manager, connections are now removed with them Clicking scene button now instances scene in 3D viewport Refactored thumbnail camera view for multiple mesh scenes Added ESCAPE Key to exit scene_preview mode Added functionality to match scale and rotation of previous object. This is now the default. Fixed initial load ERROR Unrecognized UID: "uid://dfb5uhllrlnbf" for debug script by switching to full path (Thanks dnbroo | Discord) Enabled tags in this version.
1 parent 9ab7eda commit e2ca2e8

16 files changed

+1920
-1087
lines changed

icons/ToolScaleRotate.svg

Lines changed: 31 additions & 0 deletions
Loading

icons/ToolScaleRotate.svg.import

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
[remap]
2+
3+
importer="texture"
4+
type="CompressedTexture2D"
5+
uid="uid://brm3mnr57sucv"
6+
path.s3tc="res://.godot/imported/ToolScaleRotate.svg-6cb1e02bf8b21b52bd77a99cb30ef620.s3tc.ctex"
7+
metadata={
8+
"imported_formats": ["s3tc_bptc"],
9+
"vram_texture": true
10+
}
11+
12+
[deps]
13+
14+
source_file="res://addons/scene_snap/icons/ToolScaleRotate.svg"
15+
dest_files=["res://.godot/imported/ToolScaleRotate.svg-6cb1e02bf8b21b52bd77a99cb30ef620.s3tc.ctex"]
16+
17+
[params]
18+
19+
compress/mode=2
20+
compress/high_quality=false
21+
compress/lossy_quality=0.7
22+
compress/hdr_compression=1
23+
compress/normal_map=0
24+
compress/channel_pack=0
25+
mipmaps/generate=true
26+
mipmaps/limit=-1
27+
roughness/mode=0
28+
roughness/src_normal=""
29+
process/fix_alpha_border=true
30+
process/premult_alpha=false
31+
process/normal_map_invert_y=false
32+
process/hdr_as_srgb=false
33+
process/hdr_clamp_exposure=false
34+
process/size_limit=0
35+
detect_3d/compress_to=1
36+
svg/scale=1.0
37+
editor/scale_with_editor_scale=false
38+
editor/convert_colors_with_editor_theme=false

plugin_scenes/scene_view.tscn

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ image = SubResource("Image_128rv")
2626
self_modulate = Color(1, 1, 1, 0.180392)
2727
offset_right = 256.0
2828
offset_bottom = 350.0
29+
tooltip_text = "SceneView"
2930
script = ExtResource("1_oy5va")
3031

3132
[node name="SubViewportContainer" parent="." instance=ExtResource("2_kewjq")]
@@ -56,6 +57,7 @@ unique_name_in_owner = true
5657
custom_minimum_size = Vector2(10, 0)
5758
layout_mode = 2
5859
size_flags_vertical = 1
60+
text = "SceneView"
5961
horizontal_alignment = 1
6062
vertical_alignment = 1
6163
autowrap_mode = 3

plugin_scenes/scene_viewer.tscn

Lines changed: 33 additions & 48 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)