Blender Git Loki
Git Commits -> Revision 03687b7
Revision 03687b7 by Brecht Van Lommel (master) February 4, 2013, 16:12 (GMT) |
Compositor "Relative" option for Translate node, same as for other nodes this makes it possible to specify an offset relative to the render resolution (so 0.5 is half the image rather than giving the number of pixels). It's a bit late but it's a trivial change and needed for 4k mango render. |
Commit Details:
Full Hash: 03687b7c66d7064870bbe8d01f889c85de1fad7d
SVN Revision: 54300
Parent Commit: 7c9d993
Lines Changed: +34, -5
6 Modified Paths:
/source/blender/compositor/nodes/COM_TranslateNode.cpp (+10, -2) (Diff)
/source/blender/compositor/operations/COM_TranslateOperation.cpp (+9, -0) (Diff)
/source/blender/compositor/operations/COM_TranslateOperation.h (+6, -2) (Diff)
/source/blender/editors/space_node/drawnode.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+5, -0) (Diff)
/source/blender/compositor/operations/COM_TranslateOperation.cpp (+9, -0) (Diff)
/source/blender/compositor/operations/COM_TranslateOperation.h (+6, -2) (Diff)
/source/blender/editors/space_node/drawnode.c (+1, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+3, -1) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+5, -0) (Diff)