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

Allow Static Images as a Burn-In #5

Open
david-cattermole opened this issue Jul 29, 2020 · 0 comments
Open

Allow Static Images as a Burn-In #5

david-cattermole opened this issue Jul 29, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@david-cattermole
Copy link
Owner

Users have requested the ability to display a logo, or image in the burn-in.

The position of the burn-in must be adjustable, like text, points and line.
This will (likely) be a new "image" Field Type of some sort.

I do not expect an image sequence to be required, and only basic image formats such as JPEG and PNG would expected as input images. PNG would likely be the preferred image format since it supports transparency.

The current implementation of the burn-ins uses Maya Python API 2.0.
Maya Python API 2.0 has the limitation that textures are not able to be used (in Maya 2018 at least).
Therefore to support this feature we must port the entire node to Maya Python API 1.0.

@david-cattermole david-cattermole added the enhancement New feature or request label Jul 29, 2020
@david-cattermole david-cattermole self-assigned this Jul 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant