d61a0ffcb0
The developers/aurelien sandbox scenes still reference legacy non-LOD mesh paths (sm_book.mesh, sm_candlestick.mesh, ...) that don't exist anymore — the production scenes were migrated to *_lod0/1/2.mesh. Godot's full-project file scanner reads every .tscn at editor open and emits 'Cannot open file' errors for each broken ext_resource, even for scenes that the game never loads. Mark developers/ as out-of-scope for Godot's filesystem walker with a .gdignore at its root. The .import / .uid sidecars Godot had generated for files inside (CheckLightmap.exr.import, CheckLightmap.gd.uid) are auto-removed by the editor since they are now orphaned metadata — only the source files (.tscn, .gd, .exr, .lmbake) remain. Re-enabling the sandbox later just means deleting the .gdignore; Godot will regenerate the sidecars. The other diffs in this commit are Godot 4 canonicalising whatever .tscn / .tres files were touched in the editor session that ran the LightmapGI bake attempt: ext_resource uid= attributes added, format bumped 2 -> 3, property order normalised. No behavioural change. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
69 lines
2.3 KiB
Plaintext
69 lines
2.3 KiB
Plaintext
[gd_scene format=3 uid="uid://cyxlaf1u2nhjn"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://t4bee0w11cj2" path="res://scenes/UI/loading/parts/LoadingBare.tscn" id="1"]
|
|
[ext_resource type="PackedScene" uid="uid://dxvg52gd5h1kh" path="res://scenes/UI/loading/parts/TopPart.tscn" id="2"]
|
|
[ext_resource type="PackedScene" uid="uid://edbpygl0vh8c" path="res://scenes/UI/background/Background.tscn" id="3"]
|
|
|
|
[sub_resource type="Animation" id="1"]
|
|
resource_name = "BorderAnim"
|
|
tracks/0/type = "bezier"
|
|
tracks/0/imported = false
|
|
tracks/0/enabled = true
|
|
tracks/0/path = NodePath("LoadingTopBorder:position:y")
|
|
tracks/0/interp = 1
|
|
tracks/0/loop_wrap = true
|
|
tracks/0/keys = {
|
|
"handle_modes": PackedInt32Array(0, 0, 0, 0),
|
|
"points": PackedFloat32Array(-768, -0.25, 0, 1.01154, 306.838, -160.174, -1.02203, -283.071, 0.439946, 60.9141, -27.6065, -0.45336, -19.562, 0.536352, 17.1993, 0.362091, -0.538766, -0.968613, 0.25, 0),
|
|
"times": PackedFloat32Array(0.1, 0.3, 0.6, 0.9)
|
|
}
|
|
tracks/1/type = "bezier"
|
|
tracks/1/imported = false
|
|
tracks/1/enabled = true
|
|
tracks/1/path = NodePath("LoadingBare:modulate:a")
|
|
tracks/1/interp = 1
|
|
tracks/1/loop_wrap = true
|
|
tracks/1/keys = {
|
|
"handle_modes": PackedInt32Array(0, 0),
|
|
"points": PackedFloat32Array(0, -0.25, 0, 1.10651, 0.716757, 1, -1.59408, -0.0328361, 0.25, 0),
|
|
"times": PackedFloat32Array(0, 0.4)
|
|
}
|
|
|
|
[sub_resource type="AnimationLibrary" id="AnimationLibrary_ygatp"]
|
|
_data = {
|
|
&"BorderAnim": SubResource("1")
|
|
}
|
|
|
|
[node name="Control" type="Control" unique_id=1398968538]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="BackgroundPicture" parent="." unique_id=2027281585 instance=ExtResource("3")]
|
|
layout_mode = 1
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="LoadingTopBorder" parent="." unique_id=218348086 instance=ExtResource("2")]
|
|
layout_mode = 0
|
|
anchors_preset = 0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
offset_top = 0.362091
|
|
offset_bottom = 0.362061
|
|
grow_vertical = 1
|
|
|
|
[node name="LoadingBare" parent="." unique_id=1550577651 instance=ExtResource("1")]
|
|
layout_mode = 0
|
|
anchors_preset = 0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
offset_top = 360.0
|
|
|
|
[node name="AnimLoading" type="AnimationPlayer" parent="." unique_id=1450388645]
|
|
callback_mode_method = 1
|
|
libraries/ = SubResource("AnimationLibrary_ygatp")
|