Results 80 comments of kleonc
trafficstars

> What to do, then? Should that PR be reverted? Should the transform be updated **immediately** (likely yes)? Reverted no, it fixed some other issues. From https://github.com/godotengine/godot/pull/80233#issue-1835941578: > This PR...

There's no bug here indeed, should be better documented. I'll open a PR for the class reference later. --- There are 2 separate sets of transform flags (flips+transpose): - Per...

In 4.2.2 (and earlier) there is a discrepancy between what global position "means" in context of `Control.set_global_position` and `Control.get_global_position`. unscaled, unrotated | pivot at center, scaled, rotated -|- ![t5h0WYY164](https://github.com/user-attachments/assets/285cd589-ff1d-4c8a-a85a-0187dd0d4147)|![eIkJCRVN1q](https://github.com/user-attachments/assets/cec02fe9-db48-43dc-b465-d4612655b5ce) For...

Note I've opened #101719 which changes the behavior to the alternative mentioned in https://github.com/godotengine/godot/issues/95798#issuecomment-2297502534.

> CustomNode's `prop` points to Node2. The `Test` node tries to duplicate CustomNode, but `prop` remains null. The error "failed to duplicate" is output to the console. Your code is:...

With the updated MRP: Can't reproduce in: - v4.2.2.stable.official [15073afe3] - v4.3.dev6.official [89850d553] Can reproduce in: - v4.3.beta1.official [a4f2ea91a] - v4.3.stable.official [77dcf97d8] - v4.4.beta3.official [06acfccf8]

> ![image](https://private-user-images.githubusercontent.com/35988767/352533102-a1fdfec9-a422-406a-b9e8-3c82c8648293.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjIxNzc1MjksIm5iZiI6MTcyMjE3NzIyOSwicGF0aCI6Ii8zNTk4ODc2Ny8zNTI1MzMxMDItYTFmZGZlYzktYTQyMi00MDZhLWI5ZTgtM2M4MmM4NjQ4MjkzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA3MjglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNzI4VDE0MzM0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI4NDAzNDIwMjAxYjJjN2YwZDRlZWM1NGVhNjcyY2U1NmFmZDJkZWI5OGViZWI0OTgxOTZiMjU1ZDA0OTMwZjQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.I6AvEQICf7Nb_su5d7ztxZ7VHbpVzui_b3AE0QkR-Os) > > Look, i want the ArmL was child of Body, so I add it to the Body i want ArmL behind Body, so I set ArmL's Show...

> May be the same issue as #95612 Tested MRP, could reproduce the issue in: • v4.3.stable.official [77dcf97d8] • v4.4.dev.gh-96140 [7a9ed885e] (artifact from #96140) Meaning it's not the same issue...

This makes all vectors display in single line: ```gdscript extends Node @export var v2: Vector2 @export var v3: Vector3 @export var v4: Vector4 ``` ![godot windows editor x86_64_TOlL4NOe6m](https://github.com/user-attachments/assets/31d24d59-44c3-40c7-a898-722f135e5296) (unfortunately couldn't...