Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
I've been using this little tool I created for quite some time now, and thought I'd share it. It's a basic trail tool that creates locators or other shapes parented to the camera. This way you get a better representation of your spacing compared to a motion trail that tracks your object in 3D worldspace.
The image above shows such an example; with a moving camera (left to right) the green trail with white keyframe markers is less broad in spacing compared to the blue trail with pink keyframe markers (which overlaps with a maya motion trail to illlustrate) that is made in the persp camera.
USAGE: There is a help window inside the tool that goes over all the options. (see also the images)
The trail does not however auto update and is not editable. The reason for this is that these requirements would make the tool and your scene much heavier and slower. The purpose is more to get a quick view of your spacing in a certain timerange, and then delete the trail or rerun it, since it's a fast tool.
INSTALLATION: Paste the MEL files in your Maya scripts forlder: C:\Users\?User?\Documents\maya\?version?\scripts
and run this MEL line inside Maya: svm_camTrail_UI();
(you can make a shelf button for that) Or put the files in any location and source them with a button, but don't forget the command:svm_camTrail_UI();
To remove the tool out of your maya, simply delete the files.
NOTE: If you have used a version prior to 0.0.3, read the Version History tab on this page for the instructions on how to remove the window preferences.
Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.