blender/release/scripts/op
Campbell Barton 070f38a6d0 bugfix [#24696] Export OBJ - Selection Only toggle button has the wrong default state.
Added convenience function to operators, 'as_keywords()', so operator settings can be passed directly to a function as keyword arguments.

The problem in this case was that dictionary access to operator properties was not returning rna-property defaults, so as_keywords() ensures all defaults are set.
2010-11-15 13:11:40 +00:00
..
io_anim_bvh bugfix [#24696] Export OBJ - Selection Only toggle button has the wrong default state. 2010-11-15 13:11:40 +00:00
io_mesh_ply bugfix [#24696] Export OBJ - Selection Only toggle button has the wrong default state. 2010-11-15 13:11:40 +00:00
io_scene_3ds bugfix [#24696] Export OBJ - Selection Only toggle button has the wrong default state. 2010-11-15 13:11:40 +00:00
io_scene_fbx bugfix [#24696] Export OBJ - Selection Only toggle button has the wrong default state. 2010-11-15 13:11:40 +00:00
io_scene_obj bugfix [#24696] Export OBJ - Selection Only toggle button has the wrong default state. 2010-11-15 13:11:40 +00:00
io_scene_x3d bugfix [#24696] Export OBJ - Selection Only toggle button has the wrong default state. 2010-11-15 13:11:40 +00:00
io_shape_mdd bugfix [#24696] Export OBJ - Selection Only toggle button has the wrong default state. 2010-11-15 13:11:40 +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 report/operator view out of the 'Console' into the 'Info' space (file menu). 2010-11-11 13:36:57 +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 - 'matrix_basis' for objects and pose bones, this is an alternative access to directly adjusting the loc/scale/rot. 2010-11-15 06:38:07 +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 [#24491] not possible to create a new Rendering preset than "add render preset.py" 2010-11-01 21:07:25 +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 Fix #24632: Sculpt Mode Context Set hotkeys (1..0, Shift+1..0) don't work 2010-11-10 08:11:58 +00:00