Revision 36a7206 by Joshua Leung May 26, 2011, 12:34 (GMT) |
New experimental drawtype for armatures: "Wire" This is equivalent to using B-Bones which are all scaled to have xwidth=zwidth=0, which can be useful to see how some limbs will bend, without the overhead of blocks blocking the view or having to scale down bone sizes first. |
Revision df823d8 by Nathan Letwory May 26, 2011, 12:23 (GMT) |
Since we don't support win2k or older anymore, remove old shortname code. Finally nice full names. |
Revision e6d396d by Campbell Barton May 26, 2011, 12:15 (GMT) |
fix for installing blender as a python module with cmake. |
Revision 10c30bd by Joshua Leung May 26, 2011, 12:09 (GMT) |
Bugfix: Label for "Local With Parent" constraint space was broken by tooltips patch applied a few weeks ago in trunk |
Revision 514de54 by Campbell Barton May 26, 2011, 11:45 (GMT) |
update to build system excluding parts of the python bundle. |
Revision d7f4272 by Brecht Van Lommel May 26, 2011, 10:25 (GMT) |
Fix #27465: used light groups did not get linked in with materials automatically. |
Revision 0f1f6e4 by Brecht Van Lommel May 26, 2011, 10:21 (GMT) |
Fix #27480: armature multimodifier was not working in edit mode. |
Revision 042a3ff by Brecht Van Lommel May 26, 2011, 09:58 (GMT) |
Fix #27445: various operators missing with some non-english system languages. In the case of this bug e.g. material.new became MATERiAL_OT_new, due to different capitalization of "i" in Turkish. Fixed by not using the locale dependent toupper/tolower functions. |
Revision 686859a by Sergey Sharybin May 26, 2011, 09:46 (GMT) |
Use proper checking for image source |
Revision 26252bb by Campbell Barton May 26, 2011, 09:33 (GMT) |
correct spelling error and some pep8 changes. |
Revision ea19f15 by Dalai Felinto May 26, 2011, 09:20 (GMT) |
BUGFIX: Sequencer strips.elements was broken when strip was trimmed (personal bug report, no number) When trimmed the seq->len was being reduced from the offsets (initial and final). This was the length passed to the elements. This had two problems: 1) it would not allow you to change the elements not visible (although you likely want to change them as well). 2) the element[0] was always the seq->strips[0].stripdata[0], regardless of the initial trim. Anyhoo it's all working now. Thanks Campbell for helping out with this one. |
Revision 6466673 by Campbell Barton May 26, 2011, 07:16 (GMT) |
move less common mesh operations out of bpy_types into bpy_extras.mesh_utils |
Revision 9af390a by Campbell Barton May 26, 2011, 06:34 (GMT) |
fix [#27485] Create new shapekey on lattice |
Revision dec09f2 by Campbell Barton May 26, 2011, 05:40 (GMT) |
fix for mistake in selecting vertex groups (own recent commit) |
Revision 9a556fd by Campbell Barton May 26, 2011, 05:35 (GMT) |
fcurve/boolean evaluation, values below zero are no longer evaluated to true. |
Revision a7e9223 by Joseph Eagar May 25, 2011, 23:29 (GMT) |
=bmesh= fixed problem with creases in solidify modifier |
Revision 0056971 by Joseph Eagar May 25, 2011, 23:14 (GMT) |
=bmesh= fixed bugs with uv select |
Revision 433cc15 by Sukhitha Jayathilake May 25, 2011, 17:14 (GMT) |
Code Cleanup in DocumentExporter.cpp. (Test Commit) |
Revision 80e2f6c by Joshua Leung May 25, 2011, 13:10 (GMT) |
Swapped hotkey for setting interpolation from Shift-T to TKEY, since this is more commonly used that the TimeSlide tool (which is DopeSheet only). Noticed that this does bring this out of line with the hotkey for setting extrapolation, but then again, extrapolation is a per-curve setting. |
Revision 1f14818 by Campbell Barton May 25, 2011, 11:06 (GMT) |
fix [#27478] Crash on image editor after loading exr images patch from Ryakiotakis Antonis (psy-fi) with minor change. |
|
|
|


Master Commits
MiikaHweb | 2003-2021