Blender Git Commit Log

Git Commits -> Revision 24f63b2

Revision 24f63b2 by Diego Borghetti (master)
July 8, 2010, 20:58 (GMT)
New option for Scale node.

This is because problem reported by venomgfx on the irc.
If you have a render of 2k with a render size of 25% (and this
problem is for any resolution/size) and you try to use a image
of 1k in the compo, the first thing you do is put a scale node.

Here come the problem, if you set the option "Scene Size" in the
node scale, the buffer output is not the same size that the render.

This is because the "Scene size" work with the image size and
not the render size, so in this case is the 25% of 1k.. not
the 25% 2k.

So this new option "Render Size" scale the output buffer to the
render resolution, taking into account the render size (percentage) too.

Commit Details:

Full Hash: 24f63b20810692ff3d25fbe205098467ba32d277
SVN Revision: 30134
Parent Commit: a905008
Lines Changed: +6, -0

3 Modified Paths:

/source/blender/blenkernel/BKE_node.h (+1, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+1, -0) (Diff)
/source/blender/nodes/intern/CMP_nodes/CMP_scale.c (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021