Releases: david-cattermole/OpenCompGraphMaya
Releases · david-cattermole/OpenCompGraphMaya
OpenCompGraphMaya-v0.1.0-alpha1
First version alpha release, for preview and testing. There are still bugs and missing features, but this shows a proof of concept.
Do not use this release in production!
Follow the instructions in INSTALL.md to install and load the plug-in. This release is currently only tested and compiled for Maya 2018 on Windows 64-bit.
This release contains the following features:
- Custom Image Plane shape node (
ocgImagePlane
)- Real-time, dynamic image processing/compositing operations.
- Geometry tessellation for per-vertex/per-pixel image "deformation".
- Connects to camera.
- Read-out of image height/width.
- Support for image bounding boxes.
- Node-based image processing nodes:
ocgImageRead
- Image Reading (JPEG, PNG, TARGA, TIFF, OpenEXR, DPX, etc).ocgImageCrop
- Cropping an image into a smaller/larger image.ocgImageMerge
- Image Compositing (merge) feature.ocgImageTransform
- 2D image translation.ocgColorGrade
- Color multiplication.ocgLensDistort
- 3DEqualizer4 LDPK "classic" lens distortion model.