We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While solving or cleaning up matchmove cameras it can be helpful to manipulate a transform in screen-space (for example manipulate Screen Z-Depth).
maya.cmds.mmReprojection
The text was updated successfully, but these errors were encountered:
Added screen-space locator baking tool, using issue #74 marker coordi…
27a1a2f
…nate reprojection. Issue #107.
Added screen-space transform baking tool to mmSolver shelf and menu. …
5ca7d07
…Issue #107.
This tool is now working and merged into the master branch.
We may need to revisit the lib module, to ensure we can bake a tool via mmSolver.tools.screenzbake.lib.
mmSolver.tools.screenzbake.lib
We may also rename the module in future, screenzbake isn't only what the tool is doing.
Sorry, something went wrong.
Rename 'screen-space transform' module. Issue #107.
9f54230
Updated to use new anim curve utilities (rather than mmapi).
6df8ad2
Select created locator nodes after tool runs. Update Maya viewport after keyframes have been set. Remove unneeded logging. Issue #107.
david-cattermole
No branches or pull requests
Problem
While solving or cleaning up matchmove cameras it can be helpful to manipulate a transform in screen-space (for example manipulate Screen Z-Depth).
Steps
Notes
maya.cmds.mmReprojection
command to calculate the screen-space values.The text was updated successfully, but these errors were encountered: