Blender Git Commits

Blender Git "master" branch commits.

Page: 3495 / 5574

August 21, 2012, 11:10 (GMT)
fix for bug with render slots - where the menus wouldnt only show layers from the last render which could be meaningless in different render slots.
August 21, 2012, 10:45 (GMT)
Fix for
* [#32356] Problem with "Ghost" in the "Glare" Node in Compositor
August 21, 2012, 10:44 (GMT)
code cleanup: minor changes to last commit.
August 21, 2012, 10:44 (GMT)
Merging r50049 through r50076 from trunk into soc-2011-tomato

August 21, 2012, 10:42 (GMT)
Sequencer: invalidate current frame cache on sequence transform
August 21, 2012, 10:39 (GMT)
code cleanup: vfont's used confusing and over complicated method of storing memory for loaded fonts, not store as a temp var in the fonts.
August 21, 2012, 10:24 (GMT)
Fix #32370: compiler error in wm_playanim.c due to conflicting Carbon ID type
from Quicktime headers. However the Quicktime init/exit is no longer needed
here, it happens in IMB_init/IMB_exit now, so removed that code.
August 21, 2012, 09:45 (GMT)
code cleanup: includes and correction for macro
August 21, 2012, 09:20 (GMT)
mask: skip self intersection on drawing when fill is disabled, since it was only drawing on one side of an unfilled spline.
August 21, 2012, 09:01 (GMT)
Fix cycles issue with non-progressive integrator and AO, setting AO samples > 1
did not give properly normalized values.

August 21, 2012, 08:58 (GMT)
code cleanup: some legacy compo nodes were not ifdef'd
August 21, 2012, 08:57 (GMT)
Fix cycles continuously updating when creating a driver for a scene property,
like driving integrator seed with #frame.

The scene drivers are evaluated continuously, which would be nice to fix but
complicated, now it compares the RNA value to see if it actually changed, and
avoids the update in that case, which is a useful optimization by itself.

August 21, 2012, 08:47 (GMT)
code cleanup: don't use magic numbers for curve flag & use bool args for curvemapping_changed()
August 21, 2012, 08:30 (GMT)
compositor color curve was MEM_dupallocN'ing the curve for every pixel calculation (when there were black or white inputs on the curve node).

avoid allocation by using local vars for black/white storage & curve calculation.
August 21, 2012, 08:20 (GMT)
code cleanup: use math functions for curve compo code.
August 20, 2012, 23:06 (GMT)
code cleanup: use BLI_RCT_SIZE macro
August 20, 2012, 20:13 (GMT)
Legacy Compositor / Scons:
* Added WITH_BF_COMPOSITOR_LEGACY, enabled per default.
August 20, 2012, 19:40 (GMT)
Cycles / Cmake:
* Removed last instance of "BLENDER_PLUGIN" define, removed in r39465 in the cycles branch.
August 20, 2012, 16:56 (GMT)
HDR color picker now works in the clip space.
August 20, 2012, 16:34 (GMT)
fix for mask feather intersection checks not working right for non-filled, feathered masks.

now do intersection checks for both sides of the feather.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021