|
@@ -794,6 +794,7 @@ void register_scene_types() {
|
|
GDREGISTER_CLASS(CylinderMesh);
|
|
GDREGISTER_CLASS(CylinderMesh);
|
|
GDREGISTER_CLASS(PlaneMesh);
|
|
GDREGISTER_CLASS(PlaneMesh);
|
|
GDREGISTER_CLASS(PrismMesh);
|
|
GDREGISTER_CLASS(PrismMesh);
|
|
|
|
+ GDREGISTER_CLASS(QuadMesh);
|
|
GDREGISTER_CLASS(SphereMesh);
|
|
GDREGISTER_CLASS(SphereMesh);
|
|
GDREGISTER_CLASS(TextMesh);
|
|
GDREGISTER_CLASS(TextMesh);
|
|
GDREGISTER_CLASS(TorusMesh);
|
|
GDREGISTER_CLASS(TorusMesh);
|
|
@@ -959,7 +960,6 @@ void register_scene_types() {
|
|
ClassDB::add_compatibility_class("Navigation3D", "Node3D");
|
|
ClassDB::add_compatibility_class("Navigation3D", "Node3D");
|
|
ClassDB::add_compatibility_class("Navigation2D", "Node2D");
|
|
ClassDB::add_compatibility_class("Navigation2D", "Node2D");
|
|
ClassDB::add_compatibility_class("OpenSimplexNoise", "FastNoiseLite");
|
|
ClassDB::add_compatibility_class("OpenSimplexNoise", "FastNoiseLite");
|
|
- ClassDB::add_compatibility_class("QuadMesh", "PlaneMesh");
|
|
|
|
ClassDB::add_compatibility_class("ToolButton", "Button");
|
|
ClassDB::add_compatibility_class("ToolButton", "Button");
|
|
ClassDB::add_compatibility_class("YSort", "Node2D");
|
|
ClassDB::add_compatibility_class("YSort", "Node2D");
|
|
// Portal and room occlusion was replaced by raster occlusion (OccluderInstance3D node).
|
|
// Portal and room occlusion was replaced by raster occlusion (OccluderInstance3D node).
|