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

Minor changes to the AnimationPlayer editor #19475

Merged
merged 1 commit into from
Jul 5, 2018

Conversation

YeldhamDev
Copy link
Member

@YeldhamDev YeldhamDev commented Jun 9, 2018

  • Made the "Edit" button disable when not editing a animation.
  • Made the horizontal scrollbar not appear the first time when no player is selected. Fixes AnimationPlayer shows small dot when empty #19481.
  • Small tooltip changes.
  • Removed really insert key? printing for when inserting keys in an audio track.
  • Added license boilerplate to the track editor file.

@YeldhamDev YeldhamDev force-pushed the animplayer_cosmetic branch 4 times, most recently from 8a2368d to 7ac9279 Compare June 9, 2018 21:15
@akien-mga akien-mga added this to the 3.1 milestone Jun 10, 2018
}

if (path_rect.has_point(p_pos)) {
return animation->track_get_path(track);
}

if (update_mode_rect.has_point(p_pos)) {
return TTR("Update Mode (How this property is set).");
return TTR("Update Mode (How this property is set)");
Copy link
Member

Choose a reason for hiding this comment

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

Why remove the dot here? It's inconsistent with other changes where you add a dot.

Copy link
Member Author

@YeldhamDev YeldhamDev Jun 10, 2018

Choose a reason for hiding this comment

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

There's no dot because the tooltip itself is not written like a phrase, but like a title ("Update Mode" instead of "Update mode.").

}

if (interp_mode_rect.has_point(p_pos)) {
return TTR("Interpolation Mode");
}

if (loop_mode_rect.has_point(p_pos)) {
return TTR("Loop Wrap Mode (Interpolate end with beginning on loop");
return TTR("Loop Wrap Mode (Interpolate end with beginning on loop)");
Copy link
Member

Choose a reason for hiding this comment

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

Dot needed here too.

@guilhermefelipecgs
Copy link
Contributor

Maybe this pr fix this issue #19481.

@YeldhamDev
Copy link
Member Author

@guilhermefelipecgs Yep, it does.

@reduz
Copy link
Member

reduz commented Jun 13, 2018

I like Edit as text, Its more consistent with other panels and more friendly usability wise. It's easy to miss that this is an important feature if it's an icon.

The other changes are fine.

@YeldhamDev
Copy link
Member Author

@reduz Really? To me, it looks really weird having a text-based button in the middle of icon-based ones.

@YeldhamDev YeldhamDev force-pushed the animplayer_cosmetic branch 2 times, most recently from fdb2d38 to e926a1f Compare June 14, 2018 19:22
@YeldhamDev
Copy link
Member Author

Very well, the button is back to being text-based.

@YeldhamDev YeldhamDev force-pushed the animplayer_cosmetic branch from e926a1f to ad02967 Compare June 15, 2018 15:39
@YeldhamDev YeldhamDev force-pushed the animplayer_cosmetic branch 2 times, most recently from 1a54701 to cc036a6 Compare June 30, 2018 03:07
@YeldhamDev YeldhamDev force-pushed the animplayer_cosmetic branch from cc036a6 to 0218129 Compare June 30, 2018 03:12
@mhilbrunner mhilbrunner merged commit 9f82368 into godotengine:master Jul 5, 2018
@YeldhamDev YeldhamDev deleted the animplayer_cosmetic branch July 5, 2018 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants