Revision b0cd0a0 by Campbell Barton May 3, 2011, 04:09 (GMT) |
auto-merge was incorrectly subtracting the doubles removed from the meshes total face count, remove doubles handles this. |
Revision 5fc6d56 by Joseph Eagar May 3, 2011, 03:06 (GMT) |
fixed merge error |
Revision f7ff502 by Joseph Eagar May 3, 2011, 03:05 (GMT) |
=bmesh= fixed unintiialized memory bug, thanks to Francisco De La Cruz |
Revision 03734f5 by Joseph Eagar May 3, 2011, 01:48 (GMT) |
=trunk= Recommitted eltopo collision code (but disabled by default) with Genscher's permission. To use, you need to install liblapack and libblas |
Revision 1fdc760 by Dalai Felinto May 3, 2011, 00:13 (GMT) |
bugfix: empty proxied (Ctrl+Alt+P) doesn't maintain draw type and size reported by me in my Blender ranting sessions with myself |
Revision d8eafe1 by Campbell Barton May 2, 2011, 17:29 (GMT) |
fix [#27148] *Invalid Path* in all "operator presets" dropdowns |
Revision a9b066a by Brecht Van Lommel May 2, 2011, 15:59 (GMT) |
Fix for recent glsl commit, forgot to include this file. |
Revision 2938695 by Campbell Barton May 2, 2011, 15:56 (GMT) |
remove dos/unix conversion scripts, enough editors and utilities can do this. update debian spec for new icon location. |
Revision e910bf1 by Campbell Barton May 2, 2011, 14:18 (GMT) |
fix for building windows/mingw |
Revision 14d7d48 by Brecht Van Lommel May 2, 2011, 14:01 (GMT) |
Fix #26807: glsl diffuse/specular was not clamping negative values, giving some inconsistent results with the renderer. |
Revision 7f4b4bb by Brecht Van Lommel May 2, 2011, 13:52 (GMT) |
Fix #26697: glsl color management + vertex color was not working right. |
Revision 08d8914 by Campbell Barton May 2, 2011, 13:35 (GMT) |
reverse string lookup listbase function BLI_findstring counterparts, added BLI_rfindstring, BLI_rfindstring_ptr, these search from the end of the listbase (like pythons rfind). |
Revision 6baa456 by Brecht Van Lommel May 2, 2011, 12:50 (GMT) |
Potential fix for #27257: menus disappear particle edit mode wireframe draw. Depth test got re-enabled without check if it was necessary. |
Revision 354ca13 by Campbell Barton May 2, 2011, 12:32 (GMT) |
enable face mask selection in texture paint mode again (worked in 2.4x). |
Revision a2941a4 by Brecht Van Lommel May 2, 2011, 12:31 (GMT) |
Fix #27098: missing 3d view updates when editing GLSL material nodes. |
Revision e23e125 by Brecht Van Lommel May 2, 2011, 12:07 (GMT) |
Fix for revision 36403, using BLI_findstring. This loop looks for the last found entry, not the first, made this a bit more explicit in the code now. |
Revision c2f1838 by Brecht Van Lommel May 2, 2011, 11:34 (GMT) |
Fix #27165: uvedit mesh selection sync did not handle click / shift+click for switching selection modes in the header. |
Revision b0ed43c by Brecht Van Lommel May 2, 2011, 11:32 (GMT) |
Image Editor: remove toolbox menu, was an experiment and not in any other space. |
Revision 438f604 by Brecht Van Lommel May 2, 2011, 11:11 (GMT) |
UV Edit: move uv vertex buttons code to uvedit module. |
Revision 02fbaed by Campbell Barton May 2, 2011, 10:22 (GMT) |
workaround [#27203] Crashes with some high-res image thumbnail generation skip generating thumbs for images over 100mb. also pass string lengths as size_t rather then int for path_util.c functions. |
|