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

Maya Tool - Navigate Root Frames #103

Closed
david-cattermole opened this issue May 18, 2019 · 2 comments
Closed

Maya Tool - Navigate Root Frames #103

david-cattermole opened this issue May 18, 2019 · 2 comments
Assignees
Labels
maya tool A user tool inside Maya.
Milestone

Comments

@david-cattermole
Copy link
Owner

Description

In #57 we plan to add a list of "Root Frames". To help visualize and use these frame numbers in an easy way, we can create a set of tools that will change the current Maya time to the next/previous root frame number. These tools should be accessed by Maya hotkeys or by the Solver UI.

Usage

  1. Create Solver Collection.
  2. Set Root Frames on frame 1, 10 and 20.
  3. Press "Next" button; current Maya time will change to the next frame number that is closest to the current time.
  4. Press "Previous" button; current Maya time will change to the previous frame (if current time is 10, the time will be changed to frame 1).

The frame list should wrap-around. If we are on frame 20, and press "Next", the time will change to frame 1.

Notes

  • Should have a Hotkeys (do not override default Maya default hotkeys)
  • Solver UI should contain buttons to go to next/previous
  • If no Root Frames are defined, the buttons should be the same as Maya's next/previous-keyframe functions.
  • Related to Maya Tool - Solver UI - Add Simplified Solver Settings #57, as it uses "Root Frames".
@david-cattermole david-cattermole added the maya tool A user tool inside Maya. label May 18, 2019
@david-cattermole david-cattermole added this to the v0.3.0 milestone May 18, 2019
@david-cattermole david-cattermole self-assigned this May 18, 2019
@david-cattermole
Copy link
Owner Author

Rudimentary support has been added to the Solver UI itself, with arrow buttons '<' and '>' and merged into master branch, and will be ready for v0.3.0.

@david-cattermole david-cattermole modified the milestones: v0.3.0, v0.3.1 Oct 2, 2019
david-cattermole added a commit that referenced this issue Oct 3, 2019
…103.

Added Undo/Redo Scene tools to the shelf and menu.
@david-cattermole david-cattermole modified the milestones: v0.3.1, v0.3.0 Oct 6, 2019
@david-cattermole
Copy link
Owner Author

This tool has been created and merged for v0.3.0.

The icons on the shelf could be a little nicer... but that's for another day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maya tool A user tool inside Maya.
Projects
None yet
Development

No branches or pull requests

1 participant