blender/release/scripts/op
Campbell Barton e90ad1d9ba 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.
This means we can do operator drawing without passing self.properties as an argument.

while this check if quite specific, if this gives problems later on we should probably change operators not to try to mix an operator and its properties, it looks nice to a scripter but internally is not easy to manage.
2010-09-24 03:48:26 +00:00
..
io_anim_bvh fix for error and other minor changes found while looking into bug [#23813]. 2010-09-20 05:01:31 +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 use is rather then == when comparing against None. 2010-09-18 10:43:32 +00:00
io_scene_fbx bugfix [#23935] Exporting to Unity3d .fbx Blender 2.5 2010-09-22 12:36:54 +00:00
io_scene_obj 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_x3d use is rather then == when comparing against None. 2010-09-18 10:43:32 +00:00
io_shape_mdd Patch [#23759] more replace self.properties.foo --> self.foo for bf-extensions/trunk/py/scripts 2010-09-10 23:39:43 +00:00
add_armature_human.py ran through pep8 checker 2010-09-07 15:17:42 +00:00
add_mesh_torus.py replace self.properties.foo --> self.foo 2010-09-09 18:03:57 +00:00
animsys_update.py SVN maintenance. 2010-09-03 03:30:20 +00:00
console_python.py ran through pep8 checker 2010-09-07 15:17:42 +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 Fix #22603: Crash on launching external editor in texture paint [r29461] [WinXP 32bit] 2010-09-16 15:54:48 +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 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
presets.py keyconfig updates/changes 2010-09-14 16:45:24 +00:00
screen_play_rendered_anim.py remove redundant []'s for list comprehension's, py2.4+ supports this. 2010-09-19 07:07:14 +00:00
sequencer.py use is rather then == when comparing against None. 2010-09-18 10:43:32 +00:00
uv.py New optional operator function, check(), it takes the same arguments as execute(). 2010-09-17 09:27:31 +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 replace self.properties.foo --> self.foo 2010-09-09 18:03:57 +00:00
vertexpaint_dirt.py replace self.properties.foo --> self.foo 2010-09-09 18:03:57 +00:00
wm.py remove redundant []'s for list comprehension's, py2.4+ supports this. 2010-09-19 07:07:14 +00:00