Revision c54df2a by Campbell Barton August 5, 2015, 11:26 (GMT) |
Remove files from recent-files list on failed open |
Revision cae25ff by Campbell Barton August 5, 2015, 11:26 (GMT) |
Fix T45647: Incorrect results w/ color spill node |
Revision d4a9da2 by Sybren A. Stüvel August 5, 2015, 10:48 (GMT) |
Doc fix: rather then -> rather than |
Revision 7742926 by Campbell Barton August 5, 2015, 10:28 (GMT) |
Only show interpolation buttons w/ bezier splines |
Revision 7853cb3 by Campbell Barton August 5, 2015, 10:26 (GMT) |
Remove redundant addition in BKE_mesh_calc_volume |
Revision a7442be by Campbell Barton August 5, 2015, 10:24 (GMT) |
Fix selecting linked edges |
Revision 25f381a by Campbell Barton August 5, 2015, 10:18 (GMT) |
Fix T45641: crash cutting meta-strips |
Revision 80c50a1 by Sergey Sharybin August 5, 2015, 09:55 (GMT) |
OpenSubdiv: Make subsurf behavior closer to original one when built with OpenSubdiv but without enabling option |
Revision b5c602c by Sergey Sharybin August 5, 2015, 09:45 (GMT) |
Buildbot config: disable gooseberry branch from nightly builds There's no updates happening in the gooseberry branch, so no really reason to waste time on rebuilding the branch overnight. |
Revision 864c154 by Sergey Sharybin August 5, 2015, 09:44 (GMT) |
Buildbot config: remove windows scons and mingw builders They are defunct at this moment, no reason to try scheduling builds on them. |
Revision d39e188 by Julian Eisel August 4, 2015, 19:56 (GMT) |
Nodes: Link lines & link arrows not scaling to DPI/pixelsize correctly |
Revision c18e6fd by Sergey Sharybin August 4, 2015, 16:50 (GMT) |
Cycles: Remove 32bit cuda workaroudn and disable cubins for buildbot Recent changes to kernel broke compilation of the kernels again, need some other kind of solution for this issue. Don't have much time for this currently, but will be addressed before the release. Meanwhile it's better to have some buildbot builds instead of totally failing one. |
Revision 8bd4251 by Sergey Sharybin August 4, 2015, 16:33 (GMT) |
OpenSubdiv: Preparation for enabling it for linux buildbot |
Revision 687a321 by Sergey Sharybin August 4, 2015, 16:32 (GMT) |
OpenSubdiv: Modifiers module missed WITH_OPENSUBDIV define |
Revision ea40df5 by Sergey Sharybin August 4, 2015, 16:25 (GMT) |
OpenSubdiv: Fix for missing OpenMP device when building with SCons |
Revision 16b619b by Sergey Sharybin August 4, 2015, 16:18 (GMT) |
OpenSubdiv: Correction for compute devices detection in SCons SCons was still using file names from 2.x branch. |
Revision 62c8f46 by Campbell Barton August 4, 2015, 16:09 (GMT) |
Docs: comment functions in BLI & Py API |
Revision dfc672f by Sergey Sharybin August 4, 2015, 16:06 (GMT) |
SCons: Fix for really nasty bug with polluting configuration environment The issue was caused by the following construction: def = env['SOMETHING'] defs.append('SOMETHING_MORE') Since first assignment was actually referencing environment option it was totally polluted hawing weird and wonderful side effects on all other areas of Blender. |
Revision 1fc3224 by Antonis Ryakiotakis August 4, 2015, 14:03 (GMT) |
Fix fast navigate winding being incorrect (apparent when backface culling was on) |
Revision 4041e65 by Julian Eisel August 4, 2015, 13:25 (GMT) |
Nodes: Make method to detect hovered link during transform more predictable/responsive The old method: The "old" method used the node dimensions to get a number of lines and checked if they intersect with the node link. Issue with this is that only a small part of the actual node surface is checked, making the method a bit unpredictable or unresponsive. The new method: The new method checks for intersections within the entire node surface. If multiple links are intersected, the node with the smallest distance from the *upper left corner* to the link is chosen. Reviewed by @campbellbarton (tm) |
|
|
|


Master Commits
MiikaHweb | 2003-2021