Blender Git Commits

Blender Git "master" branch commits.

Page: 4245 / 5574

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
September 9, 2010, 06:29 (GMT)
remove class methods for defining properties
eg: bpy.types.Scene.BoolProperty()
September 9, 2010, 06:06 (GMT)
- fix for using ['prop'] in RNA api
- fix for testing without USE_PY_METACLASS defined.
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.
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
September 8, 2010, 21:47 (GMT)
bugfix [#23725] bpy.context.window_manager.
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
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.
September 8, 2010, 08:48 (GMT)
bpy.props.* option to pass the first arg as a class.
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.
September 8, 2010, 08:25 (GMT)
Commit patch [#23685] Cleanup/crashfix for AA using win32 ghost.
Provided by Mitchell Stokes (Moguri)
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.
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.
September 8, 2010, 03:34 (GMT)
bugfix [#23720] Performing an object operation in the Outliner in Visible Layers display mode causes CTD
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
September 8, 2010, 02:55 (GMT)
bugfix [#23722] Artifact in 3D View with empties saved to default .blend.
September 7, 2010, 23:29 (GMT)
Fix for RNA renaming in the trunk revision 31737.
September 7, 2010, 20:49 (GMT)
* Increase Ray Depth Property Range, request by Conz.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021