blender/release/scripts/op
Campbell Barton b5740b0e77 remove ICON prefix from the enum, for python this is redundant eg.
layout.prop("setting", icon='ICON_BLAH_BLAH')

Also reverted previous commit, the cursor subtype just needed to be added to the switch statement.
2009-12-10 10:23:53 +00:00
..
add_mesh_torus.py remove ICON prefix from the enum, for python this is redundant eg. 2009-12-10 10:23:53 +00:00
console_python.py String fix and a bunch of PEP8 issues I had collected in the meanwhile. 2009-12-04 17:54:48 +00:00
console_shell.py String fix and a bunch of PEP8 issues I had collected in the meanwhile. 2009-12-04 17:54:48 +00:00
mesh_skin.py pep8 cleanup in ui and op dirs, added popup to select pattern 2009-11-28 23:37:56 +00:00
mesh.py - aspectx wasnt saved in the render preset 2009-11-21 23:55:14 +00:00
object.py use sets rather then tuples for enum/flags so you can use bitfield operators 2009-12-07 02:20:55 +00:00
presets.py rna flag PROP_ENUM_FLAG which makes rna props a tuple of enums when converted into a PyObject 2009-12-07 00:16:57 +00:00
uvcalc_smart_project.py pep8 cleanup in ui and op dirs, added popup to select pattern 2009-11-28 23:37:56 +00:00
vertexpaint_dirt.py - aspectx wasnt saved in the render preset 2009-11-21 23:55:14 +00:00
wm.py rna flag PROP_ENUM_FLAG which makes rna props a tuple of enums when converted into a PyObject 2009-12-07 00:16:57 +00:00