Revision c86a519 by Campbell Barton September 1, 2015, 03:56 (GMT) |
Use qsort_r for BMesh Py API |
Revision 922d723 by Campbell Barton September 1, 2015, 03:03 (GMT) |
Cleanup: pep8 |
Revision b3f4bf8 by Bastien Montagne August 31, 2015, 20:03 (GMT) |
Trade-marked BPlayer Fix (c) |
Revision 333feea by Antonis Ryakiotakis 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. |
Revision 0018483 by Campbell Barton August 31, 2015, 17:02 (GMT) |
error in last commit |
Revision 705776d by Campbell Barton August 31, 2015, 16:51 (GMT) |
Fix T45954: Inset w/ interpolated vertex color Accumulating ubyte color was overflowing. Thanks to @mont29 for suggested fix. |
Revision 879c5d4 by Thomas Dinges 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. |
Revision 26bad9e by Thomas Dinges August 31, 2015, 16:14 (GMT) |
Cleanup: Fix some typos in volume code comments. |
Revision 929db33 by Campbell Barton August 31, 2015, 15:52 (GMT) |
Write thumbnail directly BlendThumbnail matches the on-disk format, so just write directly. |
Revision 5f64b77 by Campbell Barton August 31, 2015, 13:41 (GMT) |
Fix T45955: Python's pdb can't show script source |
Revision a603a34 by Campbell Barton August 31, 2015, 12:47 (GMT) |
Revert fix for T45849 (part 2, tsk!) |
Revision 06b14aa by Campbell Barton August 31, 2015, 12:26 (GMT) |
error in comments |
Revision 6a53e65 by Campbell Barton August 31, 2015, 12:15 (GMT) |
Alternate fix for T45849: tri-tri intersect error Project both triangles onto the same plane to simplify calculations. |
Revision e503e37 by Campbell Barton August 31, 2015, 12:12 (GMT) |
Revision 96fa58e by Campbell Barton 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 |
Revision 489a5d3 by Campbell Barton August 31, 2015, 06:22 (GMT) |
Fix T45959: DistanceKey output incorrect |
Revision d9e71d5 by Campbell Barton August 31, 2015, 06:22 (GMT) |
Fix uninitialized vars in DistanceKey node |
Revision d267739 by Campbell Barton August 31, 2015, 03:47 (GMT) |
Fix incorrect cast |
Revision 4ac5859 by Sergey Sharybin 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. |
Revision 00d12ec by Bastien Montagne August 30, 2015, 13:49 (GMT) |
Preview generation module: explicitly exclude any lib item. Thanks to campbell for raising that point! |
|
|
|


Master Commits
MiikaHweb | 2003-2021