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

Copy/Paste Camera - Image Plane File Sequence Cannot Contain #, ? or * Characters #161

Closed
david-cattermole opened this issue Oct 14, 2020 · 1 comment
Assignees
Labels
bug maya tool A user tool inside Maya.
Milestone

Comments

@david-cattermole
Copy link
Owner

Problem

When copying a camera to the clipboard using the Copy/Paste Camera tool, the tool will error if the # ? or * characters are found in the image plane file name.

This problem was reported on Windows, but could also happen in other cases.

Expected behavior:
If a valid file path with # ? or * characters is used in the image plane, then the Copy/paste Camera tool should also work.

Actual behavior:
An assertion exception is raised when # ? or * characters are found in the image sequence path.

Software Versions

  • mmSolver version: All versions with Copy/Paste Camera tool.
  • Maya version: The error was reported on Maya 2019, but is expected on all supported Maya versions.
  • Operating System (OS): Reported on Windows, but possible on Linux and MacOS.
@david-cattermole david-cattermole added this to the v0.3.7 milestone Oct 14, 2020
@david-cattermole david-cattermole self-assigned this Oct 14, 2020
@david-cattermole david-cattermole added the maya tool A user tool inside Maya. label Oct 14, 2020
david-cattermole added a commit that referenced this issue Oct 14, 2020
Allow hash # character to be included in file paths instead of frame numbers.

Issue #161.
@david-cattermole
Copy link
Owner Author

File names such as file.####.jpg (rather than file.1001.jpg) are now supported.
Those file names are supported in Maya's imagePlane node.

I have pushed some changes to fix this issue and it will be merged into the v0.3.7.

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

No branches or pull requests

1 participant