Revision 60d81b0 by Joseph Eagar April 3, 2011, 00:25 (GMT) |
=bmesh= Implemented the solidify modifier (but not the editmode tool, yet). |
Revision 21bd7fd by Campbell Barton April 2, 2011, 21:51 (GMT) |
patch [#26606] Debian spec: Bump to Python 3.2 also update pacman spec. |
Revision 90326c4 by Sergey Sharybin April 2, 2011, 21:11 (GMT) |
buildbot: - Remove packed to buildbot_archive.zip archive file to keep scons install directory as clean as possible (if i understood correct, this file isn't actually needed in the future, so we could remove it just after packing rather than cleaning install directory before packing as it's done for cmake) - No need in scripts installation for linux slaves when preparing archive |
Revision 2c3b4a9 by Thomas Dinges April 2, 2011, 16:45 (GMT) |
Committing patch [#26740] Interface improvement for toolbar by Brecht. Thanks! This patch makes the bool properties inside the toolshelf more compact, only 1 row per item now. :) |
Revision 447c73d by Ton Roosendaal April 2, 2011, 16:29 (GMT) |
IRC report: Proportional editing tooltip lacked, and missed info for the menu items. |
Revision b85013e by Ton Roosendaal April 2, 2011, 15:30 (GMT) |
Bugfix #26736 Operator "New Image" cannot be redone simply, undo system keeps images around, and each redo will create new block. Removed it from being registered for redos. Also: fix up for default operator names to be complete, and not just "new" or "load". If we want contextual shortening of operator names (like in Image menu), that should be handled seprately, automatically, or anything we can sanely come up with that will suit any possible language as well. |
Revision 371a7b4 by Martin Poirier April 2, 2011, 14:58 (GMT) |
Fix register method order. Was broken when Campbell moved it to the C implementation. register has to be called AFTER the type is registered while unregister has to be called BEFORE it's unregistered. |
Revision 89dea61 by Ton Roosendaal April 2, 2011, 14:11 (GMT) |
Bugfix #26731 Hotkey operator "Toggle full screen layout" restored previous layout wrongly when mouse in was top header. |
Revision 6a841ef by Thomas Dinges April 2, 2011, 13:18 (GMT) |
Readme.html and Link to Release Log: * Ready for release! Note: JesterKing: Release notes now point to http://www.blender.org/development/release-logs/blender-257/ Would be cool, if we can use that one. |
Revision a5804c2 by Thomas Dinges April 2, 2011, 12:54 (GMT) |
[#26719] Fix AAO Tooltips by Sergej Reich (sergof). Thanks! |
Revision d85279e by Campbell Barton April 2, 2011, 11:06 (GMT) |
move grese pencil layers[i].active (boolean) -> layers.active (GPencil Layer). |
Revision 3bc59fe by Campbell Barton April 2, 2011, 07:04 (GMT) |
fix [#26732] Colorband bug with compositing. reported on IRC but submitted to the tracker for example file reference. |
Revision 7690086 by Sergey Sharybin April 2, 2011, 05:53 (GMT) |
pep8 fixes for buildbot |
Revision f1b42a1 by Campbell Barton April 2, 2011, 03:05 (GMT) |
add angle wrapping functions: angle_wrap_rad(), angle_wrap_deg(). use with mathutils. |
Revision 69bd72c by Campbell Barton April 2, 2011, 02:08 (GMT) |
quiet gcc float -> double promotion warnings. |
Revision fb994b3 by Campbell Barton April 2, 2011, 01:36 (GMT) |
fix [#26727] Make Proxy ignores group offset |
Revision 3f6158e by Thomas Dinges April 1, 2011, 22:41 (GMT) |
2.5 Particle UI: * Missing colon and not worth a commit message ;-) |
Revision 1f7ed6a by Thomas Dinges April 1, 2011, 22:19 (GMT) |
2.5 Weight Paint UI: * Added menu entry for "Set Weight" Tool. Request by venomgfx :) |
Revision 6d4f57b by Sergey Sharybin April 1, 2011, 21:38 (GMT) |
Oops, i've forgot that archive is preparing by scons, so stripping should happpen before calling scons (hope, binaries wouldn't be overwritten by it) |
Revision c729c1a by Thomas Dinges April 1, 2011, 21:37 (GMT) |
3D View Toolbar: * Code cleanup |
|