December 10, 2009, 01:29 (GMT) |
Fix for [#20216] Search List is unordered This sorts RNA collection (bones, vgroups, etc) search lists alphabetically like ID data search lists are already. |
Revision ef8706c by Nathan Letwory December 10, 2009, 01:11 (GMT) |
wrong code order made linux+scons barf. |
Revision 11af0ff by Nathan Letwory December 10, 2009, 00:51 (GMT) |
* WITH_BF_RAYOPTIMIZATION cleanup and flag separation by matd. This adds BF_RAYOPTIMIZATION_SSE_FLAGS through which one can manage what SSE flags are best for the platform built for. Note that the ray optimizations coded by jaguarandi are SSE-intrinsics only. |
Revision ee12451 by Martin Poirier December 10, 2009, 00:41 (GMT) |
Revert bunch of changes I should have committed before. |
Revision 456c11c by Martin Poirier December 10, 2009, 00:28 (GMT) |
textedit string needs to be one byte longer than maxlen, for terminator. |
Revision ce65569 by Andrea Weikert December 10, 2009, 00:20 (GMT) |
MSVC 9 projectfiles * added missing header BKE_sequence.h * moved source folder back to correct place (was inside headers folder) |
December 9, 2009, 22:58 (GMT) |
Fix notifiers for object active material selection |
Revision 22643b1 by Martin Poirier December 9, 2009, 22:54 (GMT) |
show_handles property didn't flip bool properly. Patch by DustyDingo on irc. |
Revision 3535be3 by Campbell Barton December 9, 2009, 22:44 (GMT) |
patch from Cessen, tweaks and fixes to metarig elements |
Revision 30fd133 by Campbell Barton December 9, 2009, 22:37 (GMT) |
give IDPropertyGroups's an identifier so they can display text in the listview, hardcoded to "name" |
Revision 80bd736 by Martin Poirier December 9, 2009, 21:42 (GMT) |
Patch [#20290] by Bjørnar Hansen for bug [#20270] 2.5a0, Select Random says percent but is really 0-1 |
Revision c16acaf by Andrea Weikert December 9, 2009, 20:03 (GMT) |
Sequencer fix: Transform Strip wouldn't work with default_fader * added default_fader to transform strip, since it used the old fac too. * removed ANIMATEABLE attribute from the settings in the transform strip, since they are animated via the effect_fader and not directly for now. (too confusing) * UI: only show default_fader for the effect strips that support it Sequencer Durian feature: uniform scale for Sequence transform strip. * for now re-using variable for x-axis scaling. Note: This brings back functionality as close to 2.49 as possible. The Start and End values in the current design are not meant to be animated directly, but via the effect_fader. |
Revision 664f2d8 by Brecht Van Lommel December 9, 2009, 19:41 (GMT) |
Fix #20305: overlay blending mode for specular intensity does not work. |
Revision 1d9eb1e by Martin Poirier December 9, 2009, 18:47 (GMT) |
Invalid return type |
Revision 177e27e by Andrea Weikert December 9, 2009, 18:38 (GMT) |
MSVC 9 projectfiles * quick updates for bpy_driver.c |
Revision 1d53b78 by Martin Poirier December 9, 2009, 18:08 (GMT) |
Fix compile problem (warnings are important) |
Revision 1601f29 by Brecht Van Lommel December 9, 2009, 18:03 (GMT) |
Fix #20245: datablock names allowed entering 22 characters but can only accept 21. |
December 9, 2009, 17:53 (GMT) |
Move libpython.a to COMLIB (before was PULIB). |
Revision b4d8d51 by Brecht Van Lommel December 9, 2009, 17:32 (GMT) |
Fix for bug #20307: snapping in uv editor is related to objects origin. Also updated image window header to use snap element property. |
Revision 9e7bb2d by Brecht Van Lommel December 9, 2009, 17:18 (GMT) |
Fix bug #20299: bilateral blur node crashes when the number of iterations is rapidly changed. |
|