Revision ef0a4c0 by Campbell Barton April 26, 2012, 15:38 (GMT) |
fix for bevel modifier creating invalid geometry - simply tell BM_face_split() to check for doubles. |
Revision 6d2cd24 by Campbell Barton April 26, 2012, 15:20 (GMT) |
fix memory leak in validating mesh and remove unneeded knife operator settings store. |
Revision ec6c3f6 by Brecht Van Lommel April 26, 2012, 12:30 (GMT) |
Fix #31066: cycles keeps rendering in viewport after window closed. |
Revision 6d4841b by Brecht Van Lommel April 26, 2012, 12:13 (GMT) |
Fix #31058: missing Simplify panel for cycles. |
Revision 426daf8 by Brecht Van Lommel April 26, 2012, 12:13 (GMT) |
Fix related to #31067: missing update when toggling Premultiply on a sequencer strip. |
Revision 41ebd0b by Thomas Dinges April 26, 2012, 11:48 (GMT) |
* Compile fix for recent Outliner header cleanup. |
Revision f92fcbd by Bastien Montagne April 26, 2012, 11:23 (GMT) |
Minor fix in response to Koji Iigura's mail. Own error, sorry about that (I tend to forget not all OS are utf-8 yet :/ ). |
Revision 2118d3c by Campbell Barton April 26, 2012, 08:27 (GMT) |
code cleanup: bmesh comments/todos, no functional changes. |
Revision c30dba9 by Nathan Letwory April 26, 2012, 08:04 (GMT) |
Fix OIIO dll copying for win32-mingw |
Revision 5b0fcbd by Campbell Barton April 26, 2012, 05:17 (GMT) |
outliner header cleanup (copy pasted headers when split up Im guessing) |
Revision 61015fb by Campbell Barton April 26, 2012, 04:41 (GMT) |
fix for memory leak in the knife tool |
Revision bd7d3c5 by Campbell Barton April 26, 2012, 04:15 (GMT) |
removed unneeded fnmatch include from outliner, comment files as needing header cleanup. |
Revision af7eb3f by Campbell Barton April 26, 2012, 04:03 (GMT) |
fix for buffer overrun crash with saving scene name longer then 24 characters. writing render info would try write= 64 length string into 24 length buffer. updated py script to extract render info too. |
Revision 0daa5b0 by Campbell Barton April 26, 2012, 03:40 (GMT) |
bmesh: inset tool depth used bad normals for edge verts. |
Revision 2f74471 by Campbell Barton April 26, 2012, 02:24 (GMT) |
fix invalid memcpy() use in text editor (backspace would call memcpy with overlapping source and destination). |
Revision 3a94746 by Thomas Dinges April 25, 2012, 18:12 (GMT) |
2.6 Ocean Modifier UI: * Fix an alignment issue, column_flow layout apparently does not use the whole width, leaving a small gap on the right side. This should be fixed in the layout engine, but too close to release now. |
Revision d53133d by Campbell Barton April 25, 2012, 11:31 (GMT) |
fix for border de-selecting with sync selection |
Revision 7ac4bd9 by Antonis Ryakiotakis April 25, 2012, 11:15 (GMT) |
Enable building of the installer with MinGW-w64, patch by Caleb Joseph (Dobz) thanks a lot! |
Revision 7669d0e by Campbell Barton April 25, 2012, 10:24 (GMT) |
disable bevel for release after discussion with brecht and sergey, this works far too poorly to be included in release. |
Revision bb7db93 by Campbell Barton April 25, 2012, 10:09 (GMT) |
temp disable 'use last operator settings' - too unreliable, we keep getting reports in about some menu item not working right, will try have this ready by next release. |
|