Blender Git Commit Log
Git Commits -> Revision c313f6d
Revision c313f6d by Robert Holcomb (master) July 11, 2007, 03:00 (GMT) |
After chatting with Broken about grs comments on the default behavior of the nodes, I realized I had strayed from the path of enlightened blending by causing the math node to create an output the size of the larger of the two inputs. It has been corrected create the output the size of the first image, and in its abscense the second image. In the event of nether input containing image data the node does not function. I also added some early out checks at the beginning of the function to speed it up a tad in these cases and commented the code a bit more. |
Commit Details:
Full Hash: c313f6db86e06ca4927a0d0ce3abb753e2ecfc7d
SVN Revision: 11224
Parent Commit: 5e8ed4f
Lines Changed: +13, -19
1 Modified Path:
/source/blender/nodes/intern/CMP_nodes/CMP_math.c (+13, -19) (Diff)