david-cattermole / mayaMatchMoveSolver

A Bundle Adjustment solver for MatchMove related tasks.
https://david-cattermole.github.io/mayaMatchMoveSolver/
Other
102 stars 28 forks source link

Maya Tool - Transfer Markers #13

Open david-cattermole opened 5 years ago

david-cattermole commented 5 years ago

Similar to a "Re-Parent" tool, but exclusively for markers.

This tool is for transferring markers from one camera FOV into another, where the FOV may differ.

The world space position of the markers may matter, and so we should allow a "world-space" option to convert the positions "as we see them" in the Maya scene, directly into another camera. This is more of a traditional "Re-Parent" tool concept.

Options

david-cattermole commented 5 years ago

This tool should have a Qt UI written, with the above options given for user input.

The tool would likely operate on the currently selected markers.

david-cattermole commented 1 year ago

In theory, the workflow described above can be achieved by exporting 2D Markers with the Save Marker tool, then using the Load Markers tool.

I will keep this issue open, so that one day the Transfer Markers tool may be written.