Skip to content
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

Animation Editor 3.1 Fixes #1

Closed
wants to merge 1 commit into from
Closed

Conversation

benbrimeyer
Copy link
Owner

Changes include:
Confirmation Dialog when user selects "New Animation" from drop down menu.
Degree/Studs delta on Handle Drag is now shown in the bottom right hand corner.
timelineGui.RootFrame is now "Active" meaning that Handles behind the element can no longer be selected when using the UI. The Active property becomes disabled as soon as the user starts to drag (allowing the user to drag behind the element if they started dragging when the handle was not behind the RootFrame)

Changes include:
Confirmation Dialog when user selects "New Animation" from drop down menu.
Degree/Studs delta on Handle Drag is now shown in the bottom right hand corner.
timelineGui.RootFrame is now "Active" meaning that Handles behind the element can no longer be selected when using the UI. The Active property becomes disabled as soon as the user starts to drag (allowing the user to drag behind the element if they started dragging when the handle was not behind the RootFrame)
@@ -6333,10 +6362,18 @@ function menuRequest(arg)
elseif arg == "SettingsHelp" then
Plugin:OpenWikiPage("Animations#Settings_Menu")
elseif arg == "New" then
registerUndo( {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dialog confirmation when user hits "New" in dropdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant