Blender Git Commits

Blender Git "master" branch commits.

Page: 4023 / 5574

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.
May 26, 2011, 12:23 (GMT)
Since we don't support win2k or older anymore, remove old shortname code. Finally nice full names.
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
May 26, 2011, 11:45 (GMT)
update to build system excluding parts of the python bundle.
May 26, 2011, 10:25 (GMT)
Fix #27465: used light groups did not get linked in with materials automatically.

May 26, 2011, 10:21 (GMT)
Fix #27480: armature multimodifier was not working in edit mode.

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.

May 26, 2011, 09:46 (GMT)
Use proper checking for image source
May 26, 2011, 09:33 (GMT)
correct spelling error and some pep8 changes.
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.
May 26, 2011, 07:16 (GMT)
move less common mesh operations out of bpy_types into bpy_extras.mesh_utils
May 26, 2011, 06:34 (GMT)
fix [#27485] Create new shapekey on lattice
May 26, 2011, 05:40 (GMT)
fix for mistake in selecting vertex groups (own recent commit)
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
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.
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.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021