Blender Git Commits

Blender Git "master" branch commits.

Page: 3501 / 5574

August 14, 2012, 14:45 (GMT)
Mango request: display sliders for current point in curve mapping
August 14, 2012, 14:31 (GMT)
add variable size option to bokeh blur node, remove f_stop option (it wasnt used), and add `blur_max` to the interface.
August 14, 2012, 12:39 (GMT)
rename blur `Reference` to `Variable Size`, improve tooltip
August 14, 2012, 12:18 (GMT)
svn merge ^/trunk/blender -r49886:49890
August 14, 2012, 12:17 (GMT)
fix for recent commit - would crash adding materials on an object without any.
August 14, 2012, 11:17 (GMT)
use vector for color operation internal storage.
August 14, 2012, 11:12 (GMT)
Color Management: convert strips to float if Make Float is enabled but no other filters used

Makes it possible to have color corrections in preview for strips which are originally bytes.
August 14, 2012, 11:07 (GMT)
svn merge ^/trunk/blender -r49867:49886
August 14, 2012, 11:05 (GMT)
fix [#32324] regression: node group with missing ID crashes new tile node system.

node groups with no ID now output magenta so it doesnt silently fail.
August 14, 2012, 08:44 (GMT)
code cleanup: reduce calling sqrt() when distances are only calculated for comparison use dist_squared_to_line_segment_v2().
August 14, 2012, 08:24 (GMT)
fix [#32315] Circle select unreliable when in vertex+edge select mode

dist_squared_to_line_segment_v2() was returning the sqrt'd value in some cases.
also use int's for edge_inside_circle() rather then shorts since it was doing int/float/short conversions and we're now using int's for screen vars in more places.
Revision b2943da by Gaia Clary
August 13, 2012, 20:20 (GMT)
improved wording for tooltip
August 13, 2012, 20:16 (GMT)
Fix for [#32320] "Image browser in UV/image Editor makes Blender crash at exit when .dds image is loaded" reported by Christian Monfort (gulbroz), who also provided the patch to fix the problem. The problem was a double free with some dds buffer data.
August 13, 2012, 17:36 (GMT)
draw ugly red bands on a sequence strip when its data cant be found (mask, clip, scene, sound)
August 13, 2012, 17:25 (GMT)
fix for missing NULL checks when sequence-strip pointers become NULL because of problems with library linking.
August 13, 2012, 16:03 (GMT)
style cleanup
August 13, 2012, 15:17 (GMT)
style cleanup: use <pre> for doxygen ascii art
August 13, 2012, 14:51 (GMT)
Tomato Cycles: revert some changes of r49835

Apparently for viewport rendering on GPU tile size of 1024 gives
much better performance than using single tile. Not sure why it
doesn't work for background rendering, need to be investigated
further.

Meanwhile use old debug value of 1024 for tile size.
August 13, 2012, 11:01 (GMT)
minor edits to r49870
August 13, 2012, 10:56 (GMT)
Fix for [#32220] regression - DistortionCache is never freed.

* at max 10 cache items will be available. Items will be removed by
latest usage.
* number of cached items can be adjusted in code
* added deinitialization of compositor when blender exists.
* updated scons and cmake build files
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021