Revision a755f9f by Janne Karhu September 9, 2010, 07:52 (GMT) |
Fix for [#23734] Force Fields Min/Max don't work *Special case for planar vortex field |
Revision 45cf763 by Campbell Barton September 9, 2010, 06:29 (GMT) |
remove class methods for defining properties eg: bpy.types.Scene.BoolProperty() |
Revision ced3f3a by Campbell Barton September 9, 2010, 06:06 (GMT) |
- fix for using ['prop'] in RNA api - fix for testing without USE_PY_METACLASS defined. |
Revision f4be9a6 by Campbell Barton September 9, 2010, 05:37 (GMT) |
support for defining rna class properties as class attributes eg: bpy.types.Scene.myprop = BoolProperty() note, this uses an ugly python metaclass, this should be replaced with a C implimentation which is included but commented out, causing crashes in pythons GC which gives no hint as to where the bug comes from. |
Revision 4eaa10a by Nicholas Bishop September 9, 2010, 00:14 (GMT) |
== Multires == Fixed bug #23657, "Modifiers dosen't work when you select diffrent mesh for object" Multires modifier now adds empty mdisps if they're missing, rather than displaying a warning Switching an object's mesh will now check for a multires modifier; if found the modifier's total number of levels are reset to match the mesh's mdisps Switching the mesh also forces a multires update so that sculpted changes aren't lost |
Revision 2d4e8ba by Campbell Barton September 8, 2010, 21:47 (GMT) |
bugfix [#23725] bpy.context.window_manager. |
Revision cc0d31b by Thomas Dinges September 8, 2010, 19:49 (GMT) |
Fix for [#23736] Network render - error in file: releasescriptsionetrenderclient.py + patch. Patch by Mariusz Maximus (mariuszekpl). Thanks! |
Revision f0fe8a5 by Janne Karhu September 8, 2010, 11:08 (GMT) |
Partial fix for [#23714] Linked instance group with particles doesn't render properly * Only partial because rendering of dupliobjects / groups with particles isn't yet fully implemented |
Revision 128bd96 by Campbell Barton September 8, 2010, 10:43 (GMT) |
py/rna internals - rna internal deferred properties now store the functions as PyObjects rather then C function pointers - Property functions now allow the first non keyword argument to be a class. |
Revision 6d82951 by Campbell Barton September 8, 2010, 08:48 (GMT) |
bpy.props.* option to pass the first arg as a class. |
Revision 6abf53b by Nathan Letwory September 8, 2010, 08:42 (GMT) |
Apply patch [#23632] Allow single quotes in RNA paths. By Lukas Tönne In the console RNA paths can use double quotes (" ") or single quotes (' ') to select from a collection, an ID property or a vector/color component. The RNA_path_resolve function however only accepts double quotes. This patch adds the ability to use single quotes in areas other than the console too. PS. Note the very nice patch ID :) |
Revision 741a530 by Janne Karhu September 8, 2010, 08:36 (GMT) |
Hair disconnect/connect wasn't working properly. |
Revision 06b1c93 by Nathan Letwory September 8, 2010, 08:25 (GMT) |
Commit patch [#23685] Cleanup/crashfix for AA using win32 ghost. Provided by Mitchell Stokes (Moguri) |
Revision b58f41e by Campbell Barton September 8, 2010, 07:30 (GMT) |
addon improvements/fixes - better error reporting when an addon fails to load - upload an addon which loads partly but then fails (eg, module loads but class register fails) - bugfix addon loading, failier to load would leave _bpy_types._register_immediate = False - added which change on disk are reloaded when enabling. - bpy.path.module_names() now returns (module_name, module_path) pairs. |
Revision 1a41d2f by Campbell Barton September 8, 2010, 04:55 (GMT) |
new bpy function bpy.path.module_names(path, recursive=False) addon's and python initialization both had this inline. |
Revision 5b428e9 by Campbell Barton September 8, 2010, 03:34 (GMT) |
bugfix [#23720] Performing an object operation in the Outliner in Visible Layers display mode causes CTD |
Revision ecbb170 by Campbell Barton September 8, 2010, 03:13 (GMT) |
patch [#23717] Another install target fix for cmake/linux from Ralf Hölzemer (cheleb) fix for *nix install target |
Revision 8737dcf by Campbell Barton September 8, 2010, 02:55 (GMT) |
bugfix [#23722] Artifact in 3D View with empties saved to default .blend. |
Revision b1da4cf by Tamito Kajiyama September 7, 2010, 23:29 (GMT) |
Fix for RNA renaming in the trunk revision 31737. |
Revision 942dda3 by Thomas Dinges September 7, 2010, 20:49 (GMT) |
* Increase Ray Depth Property Range, request by Conz. |
|
|
|


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