Blender Git Loki
Git Commits -> Revision 37308c0
March 7, 2007, 11:09 (GMT) |
Compositor/assorted nodes fixes: * Auto-create compbufs for first socket of alphaover and set alpha nodes. This allows you to eg. plug something into the second socket of an alphaover node, and choose a solid colour in the first empty socket for the image to be superimposed over. Previously I had to create a bunch of extra nodes to (for example) mix 100% black over my render, just to get a black compbuf of the right size that I could plug in. Not nice. The Mix node already works this way, and these two should have, but didn't. * Allow the 'Fac' value to be used on RGB curves when there is no input image. This lets you easily fade the changes in and out to check it against the original, or to tone down the effect of the colour correction. |
Commit Details:
Full Hash: 37308c01caec3f5e97960bb961007d059d49d6a8
SVN Revision: 10215
Parent Commit: d79f21e
Lines Changed: +10, -9