You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A project that uses a Curve resource to define projectile curve.
Describe the problem or limitation you are having in your project
The Curve editor lists point values in the Points array, so it is currently possible to edit the exact value for points.
But it becomes harder and harder as the number of points increases, you have to count the point index in order to find it in the array.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Add a new entry in the point context menu to set the time/value pair directly.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
Replace Add Point with a Edit Point entry in the point context menu. (Or add a new one, but I think Add Point on an existing point does not make much sense.)
Selecting this menu item pops up a Vector2 editor in place. Press enter to submit the new value, or dismiss the popup to cancel.
If this enhancement will not be used often, can it be worked around with a few lines of script?
No. The Curve editor is a built-in editor plugin.
Is there a reason why this should be core and not an add-on in the asset library?
Same as above.
The text was updated successfully, but these errors were encountered:
Calinou
changed the title
Edit point value directly in Curve editor
Implement editing point values directly in Curve editors
Oct 13, 2022
Calinou
changed the title
Implement editing point values directly in Curve editors
Implement editing point values directly in Curve editor
Oct 13, 2022
Describe the project you are working on
A project that uses a Curve resource to define projectile curve.
Describe the problem or limitation you are having in your project
The Curve editor lists point values in the Points array, so it is currently possible to edit the exact value for points.
But it becomes harder and harder as the number of points increases, you have to count the point index in order to find it in the array.
Describe the feature / enhancement and how it helps to overcome the problem or limitation
Add a new entry in the point context menu to set the time/value pair directly.
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
Replace
Add Point
with aEdit Point
entry in the point context menu. (Or add a new one, but I thinkAdd Point
on an existing point does not make much sense.)Selecting this menu item pops up a Vector2 editor in place. Press enter to submit the new value, or dismiss the popup to cancel.
If this enhancement will not be used often, can it be worked around with a few lines of script?
No. The Curve editor is a built-in editor plugin.
Is there a reason why this should be core and not an add-on in the asset library?
Same as above.
The text was updated successfully, but these errors were encountered: