Blender Git Loki
Git Commits -> Revision dfe7cde
Revision dfe7cde by Campbell Barton (master) October 7, 2009, 09:23 (GMT) |
- rna path lookup crashed if the string was null (reported by Cessen with an empty driver) - added TexMesh access ([#19505] Missing option : TexMesh) - Ctrl+Tab works again, not-so-nice workaround, disallow switching to paint modes from editmode, but would be nicer to manage this with keymaps. |
Commit Details:
Full Hash: dfe7cde9f1a8dc90d6d77e2c1108bcb0e87eef82
SVN Revision: 23681
Parent Commit: 77476b2
Lines Changed: +36, -4
6 Modified Paths:
/release/scripts/ui/buttons_data_mesh.py (+14, -0) (Diff)
/source/blender/editors/mesh/editmesh_mods.c (+5, -3) (Diff)
/source/blender/editors/object/object_edit.c (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_access.c (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+6, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+2, -0) (Diff)
/source/blender/editors/mesh/editmesh_mods.c (+5, -3) (Diff)
/source/blender/editors/object/object_edit.c (+6, -0) (Diff)
/source/blender/makesrna/intern/rna_access.c (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_mesh.c (+6, -1) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+2, -0) (Diff)