You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: