Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-10-31 17:43:30 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-10-31 17:43:30 +0300
commit184b5fd6db4dfedb5c436ca1021bbe52df289a32 (patch)
tree469c0882950c2148086907de5ab92eca51ce3fcb /intern/audaspace
parent391c547208184e80d1d16acb792574d9f5b63d10 (diff)
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.
Diffstat (limited to 'intern/audaspace')
0 files changed, 0 insertions, 0 deletions