Blender Git Loki

Git Commits -> Revision 95225cf

Revision 95225cf by Ton Roosendaal (master)
December 17, 2012, 14:51 (GMT)
Bug fix, IRC report.

With 2 windows, 2 scenes, linked objects:
- enter editmode in 1 window.
- the other window allowed to enter editmode too.
- and crash happened on exit editmode.

Since editmode is in Context (scene->obedit) a bad conflict arises.

New function BKE_object_is_in_editmode() returns this info outside of
context. Note I didn't use BMEdit_FromObject() because of the assert().

NOTE: contextual storage of editmode could need rework... five places:
- ob->mode / ob->restore_mode
- scene->object
- CTX_data_edit_object()
- BKE_object_is_in_editmode()
- view3d mode handling menu

Commit Details:

Full Hash: 95225cf11057a985867f413f17871c53742eb5d0
SVN Revision: 53085
Parent Commit: bf51b85
Lines Changed: +50, -1

3 Modified Paths:

/source/blender/blenkernel/BKE_object.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/object.c (+44, -0) (Diff)
/source/blender/editors/object/object_edit.c (+4, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021