Blender Git Commits

Blender Git "master" branch commits.

Page: 3532 / 5574

July 18, 2012, 14:03 (GMT)
Some small fixes (grrr, python imports...).
July 18, 2012, 13:44 (GMT)
add difference blending mode, also fix error in last commit
July 18, 2012, 13:34 (GMT)
change bucket size to give better performance for high detail 4k masks, also clamp from 0-1 for each layer when accumulating.
July 18, 2012, 12:56 (GMT)
svn merge ^/trunk/blender -r49024:49029
July 18, 2012, 12:54 (GMT)
code cleanup for mask capping
July 18, 2012, 12:45 (GMT)
chance semi-circle mask capping resolution based on size.
July 18, 2012, 12:23 (GMT)
Fix [#32068] Edge slide not working in certain circumstance from Front / Side views

Only visible edges are used to create the "sliding vector". The test used to detect whether edges were visible or not was working for solid shading, but useless in wire draw mode (as all edges are visible in this mode!)...
July 18, 2012, 12:17 (GMT)
minor edits to mask rasterizer.
July 18, 2012, 11:49 (GMT)
Merging r49020 through r49024 from trunk into soc-2011-tomato

July 18, 2012, 11:48 (GMT)
Fixed wrong self-intersection check for non-closed splines
July 18, 2012, 11:01 (GMT)
fix incorrect assert for mask face checking, also correct own bad spelling
July 18, 2012, 10:24 (GMT)
Merging r49005 through r49019 from trunk into soc-2011-tomato

July 18, 2012, 10:22 (GMT)
Fixed crash of self-intersection loop in special cases

It was wrongly calculated bucket number per side in cases when some
of segments is filling the whole bounding box across some of dimension.

Solved by limiting buckets at least to 1 in such cases.
July 18, 2012, 09:56 (GMT)
Fix #32132: Uniformly moving custom feather points does not work
July 18, 2012, 09:45 (GMT)
make links now allows groups - this means you can make objects have matching groups to the active more easily.
July 18, 2012, 08:51 (GMT)
Fix [#32135] FRAMERATE: Framerate display is truncated in selection box.

Filename extension was striped twice...
July 18, 2012, 08:13 (GMT)
adding objects active groups now gives menu of which group to add to.
July 18, 2012, 05:51 (GMT)
Fix for [#32129] "2D filter texture width off by one?" reported by Alex Fraser (z0r).

The GetWidth() and GetHeight() functions of the canvas' display area seem to give values that are both off by one for what OpenGL wants. Adding 1 to both values seems to fix the problem.
July 17, 2012, 20:40 (GMT)
mask rasterizer unfilled line end capping now works with aspect and blending.
July 17, 2012, 20:01 (GMT)
wip mask capping - works but needs aspect correction and to be faded out.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021