Blender Git Commit Log

Git Commits -> Revision a5cef69

Revision a5cef69 by Monique Dewanchand (master)
January 31, 2013, 15:08 (GMT)
Apply patch [#33999] Wrapping mode for the "translate" compositing node

this patch enables the translate node to wrap around the image borders. This is especially needed if the translate node is not used to position elements on a layer but when it is used instead for seamless backgrounds like mountains or clouds that should be repeated over time (by animating the x/y values).

No trunk without docs! So here is my documentation: http://wiki.blender.org/index.php/User:Plasmasolutions/TranslateNodeExtension

The code is properly documented and should be easy to read and understand. When there are any problems or issues, please comment, I'll tackle them right away!

Greetings, Thomas Beck


* optimized determination dependant areas
* fixed some issues with scale node

There are still some issues when scaling very small values (x=0.0001)

- At Mind -


Commit Details:

Full Hash: a5cef69a0dc0b86d13d2fd16695db77094804c96
SVN Revision: 54235
Parent Commit: 3a4c317
Lines Changed: +167, -10

8 Modified Paths:

/source/blender/compositor/nodes/COM_TranslateNode.cpp (+6, -1) (Diff)
/source/blender/compositor/operations/COM_TranslateOperation.cpp (+110, -8) (Diff)
/source/blender/compositor/operations/COM_TranslateOperation.h (+7, -0) (Diff)
/source/blender/editors/space_node/drawnode.c (+8, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+5, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+22, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree_types.h (+1, -1) (Diff)
/source/blender/nodes/composite/nodes/node_composite_translate.c (+8, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021