blender/release
Campbell Barton 184b5fd6db bugfix [#24466] Selecting of object with pattern leads to strange behavior
The undo problem was caused by python operators returning 'RUNNING_MODAL' rather then the return value from wm.invoke_props_popup(self, event) - 'FINISHED'.

This was done because returning FINISHED would free the operator causing the buttons redo handler to try and run a freed operator and crash.

So the real fix is to disallow any operators to use wm.invoke_props_popup(self, event) if they dont have the REGISTER option enabled, fixing the crash and redo problem.
2010-10-31 14:43:30 +00:00
..
bin remove redundant []'s for list comprehension's, py2.4+ supports this. 2010-09-19 07:07:14 +00:00
datafiles Commit new splash and bump version. Ready for tagging! 2010-10-27 11:33:04 +00:00
freedesktop patch [#23671] [desktop file] add translations and remove deprecated key. 2010-09-05 15:15:27 +00:00
irix-6.2-mips correct fsf address 2010-02-12 13:34:04 +00:00
plugins Update address in license block. 2010-08-10 21:22:26 +00:00
scripts bugfix [#24466] Selecting of object with pattern leads to strange behavior 2010-10-31 14:43:30 +00:00
test remove redundant []'s for list comprehension's, py2.4+ supports this. 2010-09-19 07:07:14 +00:00
text * Fixing Link to Release Logs. 2010-09-26 08:27:59 +00:00
windows Fix [#24053] 64-bit Windows installer installs keys to 32-bit registry 2010-10-26 23:52:34 +00:00
environment-macosx Continue development of bfile system. 2009-10-19 18:44:09 +00:00
environment-mswindows Continue development of bfile system. 2009-10-19 18:44:09 +00:00
environment-unix Continue development of bfile system. 2009-10-19 18:44:09 +00:00
getversion.py use is rather then == when comparing against None. 2010-09-18 10:43:32 +00:00
Makefile Update address in license block. 2010-08-10 21:22:26 +00:00
VERSION Commit new splash and bump version. Ready for tagging! 2010-10-27 11:33:04 +00:00