New node: "Reorder"
commit4dda34d73e52e1cbae7b1ea554ec3da4522ed284
authorDiego Hernan Borghetti <bdiego@gmail.com>
Tue, 8 Apr 2008 19:44:43 +0000 (8 16:44 -0300)
committerDiego Hernan Borghetti <bdiego@gmail.com>
Tue, 8 Apr 2008 19:44:43 +0000 (8 16:44 -0300)
tree8bfe542b6c27ad62f238ed600ecfef320004d49a
parent402d0560bf67f82220bad76646b9701857f30db2
New node: "Reorder"

This node allow change the order output of the image channel, every
menu let you set what input channel want to put in the output channel,
this allow convert the image in ABGR, RRRA, RGGA ...
source/blender/blenkernel/BKE_node.h
source/blender/blenkernel/intern/node.c
source/blender/makesdna/DNA_node_types.h
source/blender/nodes/CMP_node.h
source/blender/nodes/intern/CMP_nodes/CMP_reorder.c [new file with mode: 0644]
source/blender/src/drawnode.c