blender/release/scripts/op
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
..
io_anim_bvh patch [#23968] filter_filetypes property to allow operators to filter by file extensions in the file selector 2010-09-24 07:05:43 +00:00
io_mesh_ply Annoying hack to pretend that an operator and its properties are the same, when passing an operator to an rna function argument which accepts 'AnyType', then pass the properties instead. 2010-09-24 03:48:26 +00:00
io_scene_3ds revert r32284, turns out OpenSuse needs this for forkpty(), also fixed missing import with 3ds export. 2010-10-04 11:42:39 +00:00
io_scene_fbx bugfix [#19096] FBX doubly rotated 2010-09-24 11:08:55 +00:00
io_scene_obj move geometry python module into mathutils.geometry, since it provides utility functions using mathutils types. 2010-10-25 22:44:01 +00:00
io_scene_x3d use is rather then == when comparing against None. 2010-09-18 10:43:32 +00:00
io_shape_mdd patch [#24424] Python scripts update for API changes 2010-10-27 22:15:55 +00:00
add_mesh_torus.py replace self.properties.foo --> self.foo 2010-09-09 18:03:57 +00:00
animsys_update.py rna rename: use_inherit_rotate -> use_inherit_rotation, noticed _rotate is not used like this much elsewhere in rna. 2010-10-24 08:06:19 +00:00
console_python.py move geometry python module into mathutils.geometry, since it provides utility functions using mathutils types. 2010-10-25 22:44:01 +00:00
console_shell.py small edits to text editor from writing a python editor extension. 2010-08-11 05:21:43 +00:00
fcurve_euler_filter.py use is rather then == when comparing against None. 2010-09-18 10:43:32 +00:00
image.py patch [#24251] Add missing tooltips for image operatios 2010-10-15 08:41:58 +00:00
mesh.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
nla.py replace self.properties.foo --> self.foo 2010-09-09 18:03:57 +00:00
object_align.py replace self.properties.foo --> self.foo 2010-09-09 18:03:57 +00:00
object_randomize_transform.py remove redundant []'s for list comprehension's, py2.4+ supports this. 2010-09-19 07:07:14 +00:00
object.py bugfix [#24466] Selecting of object with pattern leads to strange behavior 2010-10-31 14:43:30 +00:00
presets.py bugfix [#24466] Selecting of object with pattern leads to strange behavior 2010-10-31 14:43:30 +00:00
screen_play_rendered_anim.py Fix for fix, not UnicodeEncodingError (where did I get that from?) but UnicodeDecodeError. 2010-10-13 22:20:34 +00:00
sequencer.py use is rather then == when comparing against None. 2010-09-18 10:43:32 +00:00
uv.py - CMake now only uses SOURCE_GROUP with MSVC lib configuration, saves recursive header search when not using msvc. 2010-10-23 04:18:53 +00:00
uvcalc_follow_active.py - move more active properties into their collections: 2010-08-23 22:16:45 +00:00
uvcalc_smart_project.py move geometry python module into mathutils.geometry, since it provides utility functions using mathutils types. 2010-10-25 22:44:01 +00:00
vertexpaint_dirt.py replace self.properties.foo --> self.foo 2010-09-09 18:03:57 +00:00
wm.py bugfix [#24466] Selecting of object with pattern leads to strange behavior 2010-10-31 14:43:30 +00:00