File tree 1 file changed +5
-5
lines changed
scripts/extension_api_parser
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -463,12 +463,12 @@ def parse_builtins_ignore_scalars_and_nil(builtin_classes: List[dict]) -> List[B
463
463
if spec ["name" ] in ("Nil" , "bool" , "int" , "float" ):
464
464
continue
465
465
466
- # TODO: remove me once https://github.com/godotengine/godot/pull/64692 is merged
467
- if spec ["name" ] in ("Transform2D" , "AABB" , "Basis" , "Transform3D" ):
468
- spec ["has_destructor" ] = False
466
+ # # TODO: remove me once https://github.com/godotengine/godot/pull/64692 is merged
467
+ # if spec["name"] in ("Transform2D", "AABB", "Basis", "Transform3D"):
468
+ # spec["has_destructor"] = False
469
469
470
- # TODO: remove me once https://github.com/godotengine/godot/pull/66181 is merged
471
- spec ["is_keyed" ] = spec ["name" ] == "Dictionary"
470
+ # # TODO: remove me once https://github.com/godotengine/godot/pull/66181 is merged
471
+ # spec["is_keyed"] = spec["name"] == "Dictionary"
472
472
473
473
builtins .append (_parse_builtin (spec ))
474
474
You can’t perform that action at this time.
0 commit comments