Blender Git Commits

Blender Git "master" branch commits.

Page: 3522 / 5574

July 27, 2012, 13:57 (GMT)
fix usercount error with dropping images in the node view.
July 27, 2012, 13:49 (GMT)
Fix crash in drawing socket names when zooming out a lot

--
svn merge -r49291:49292 ^/branches/soc-2011-tomato

July 27, 2012, 13:49 (GMT)
Display solver keyframes in cache line

--
svn merge -r49293:49294 ^/branches/soc-2011-tomato

July 27, 2012, 13:48 (GMT)
Display solver keyframes in cache line
July 27, 2012, 13:24 (GMT)
add missing image/mask restore call when undo'ing
July 27, 2012, 13:16 (GMT)
Fix crash in drawing socket names when zooming out a lot

July 27, 2012, 12:16 (GMT)
Tomato Cycles: fix for wrong resolution used for rendering Render Layer node

Issue was caused by Cycles using render options from rendering scene, not
from active scene.

For now solved by passing render resolution inside RenderEngine structure.
This probably could be solved in more general way, like adding bindings

for RenderEngine->Render, which would avoid passing options like
is_animation, came_override and so via RenderEngine. Would think about
this a bit more and probably would do that.

The same issue happens in trunk as well, but not consider such a change
trunk-ready, would want to make more tests and probably clean the code
a little bit before commiting this into trunk.
July 27, 2012, 11:56 (GMT)
code cleanup: mask keys now dont use space-clip keys - could give troubles later on.
July 27, 2012, 11:07 (GMT)
Merging r49281 through r49286 from trunk into soc-2011-tomato

July 27, 2012, 11:07 (GMT)
Track input node: more control on over output value

Now supports output value of:

- Absolute marker position
- Marker position relative to the very first marker
- Marker position relative to given scene frame
July 27, 2012, 11:07 (GMT)
Track input node: move all initializaiton to initExecution function
July 27, 2012, 11:05 (GMT)
clamp mask resolution, the occasional crash would happen failing to alloc when adding feather points very close together.
July 27, 2012, 10:55 (GMT)
up/down arrows were not switching mask keyframes in the image space
July 27, 2012, 10:48 (GMT)
GetStdHandle may return NULL, which isn't really an error, or INVALID_HANDLE_VALUE which does indicate an error, but both should be checked.
July 27, 2012, 10:27 (GMT)
svn merge ^/trunk/blender -r49263:49280
July 27, 2012, 10:20 (GMT)
mask motion blur shutter option
July 27, 2012, 10:12 (GMT)
Added utility function to return marker's subframe position

Used in mask parenting stuff.
July 27, 2012, 09:32 (GMT)
motion blur for mask node:

TODO
- add shutter speed option
- add blur option
July 27, 2012, 08:58 (GMT)
Fix #32187: OpenGL preview does not take into account overwrite option
July 27, 2012, 08:36 (GMT)
copying a mask now copies its animation data too
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021