godotengine / godot

Godot Engine – Multi-platform 2D and 3D game engine
https://godotengine.org
MIT License
88.71k stars 20.12k forks source link

Graph nodes change width while being dragged around #6381

Closed UgisBrekis closed 5 years ago

UgisBrekis commented 8 years ago

Operating system or device - Godot version: Windows 10, Godot Engine v2.2.alpha.custom_build(however I've noticed this behavior in previous versions as well)

Issue description (what happened, and what was expected): The graph nodes start to grow in width when being dragged around. I noticed that this behavior happens when the node gets past the center of graph editor, however that could also be when the node get's past the certain location of the grid. This also happens when I pan around with middle mouse.

Steps to reproduce: Add node, place it past center position and start dragging around- it's size will change. For a preview please have a look at gif. The current issue is about Visual Script editor, however this can also be achieved in Shader Graph editor as well.

Link to minimal example project (optional but very welcome): shader_graph_node_scale

Megalomaniak commented 8 years ago

same issue exists with shadergraph(and has existed since 1.0) and at this point I assume with animationtree nodes too although shadergraph nodes expand along the other axis effecting their height.

reduz commented 7 years ago

wow never realized that.. fantastic numerical precission issue..

ghost commented 6 years ago

Still relevant in 3.0 according to #17339

fire commented 5 years ago

Is this still happening in master?

codecustard commented 5 years ago

No, tested this with version: 3.2.dev #30891 and seems to be fixed.

fire commented 5 years ago

Thanks.