-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Path3D - Handle Tilt untouchable #81412
Comments
I can repro this, looks like this is a pretty new feature added in #80329, so maybe some usability tweaks are still needed. Currently the tilt handle adjustment is also pretty finicky depending on the view angle. |
More generally, it's also difficult to grasp the actual depth of the point/curve tangent/tilt handle you're grabbing. I suppose drawing 3 axis-aligned lines that follow the selected point could help here, with the lines being drawn twice (one mostly opaque line, one mostly transparent line with depth test disabled). This is worth extending to other 3D editor gizmos as well, such as CSGPolygon3D. Still, in my experience, Path3D is the one that would benefit the most from this. |
there are also issues with selecting the control points from top down because the tilt handles get in the way. Maybe an option with the "mirror handle" options to hide the tilt handles? |
Selecting the control points from top down is indeed impossible. |
This is still a problem and it's quite annoying. If you're dealing with a shape that is pretty symmetrical just using the bottom up view is fine, but if the shape isn't symmetrical and you need to look at the top of the shape you can't simply use the top down view and drag the points to your liking since it results in you messing with the tilt instead. |
The following pr resolves the problems discussed in this issue right? |
This is indeed resolved as of 4.3.beta2: path_top_down.mp4Path3D will also get further improvements in #86195. |
Godot version
v4.2.dev4.official [549fcce]
System information
Windows10 - Vulkan
Issue description
When editing Path 3D, the handle tilt of the selected control point is not selectable - when trying to select it from one side of the circle gizmo, but on the other side it can be selected
Steps to reproduce
Minimal reproduction project
HandleTiltTest.zip
The text was updated successfully, but these errors were encountered: