Blender Git Commit Log

Git Commits -> Revision 04ec4a2

Revision 04ec4a2 by Ton Roosendaal (master)
February 20, 2006, 13:43 (GMT)
Compositor upgrade;

- Links now can be made between any socket type. The nodes recognize amount
of channels, and will convert types if needed.
Conversions from RGBA to 1 channel will use the 'RGB to BW' formula.

Also note that conversions only happen when required. So you can blur an
alpha channel, filter it, and put this in a 1-channel socket without any
conversion to happen, which saves memory & cpu time.

http://www.blender.org/bf/rt.jpg

The blur nodes don't accept Vector input yet... But filter does.

- RGB Curve Nodes now have the premultiply option resored, 2 x faster

- Fixed some confusing code in Node Group handling... much stabler now

Commit Details:

Full Hash: 04ec4a2530d030ca65e6f0fe83b4c581804ef6b2
SVN Revision: 6868
Parent Commit: 003b8ae
Lines Changed: +261, -166

4 Modified Paths:

/source/blender/blenkernel/intern/node.c (+37, -47) (Diff)
/source/blender/blenkernel/intern/node_composite.c (+217, -114) (Diff)
/source/blender/makesdna/DNA_node_types.h (+0, -1) (Diff)
/source/blender/src/editnode.c (+7, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021