Blender Git Commit Log

Git Commits -> Revision 27baa34

Revision 27baa34 by Sergey Sharybin (master)
May 17, 2013, 13:02 (GMT)
Fix #35369: Crop node or FileOutput node bug.

Issue was caused by file output node actually,

The thing here is, compositor output does have fixed
resolution and we could predict how to map coordinates
for border and cropping in that case.

But viewers and file output nodes are currently totally
depending on an input resolution. Could not see how
border could be applied reliably in this cases.

Disabling border option for file output node, so
now it shall behave the same way as it was before.

Discovered issues when using cropping to render border,
namely there's an offset in viewer nodes and previews,
but this is separate issue i guess (file output seems
to work fine). Will revisit this issue in next days.

Commit Details:

Full Hash: 27baa34ba4d5b94f640937f2bf00a9155843d368
SVN Revision: 56879
Parent Commit: 88d1067
Lines Changed: +27, -3

3 Modified Paths:

/source/blender/compositor/intern/COM_ExecutionGroup.cpp (+22, -3) (Diff)
/source/blender/compositor/intern/COM_NodeOperation.h (+1, -0) (Diff)
/source/blender/compositor/operations/COM_OutputFileOperation.h (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021