Revision 4061f96 by Brecht Van Lommel February 13, 2013, 11:02 (GMT) |
Fix cycles issue with BVH cache created with 64 bits and used for 32 bits binary, and vice versa. |
Revision 35629a6 by Brecht Van Lommel February 13, 2013, 10:38 (GMT) |
Fix #34216: uv unwrap with some faces pinned to point the normals down will now automatically flip the unpinned faces to point down too, instead of trying to unwrap them in the other direction and giving bad results. If there's a mix of faces pinned up and down it will pick the direction with the biggest area. |
Revision 3502fde by Bastien Montagne February 13, 2013, 09:07 (GMT) |
And more mismatches between RNA struct UI names and type UI names in nodes... BSDF nodes were not translated in UI. |
Revision 8b0e9a6 by Sergey Sharybin February 13, 2013, 08:55 (GMT) |
SCons: install blender thumbnailer next to blender binary. Cmake already does this, and this will solve |
Revision 6f4ce31 by Gaia Clary February 13, 2013, 08:53 (GMT) |
fix: remove extra qualification in header |
Revision 708b01e by Sergey Sharybin February 13, 2013, 08:11 (GMT) |
Fix #34217: Maya keymap preset doesn't handle Shift-Click selection properly |
Revision ae385fb by Sergey Sharybin February 13, 2013, 07:50 (GMT) |
Correction for fix #34205: Zooming in rendered mode during update out of sync with intended zoom Didn't initially notice one possibility when GPU render would fail here, |
Revision bfb3199 by Campbell Barton February 13, 2013, 05:48 (GMT) |
dont draw stippled lines without z-depth in vertex paint mode. (only weight paint). |
Revision 190144e by Tamito Kajiyama February 13, 2013, 05:32 (GMT) |
Fix for a crash when the Polygonization geometry modifier is used with a small "error" parameter value. The problem was caused by a null pointer reference in CurvePiece::error() resulting from incorrect lengths of subdivided curves calculated in CurvePiece::subdivide(). Problem report by IRIE Shinsuke with a GDB backtrace log, many thanks! |
Revision 00cad30 by Campbell Barton February 13, 2013, 05:10 (GMT) |
style cleanup |
Revision 5d6f83b by Campbell Barton February 13, 2013, 05:07 (GMT) |
remove redundant if statement. |
Revision 0ec23ef by Campbell Barton February 13, 2013, 04:55 (GMT) |
bmesh operators exceptions were not cleared after raising as a python exception. also clear before calling the operator. |
Revision 0b8bfbe by Campbell Barton February 13, 2013, 04:04 (GMT) |
correct rna identifiers - compositor viewer: use_straight_alpha -> use_alpha - bevel tool: percent -> offset |
Revision b6a60fc by Campbell Barton February 13, 2013, 03:20 (GMT) |
revert own commit, caused regression - hanging on triangulation [#34214]. Postponing further changes for now, too risky before release when unexpected cases can cause eternal loop. |
Revision 0e740f5 by Campbell Barton February 13, 2013, 03:13 (GMT) |
make is_quad_convex_v3() more strict, check if normal is OK before using as a rotation axis. make is_quad_convex_v2,3() check for ISECT_LINE_LINE_CROSS intersection (that the lines actually cross each other). |
Revision e672e7a by Ton Roosendaal February 12, 2013, 19:08 (GMT) |
Small tweak in event debug printing: - missing print for case event gets handled AND passed on (selecting) |
Revision 8996184 by Gaia Clary February 12, 2013, 17:52 (GMT) |
Fixed importing of shapekey names: name is now taken from geometry name instead of deriving it from the mesh name |
Revision 751bee1 by Ton Roosendaal February 12, 2013, 17:39 (GMT) |
Composite node "Alpha over" didn't allow to be dragged wide enough. |
Revision f2d9fc7 by Bastien Montagne February 12, 2013, 17:32 (GMT) |
Update to how similar messages matching is handled when updating po files from pot one (gain something like 20% in heavy update situations, and save a nice bunch of memory!). |
Revision dcea280 by Brecht Van Lommel February 12, 2013, 17:09 (GMT) |
Fix file editor not properly scaling with DPI, this was not implemented yet. Still todo is high resolution file icons as they look a bit pixelated now. |
|