Blender Git Commits

Blender Git "master" branch commits.

Page: 2518 / 5574

September 1, 2015, 03:56 (GMT)
Use qsort_r for BMesh Py API
September 1, 2015, 03:03 (GMT)
Cleanup: pep8
August 31, 2015, 20:03 (GMT)
Trade-marked BPlayer Fix (c)
August 31, 2015, 19:00 (GMT)
Fix T45258, impossible to select brush when removing it from 2d
painting.

Also system added a brush every time it found no paint brush in the
system which is not what we would want.

Solution:
* Brush panel stays visible always, regardless of whether there is a
brush or not.
* We search for first available brush when we find no brush in paint
struct instead of always generating a new one.
* Generating and searching for a brush take a mode argument now. Needed
some refactoring to users of BKE_paint_init as well.
* Did some style cleanups for paint mode enums.

Patch is big but it's mostly argument refactoring.
August 31, 2015, 17:02 (GMT)
error in last commit
August 31, 2015, 16:51 (GMT)
Fix T45954: Inset w/ interpolated vertex color

Accumulating ubyte color was overflowing.

Thanks to @mont29 for suggested fix.
August 31, 2015, 16:17 (GMT)
Cycles: Make the max value for World MIS Map Resolution a power of two.

Old value likely was a copy / paste error.
August 31, 2015, 16:14 (GMT)
Cleanup: Fix some typos in volume code comments.
August 31, 2015, 15:52 (GMT)
Write thumbnail directly

BlendThumbnail matches the on-disk format, so just write directly.
August 31, 2015, 13:41 (GMT)
Fix T45955: Python's pdb can't show script source
August 31, 2015, 12:47 (GMT)
Revert fix for T45849 (part 2, tsk!)
August 31, 2015, 12:26 (GMT)
error in comments
August 31, 2015, 12:15 (GMT)
Alternate fix for T45849: tri-tri intersect error

Project both triangles onto the same plane to simplify calculations.
August 31, 2015, 12:12 (GMT)
Revert fix for T45849, alternate fix coming up

epsilon check here didn't account for scale, causing T45919
August 31, 2015, 10:10 (GMT)
Math Lib: Add closest_to_plane helper functions

- closest_to_plane3 (for float3 planes)
- closest_to_plane*_normalized_v3 (for unit length planes)

Use when the plane is known to be unit length
August 31, 2015, 06:22 (GMT)
Fix T45959: DistanceKey output incorrect
August 31, 2015, 06:22 (GMT)
Fix uninitialized vars in DistanceKey node
August 31, 2015, 03:47 (GMT)
Fix incorrect cast
August 30, 2015, 14:48 (GMT)
Cycles: Avoid copying objects in some places of BVH build

Gives barely measurable speedup of Spatial Split BVH build.
August 30, 2015, 13:49 (GMT)
Preview generation module: explicitly exclude any lib item.

Thanks to campbell for raising that point!
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021