Blender Git Commit Log

Git Commits -> Revision f24bcac

Revision f24bcac by Brecht Van Lommel (master)
July 24, 2009, 16:41 (GMT)
2.5: Various Fixes

* Fix crash loading particle AnimData. This crashed many BBB
files. If you have a .blend file that crashes when loading
it in 2.5, please mail me, I'd like to know.

* Image window zoom ratio did not work correct with py 2.x.
* Other minor fixes for image window RNA.

* Buttons window now remembers the tab that was last clicked
by the user, even if that tab is no longer available due
to context, and then enable the tab again if the context
for it is back.
* Cleaned up buttons space DNA a bit, removing unused vars.

* Armature bone rename outside edit mode did not call right
function yet.
* Armature layers are now editable even if lib linked. This
is useful for proxies. For this purpose a PROP_LIB_EXCEPTION
flag was added. Need to think over proxy / RNA a bit though,
not sure what the requirements are yet.
* Parent to Armature Deform now has options to create vertex
groups, instead of always creating them.

Commit Details:

Full Hash: f24bcac43eab1238f933a227d8da84ee0d48a0c3
SVN Revision: 21861
Parent Commit: ad6aaeb
Lines Changed: +101, -144

16 Modified Paths:

/release/ui/space_image.py (+3, -30) (Diff)
/source/blender/blenloader/intern/readfile.c (+4, -20) (Diff)
/source/blender/editors/armature/editarmature.c (+7, -23) (Diff)
/source/blender/editors/include/ED_armature.h (+6, -1) (Diff)
/source/blender/editors/object/object_edit.c (+32, -26) (Diff)
/source/blender/editors/screen/screen_ops.c (+0, -1) (Diff)
/source/blender/editors/space_buttons/buttons_context.c (+5, -0) (Diff)
/source/blender/editors/space_buttons/buttons_header.c (+2, -0) (Diff)
/source/blender/editors/space_buttons/space_buttons.c (+0, -1) (Diff)
/source/blender/editors/space_outliner/outliner.c (+3, -3) (Diff)
/source/blender/makesdna/DNA_space_types.h (+12, -24) (Diff)
/source/blender/makesrna/intern/rna_access.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_armature.c (+15, -0) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_space.c (+5, -13) (Diff)
/source/blender/makesrna/RNA_types.h (+5, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021