Add developers/.gdignore; let Godot 4 canonicalise saved scenes
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>
This commit is contained in:
Vendored
+9
-20
@@ -1,28 +1,17 @@
|
||||
[gd_resource type="Environment" load_steps=3 format=2]
|
||||
[gd_resource type="Environment" format=3 uid="uid://cosbxx1qhfx35"]
|
||||
|
||||
[ext_resource path="res://assets/hdri/tx_night_place.hdr" type="Texture2D" id=1]
|
||||
|
||||
[sub_resource type="Sky" id=2]
|
||||
panorama = ExtResource( 1 )
|
||||
[sub_resource type="Sky" id="2"]
|
||||
|
||||
[resource]
|
||||
background_mode = 3
|
||||
background_sky = SubResource( 2 )
|
||||
background_color = Color( 0.188235, 0.133333, 0.133333, 1 )
|
||||
background_energy = 0.6
|
||||
ambient_light_color = Color( 0.694118, 0.168627, 0.67451, 1 )
|
||||
ambient_light_energy = 1.55
|
||||
background_color = Color(0.188235, 0.133333, 0.133333, 1)
|
||||
sky = SubResource("2")
|
||||
ambient_light_color = Color(0.694118, 0.168627, 0.67451, 1)
|
||||
ambient_light_sky_contribution = 0.5
|
||||
ambient_light_energy = 1.55
|
||||
tonemap_mode = 2
|
||||
glow_enabled = true
|
||||
fog_enabled = true
|
||||
fog_color = Color( 0.562167, 0.29, 1, 0.941176 )
|
||||
fog_depth_curve = 1.10957
|
||||
fog_depth_begin = 0.0
|
||||
fog_depth_end = 60.0
|
||||
fog_depth_curve = 1.10957
|
||||
fog_height_enabled = true
|
||||
fog_height_min = 2.0
|
||||
fog_height_max = -20.0
|
||||
fog_height_curve = 0.965936
|
||||
tonemap_mode = 2
|
||||
ss_reflections_enabled = true
|
||||
dof_blur_far_distance = 2.0
|
||||
glow_enabled = true
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_resource type="FontVariation" load_steps=2 format=3]
|
||||
[gd_resource type="FontVariation" format=3 uid="uid://ehvxks08bpr"]
|
||||
|
||||
[ext_resource type="FontFile" path="res://assets/fonts/MKX Title.ttf" id="1"]
|
||||
[ext_resource type="FontFile" uid="uid://c7ps8q01ej5du" path="res://assets/fonts/MKX Title.ttf" id="1"]
|
||||
|
||||
[resource]
|
||||
base_font = ExtResource("1")
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_resource type="FontVariation" load_steps=2 format=3]
|
||||
[gd_resource type="FontVariation" format=3 uid="uid://inv1rofq17xy"]
|
||||
|
||||
[ext_resource type="FontFile" path="res://assets/fonts/kirsty/kirsty rg.otf" id="1"]
|
||||
[ext_resource type="FontFile" uid="uid://c0gq63h6u1c0f" path="res://assets/fonts/kirsty/kirsty rg.otf" id="1"]
|
||||
|
||||
[resource]
|
||||
base_font = ExtResource("1")
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_resource type="FontVariation" load_steps=2 format=3]
|
||||
[gd_resource type="FontVariation" format=3 uid="uid://dxs8032ya4bwr"]
|
||||
|
||||
[ext_resource type="FontFile" path="res://assets/fonts/kirsty/kirsty rg.otf" id="1"]
|
||||
[ext_resource type="FontFile" uid="uid://c0gq63h6u1c0f" path="res://assets/fonts/kirsty/kirsty rg.otf" id="1"]
|
||||
|
||||
[resource]
|
||||
base_font = ExtResource("1")
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[gd_resource type="FontVariation" load_steps=2 format=3]
|
||||
[gd_resource type="FontVariation" format=3 uid="uid://bqx3uv23bwjul"]
|
||||
|
||||
[ext_resource type="FontFile" path="res://assets/fonts/kirsty/kirsty bd.otf" id="1"]
|
||||
[ext_resource type="FontFile" uid="uid://bgrwp4g3d0ywx" path="res://assets/fonts/kirsty/kirsty bd.otf" id="1"]
|
||||
|
||||
[resource]
|
||||
base_font = ExtResource("1")
|
||||
|
||||
@@ -1,10 +1,7 @@
|
||||
[gd_resource type="Environment" load_steps=3 format=2]
|
||||
[gd_resource type="Environment" format=3 uid="uid://b4goeb432cjl4"]
|
||||
|
||||
[ext_resource path="res://assets/hdri/tx_night_place.hdr" type="Texture2D" id=1]
|
||||
|
||||
[sub_resource type="Sky" id=1]
|
||||
panorama = ExtResource( 1 )
|
||||
[sub_resource type="Sky" id="1"]
|
||||
|
||||
[resource]
|
||||
background_mode = 3
|
||||
background_sky = SubResource( 1 )
|
||||
sky = SubResource("1")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="ShaderMaterial" format=3]
|
||||
[gd_resource type="ShaderMaterial" format=3 uid="uid://vj5s8nwv5ac7"]
|
||||
|
||||
[sub_resource type="Shader" id="Shader_6qnue"]
|
||||
code = "shader_type spatial;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="ShaderMaterial" format=3]
|
||||
[gd_resource type="ShaderMaterial" format=3 uid="uid://8cbl1rknioqx"]
|
||||
|
||||
[sub_resource type="Shader" id="Shader_iwepy"]
|
||||
code = "shader_type spatial;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gd_resource type="ShaderMaterial" format=3]
|
||||
[gd_resource type="ShaderMaterial" format=3 uid="uid://dj27bh8fh6g7f"]
|
||||
|
||||
[sub_resource type="Shader" id="Shader_b630w"]
|
||||
code = "shader_type spatial;
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
[gd_scene format=3 uid="uid://lt8fwag3uivj"]
|
||||
|
||||
[ext_resource path="res://assets/props/book/sm_book_lod1.mesh" type="ArrayMesh" id=2]
|
||||
[ext_resource type="ArrayMesh" path="res://assets/props/book/sm_book_lod1.mesh" id="2"]
|
||||
|
||||
[node name="sm_book" type="Node3D"]
|
||||
[node name="sm_book" type="Node3D" unique_id=1509736704]
|
||||
|
||||
[node name="sm_book-lod1" type="MeshInstance3D" parent="."]
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 2 )
|
||||
surface_material_override/0 = null
|
||||
[node name="sm_book-lod1" type="MeshInstance3D" parent="." unique_id=56438111]
|
||||
mesh = ExtResource("2")
|
||||
|
||||
@@ -1,29 +1,25 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
[gd_scene format=3 uid="uid://tlua1pg4ro8u"]
|
||||
|
||||
[ext_resource path="res://assets/props/candle/sm_candlestick_lod1.mesh" type="ArrayMesh" id=1]
|
||||
[ext_resource path="res://assets/props/candle/candle.gd" type="Script" id=2]
|
||||
[ext_resource path="res://assets/props/candle/sm_candle_top_lod1.mesh" type="ArrayMesh" id=3]
|
||||
[ext_resource type="ArrayMesh" path="res://assets/props/candle/sm_candlestick_lod1.mesh" id="1"]
|
||||
[ext_resource type="Script" uid="uid://0v7yafm2dil" path="res://assets/props/candle/candle.gd" id="2"]
|
||||
[ext_resource type="ArrayMesh" path="res://assets/props/candle/sm_candle_top_lod1.mesh" id="3"]
|
||||
|
||||
[node name="sm_candlestick" type="Node3D"]
|
||||
script = ExtResource( 2 )
|
||||
[node name="sm_candlestick" type="Node3D" unique_id=158803858]
|
||||
script = ExtResource("2")
|
||||
|
||||
[node name="sm_candlestick_lod1" type="MeshInstance3D" parent="."]
|
||||
mesh = ExtResource( 1 )
|
||||
surface_material_override/0 = null
|
||||
[node name="sm_candlestick_lod1" type="MeshInstance3D" parent="." unique_id=93495968]
|
||||
mesh = ExtResource("1")
|
||||
|
||||
[node name="candles" type="MeshInstance3D" parent="sm_candlestick_lod1"]
|
||||
transform = Transform3D( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.000981584, 0.150082, 0 )
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 3 )
|
||||
surface_material_override/0 = null
|
||||
[node name="candles" type="MeshInstance3D" parent="sm_candlestick_lod1" unique_id=1542964088]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.000981584, 0.150082, 0)
|
||||
mesh = ExtResource("3")
|
||||
|
||||
[node name="OmniLight3D" type="OmniLight3D" parent="sm_candlestick_lod1/candles"]
|
||||
transform = Transform3D( 1, 5.5022e-09, 1.96774e-13, -5.5022e-09, 1, 1.08271e-21, -1.96774e-13, -2.1654e-21, 1, 1.3737e-08, 0.0619183, -2.98023e-08 )
|
||||
[node name="OmniLight3D" type="OmniLight3D" parent="sm_candlestick_lod1/candles" unique_id=1368663821]
|
||||
transform = Transform3D(1, 5.5022e-09, 1.96774e-13, -5.5022e-09, 1, 1.08271e-21, -1.96774e-13, -2.1654e-21, 1, 1.3737e-08, 0.0619183, -2.98023e-08)
|
||||
visible = false
|
||||
light_color = Color( 0.960784, 0.611765, 0.00784314, 1 )
|
||||
light_color = Color(0.960784, 0.611765, 0.00784314, 1)
|
||||
light_energy = 12.0
|
||||
light_indirect_energy = 1.4
|
||||
light_bake_mode = 2
|
||||
editor_only = true
|
||||
omni_range = 1.6
|
||||
omni_attenuation = 2.73208
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
[gd_scene format=3 uid="uid://cgi8sru6qky81"]
|
||||
|
||||
[ext_resource path="res://assets/props/godet/sm_godet_lod1.mesh" type="ArrayMesh" id=1]
|
||||
[ext_resource type="ArrayMesh" path="res://assets/props/godet/sm_godet_lod1.mesh" id="1"]
|
||||
|
||||
[node name="sm_godet" type="Node3D"]
|
||||
[node name="sm_godet" type="Node3D" unique_id=2120062082]
|
||||
|
||||
[node name="sm_godet_lod1" type="MeshInstance3D" parent="."]
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 1 )
|
||||
surface_material_override/0 = null
|
||||
[node name="sm_godet_lod1" type="MeshInstance3D" parent="." unique_id=2083222404]
|
||||
mesh = ExtResource("1")
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
[gd_scene format=3 uid="uid://ceyvbjwaca6gl"]
|
||||
|
||||
[ext_resource path="res://assets/props/growler/sm_growler_lod1.mesh" type="ArrayMesh" id=1]
|
||||
[ext_resource type="ArrayMesh" path="res://assets/props/growler/sm_growler_lod1.mesh" id="1"]
|
||||
|
||||
[node name="sm_growler" type="Node3D"]
|
||||
[node name="sm_growler" type="Node3D" unique_id=1516724524]
|
||||
|
||||
[node name="sm_growler_lod1" type="MeshInstance3D" parent="."]
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 1 )
|
||||
surface_material_override/0 = null
|
||||
[node name="sm_growler_lod1" type="MeshInstance3D" parent="." unique_id=358704487]
|
||||
mesh = ExtResource("1")
|
||||
|
||||
@@ -1,19 +1,15 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
[gd_scene format=3 uid="uid://ck15k8nlgsgyw"]
|
||||
|
||||
[ext_resource path="res://assets/props/parchment/sm_wood_parchment_lod1.mesh" type="ArrayMesh" id=1]
|
||||
[ext_resource path="res://assets/props/parchment/parchment.gd" type="Script" id=2]
|
||||
[ext_resource path="res://assets/props/parchment/sm_paperparchment_lod0.mesh" type="ArrayMesh" id=3]
|
||||
[ext_resource type="ArrayMesh" path="res://assets/props/parchment/sm_wood_parchment_lod1.mesh" id="1"]
|
||||
[ext_resource type="Script" uid="uid://ckf1nh8pcemh1" path="res://assets/props/parchment/parchment.gd" id="2"]
|
||||
[ext_resource type="ArrayMesh" path="res://assets/props/parchment/sm_paperparchment_lod0.mesh" id="3"]
|
||||
|
||||
[node name="sm_parchment" type="Node3D"]
|
||||
script = ExtResource( 2 )
|
||||
[node name="sm_parchment" type="Node3D" unique_id=1182674480]
|
||||
script = ExtResource("2")
|
||||
|
||||
[node name="sm_wood_parchment_lod1" type="MeshInstance3D" parent="."]
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 1 )
|
||||
surface_material_override/0 = null
|
||||
[node name="sm_wood_parchment_lod1" type="MeshInstance3D" parent="." unique_id=875384535]
|
||||
mesh = ExtResource("1")
|
||||
|
||||
[node name="paper" type="MeshInstance3D" parent="."]
|
||||
[node name="paper" type="MeshInstance3D" parent="." unique_id=1202959838]
|
||||
visible = false
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 3 )
|
||||
surface_material_override/0 = null
|
||||
mesh = ExtResource("3")
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
[gd_scene format=3 uid="uid://8v3e4xmvehhx"]
|
||||
|
||||
[ext_resource path="res://assets/props/stool b/sm_stool_2_lod1.mesh" type="ArrayMesh" id=1]
|
||||
[ext_resource type="ArrayMesh" path="res://assets/props/stool b/sm_stool_2_lod1.mesh" id="1"]
|
||||
|
||||
[node name="sm_stool_b" type="Node3D"]
|
||||
[node name="sm_stool_b" type="Node3D" unique_id=782579931]
|
||||
|
||||
[node name="sm_stool_2_lod1" type="MeshInstance3D" parent="."]
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 1 )
|
||||
surface_material_override/0 = null
|
||||
[node name="sm_stool_2_lod1" type="MeshInstance3D" parent="." unique_id=873563256]
|
||||
mesh = ExtResource("1")
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
[gd_scene load_steps=2 format=2]
|
||||
[gd_scene format=3 uid="uid://deg2or4d7j3ra"]
|
||||
|
||||
[ext_resource path="res://assets/props/table/sm_table_lod2.mesh" type="ArrayMesh" id=1]
|
||||
[ext_resource type="ArrayMesh" path="res://assets/props/table/sm_table_lod2.mesh" id="1"]
|
||||
|
||||
[node name="sm_table" type="Node3D"]
|
||||
[node name="sm_table" type="Node3D" unique_id=1717889315]
|
||||
|
||||
[node name="sm_table_lod1" type="MeshInstance3D" parent="."]
|
||||
use_in_baked_light = true
|
||||
mesh = ExtResource( 1 )
|
||||
surface_material_override/0 = null
|
||||
[node name="sm_table_lod1" type="MeshInstance3D" parent="." unique_id=204112634]
|
||||
mesh = ExtResource("1")
|
||||
|
||||
Reference in New Issue
Block a user