Files
test2/source/blender/blenkernel/intern
Ton Roosendaal 95225cf110 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
2012-12-17 14:51:06 +00:00
..
2012-12-17 12:03:31 +00:00
2012-11-09 09:33:28 +00:00
2012-10-23 13:28:22 +00:00
2012-10-26 04:14:10 +00:00
2012-08-18 19:54:21 +00:00
2012-10-30 11:40:36 +00:00
2012-12-17 12:03:31 +00:00
2012-10-23 13:28:22 +00:00
2012-10-27 10:42:28 +00:00
2012-10-23 13:28:22 +00:00
2012-09-16 04:58:18 +00:00
2012-10-26 04:14:10 +00:00
2012-10-27 10:42:28 +00:00
2012-12-17 14:51:06 +00:00
2012-10-22 08:15:51 +00:00
2012-12-11 14:19:41 +00:00
2012-05-12 16:11:34 +00:00
2012-11-09 09:33:28 +00:00
2012-11-30 22:46:28 +00:00
2012-12-11 14:19:41 +00:00
2012-11-01 09:54:00 +00:00