Blender Git Commits

Blender Git "master" branch commits.

Page: 3021 / 5574

November 27, 2013, 20:25 (GMT)
Fix buildinfo hash for cases there's no upstream set for the branch
November 27, 2013, 20:05 (GMT)
Fix for previous fix (tm) commit

Ok, this is nasty. SOURCE_DIR is somehow being defined
from CMakeLists.txt in source/creator by the looks of it
and actual issue as extra slash in the end of path which
was passing to EXISTS command.
November 27, 2013, 19:43 (GMT)
Fixes for buildinfo

- It was using SOURCE_DIR which is undefined on windows.
No idea why it was defined on Linux, could be some
co-incident. Correct usage is CMAKE_SOURCE_DIR.

- Remove usages of SVN's revision.
November 27, 2013, 19:22 (GMT)
Fix T37414: local view not taken into account for blender internal F12 render over 3D view.
November 27, 2013, 16:17 (GMT)
Fix T37159: cycles rendering particle emitter mesh incorrectly when using non-hair particles.
November 27, 2013, 10:25 (GMT)
missing from last commit
November 27, 2013, 10:15 (GMT)
Resolve T37240: saving a new file always had absolute paths, now remap.
November 27, 2013, 08:20 (GMT)
Fix T37249: Crash calling wm.progress_update() with no active window
November 27, 2013, 07:59 (GMT)
Fix T37203: New face from an edge failed if only one vert was connected to a wire edge
November 27, 2013, 07:59 (GMT)
Disable redo for bend operator
November 27, 2013, 04:25 (GMT)
Fix T37383: wrong spacing on Add menu in 3D view header.

This also was in the info header but less obvious, mistake in the layout engine.
November 27, 2013, 02:44 (GMT)
Fix for recent BMesh regression refactoring out face tessellation
November 27, 2013, 02:42 (GMT)
BMesh Operators: BMO_op_finish now overwrites values in debug mode

This should prevent accidental use-after-free.
November 27, 2013, 02:00 (GMT)
Fix for recent error (editmesh triangulate crashed).
November 27, 2013, 00:26 (GMT)
Fix T37121: decimate works badly with flat surfaces
November 26, 2013, 21:42 (GMT)
Fix T37636: double added pyattr_get_lights
November 26, 2013, 21:11 (GMT)
Fix T37583: regression in bmesh triangulate breaking python's use of face_map
November 26, 2013, 20:36 (GMT)
Fix T36976: drag and drop tooltip not working with retina and drawing off
screen near top of the window.

The code here was not updated for retina / DPI changes yet. The tooltip also
could draw off screen when dragging to a button at the top of the window, now
it places the tooltip lower in such cases.

Offscreen drawing fix is based on patch by Antony Riakiotakis.
November 26, 2013, 19:56 (GMT)
Fix T37633: duplicate value GPUDynamicType could cause GLSL render issues.
November 26, 2013, 19:40 (GMT)
Fix mistake in last commit with submodules.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021