File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
scripts/extension_api_parser Expand file tree Collapse file tree 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
463463 if spec ["name" ] in ("Nil" , "bool" , "int" , "float" ):
464464 continue
465465
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
469469
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"
472472
473473 builtins .append (_parse_builtin (spec ))
474474
You can’t perform that action at this time.
0 commit comments