Revision 41a49a6 by Campbell Barton August 31, 2010, 14:56 (GMT) |
simple NULL check to fix a crash when running in background mode |
Revision a51f31e by Thomas Dinges August 31, 2010, 14:54 (GMT) |
Fixes for RNA Renaming in Texture Properties (Volume Material) |
Revision 26da3cb by Campbell Barton August 31, 2010, 14:22 (GMT) |
patch [#23585] Fix for [#23553] in File Selector; Multiple Calls of Selector from Alexander Kuznetsov (alexk) bugfix for [#23553] F2 on filebrowser = bug? from the tracker --- snip File Explorer redraws weirdly on second press of F2 if non-default view or file types were selected previously. This patch prohibits second call of file selector in the same window. The bug goes much deeper. If file selector is never closed properly (cancel or select), it never gets released. (at least the handler). If you press F2 or Ctrl-F3 ten times and than "Back to Previous" and repeat all of this several times Blender will freeze. Also after calling file selector at least two times, on cancellation Blender will return to full area independently to what state it was before. --- include small unrelated change to quiet unpack prints when fonts are not found. |
Revision a98b93b by Thomas Dinges August 31, 2010, 12:54 (GMT) |
2.5 Fluid UI: * Required memory is now shown on the Bake Operator, rather as an extra label. |
Revision dfb8c59 by Campbell Barton August 31, 2010, 11:31 (GMT) |
rna support for passing dynamic sized arrays to rna functions using this for object.vertex_groups.assign([index list ...], group, weight, mode) |
Revision 9a290b3 by Nathan Letwory August 31, 2010, 11:30 (GMT) |
Fix [#23592] WM draw method detection fails for Mesa's software rasterizer. Reported and patched by Vinay Pawar. The drawing method will be set to Overlap on detection of Mesa software rasterizer. |
Revision 2492c12 by Luca Bonavita August 31, 2010, 02:41 (GMT) |
== userprefs: addons == - From now on addons bl_addon_info['name'] doesn't need to specifcy also the category, it is put automatically in the addon box title In some script category and the category in the title were not matching, this had to be fixed manually. - The warning icon is at the right of the addon box title, so that it cant disalign the addon name anymore when we have a warning. - After discussing with Campbell, I've added the field bl_addon_info['api'] where we should specify the Blender API version number the addon is compatible with. This is certainly useful for clarity, and also I need it in place while preparing the downloadable addons. - Also, bl_addon_info['version'] is now assumed to be a tuple of integers as it is bl_addon_info['blender']. Any important text should be placed in the bl_addon_info['warning'] field, not in the script version anymore. I'm going to reflect this change in bf-extensions so that scripts won't suddenly break. |
Revision fb1a059 by Mitchell Stokes August 30, 2010, 20:35 (GMT) |
Updating stubs.c. * WM_keyconfig_add -> WM_keyconfig_new * WM_keyconfig_add_user -> WM_keyconfig_new_user |
August 30, 2010, 19:51 (GMT) |
Fix spelling. |
Revision d59304e by Campbell Barton August 30, 2010, 14:48 (GMT) |
another function moved, should be last of the simple cases. km.item_from_id() --> km.items.from_id() |
Revision 44eb9f5 by Campbell Barton August 30, 2010, 14:33 (GMT) |
missed this one too scene.add_keying_set() --> scene.keying_sets.new() also removed the use_ prefix since argument names, since this is mainly for properties. |
Revision eab5014 by Campbell Barton August 30, 2010, 13:50 (GMT) |
- keymap import/export works again (broke with own api changes) - function renames, move WM functions into collections wm.add_keymap() --> wm.keymaps.new() note: new is used for named items in a collection, which return the result. - Action.get_frame_range() is now a readonly property 'frame_range', floats rather then ints. |
Revision ec8848d by Campbell Barton August 30, 2010, 12:27 (GMT) |
raise an error when setting the values of read-only rna wrapped Vector/Matrix/Euler/Quat |
Revision 92f6dd7 by Campbell Barton August 30, 2010, 09:18 (GMT) |
fix for resolving rna paths, RNA_path_resolve could return a property which was the parent of the pointer (when it would normally be assumed to be the child). also change pythons struct_rna.path_resolve to return StructRNA's or Properties when the property isnt NULL. |
Revision e5b1e64 by Campbell Barton August 30, 2010, 08:44 (GMT) |
bugfix [#23573] object rotates when IMAGE_SEARCH is off |
Revision 6a99305 by Campbell Barton August 30, 2010, 08:37 (GMT) |
bugfix [#23586] Euler.rotate() method is broken fix included in the report |
Revision df4dd70 by Campbell Barton August 30, 2010, 08:28 (GMT) |
various utf8 compatibility fixes - OBJ import/export now work with non utf8 paths. (all exporters and importers need changes like this) - strip non utf8 chars from new ID blocks (also applies to renaming) - set the file rename button to allow non-utf8 chars. |
Revision f7dfb23 by Campbell Barton August 30, 2010, 08:23 (GMT) |
bugfix [#23197] Python can't handle German umlaut characters in strings workaround for python bug with Py_CompileString(), reported http://bugs.python.org/msg115202 |
Revision 52ca27c by Thomas Dinges August 30, 2010, 07:15 (GMT) |
Revision 766e83f by Mitchell Stokes August 30, 2010, 02:04 (GMT) |
stubs.c updates |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021