Revision ed7f0c6 by Campbell Barton April 8, 2011, 06:47 (GMT) |
fix [#26803] Libs paths are case sensitive in windows another case was exposed by this report, making relative paths wasn't case insensitive on windows. |
Revision e6c30a4 by Campbell Barton April 8, 2011, 05:03 (GMT) |
can't include titles in function examples. |
Revision fefb044 by Campbell Barton April 8, 2011, 03:56 (GMT) |
for thumbnail generation only scale the byte buffer. (was scaling float & byte). |
Revision b305a26 by Campbell Barton April 8, 2011, 03:53 (GMT) |
fix for own assert with image scaling, wasnt working with float images. |
Revision b0d6c0f by Campbell Barton April 8, 2011, 02:21 (GMT) |
fix [#26830] Blender crashes when opening this file was linking NLA fcurve modifiers as fcurves (wrong function call). |
Revision 6b3f5ec by Campbell Barton April 8, 2011, 01:40 (GMT) |
change to fcurve keyframe coords broke simplify addon since the property was no longer wrapped by python as a vector. now fixed size float arrays with PROP_NONE subtype are wrapped as vectors since its convenient to have x/y access. |
Revision ba44bf5 by Ton Roosendaal April 7, 2011, 15:48 (GMT) |
Bugfix #26812 On anim-render, a click in timeline stopped render completely. The reason for this was a bit wacko code to cope with frame-step feature (steps of multiple frames). I thought of fixing that, but instead decided to block any operator in Blender to change a frame while a render is in progress. Both render engine and UI are accessing (writing to) the same data then, which is a bad conflict. Still a serious weakness of threaded render, but I'll keep trying to allow this as far as possible :) |
Revision 545b0a4 by Ton Roosendaal April 7, 2011, 13:14 (GMT) |
Bugfix #26748 Boolean modifier should be restricted to Mesh objects only. |
Revision 5c2b8ba by Ton Roosendaal April 7, 2011, 12:36 (GMT) |
Minor fix, own collection. Knife cut operator was using int_get where enum_get was meant. |
Revision 3e5e49d by Campbell Barton April 7, 2011, 08:54 (GMT) |
add margin access [#26806] Missing pack margin for pack islands in UV editor |
Revision 24d6192 by Campbell Barton April 7, 2011, 08:23 (GMT) |
fix [#26816] P(separate) an object messes up logic brick links |
Revision 24b012c by Campbell Barton April 7, 2011, 07:53 (GMT) |
Sphinx RNA API changelog generator. - lists added and removed functions and properties. - lists renamed properties (does fuzzy comparison using min/max, description, type) - lists functions with arguments changed. Committed change log from 2.56 -> 2.57: http://www.blender.org/documentation/250PythonDoc/change_log.html |
Revision 8d100c0 by Mitchell Stokes April 7, 2011, 04:00 (GMT) |
Updating BGE dynamic loading docs: * Adding load_action and verbose keyword args for LibLoad() * Adding LibList() |
Revision 4fb7f6a by Dalai Felinto April 6, 2011, 22:03 (GMT) |
build fix after commit 36036 reported by Tom Edwards over mailing list |
Revision 0a9ec05 by Brecht Van Lommel April 6, 2011, 12:54 (GMT) |
Fix for Image.pixels set, buffer was not tagged as modified, patch by Domino Marama. |
Revision dbe3369 by Sergey Sharybin April 6, 2011, 12:30 (GMT) |
Name unification commit for console toggling operator. Requested by Dalai, approved by Campbell. Other requested from Dalai changes were rejected by our Python Departament. |
Revision 11efce4 by Sergey Sharybin April 6, 2011, 07:24 (GMT) |
Fixed incorrect RNA access when changing type of sequencer view |
Revision 56968bb by Campbell Barton April 6, 2011, 06:47 (GMT) |
dfelinto noticed text editor section was missing. |
Revision 696e7a3 by Campbell Barton April 6, 2011, 06:29 (GMT) |
include needed for windows |
Revision 083f8d3 by Campbell Barton April 6, 2011, 06:11 (GMT) |
cmake/windows, temporarily build without winblender.rc until its fixed, was giving linking error with msvc2010 and isn't essential info. |
|