Blender Git Commit Log
Git Commits -> Revision 063a7f2
Revision 063a7f2 by Campbell Barton (master) February 18, 2011, 08:47 (GMT) |
python api docs & examples for registrable Menu/Panel/Operator/PropertyGroup classes. |
Commit Details:
Full Hash: 063a7f217be43718a69f6cbcfcf322ca71bdeeb0
SVN Revision: 34954
Parent Commit: c4d7bb8
Lines Changed: +473, -17
12 Added Paths:
/doc/python_api/examples/bpy.ops.1.py (+22, -0) (View)
/doc/python_api/examples/bpy.ops.py (+30, -0) (View)
/doc/python_api/examples/bpy.types.Menu.1.py (+37, -0) (View)
/doc/python_api/examples/bpy.types.Menu.2.py (+16, -0) (View)
/doc/python_api/examples/bpy.types.Menu.py (+32, -0) (View)
/doc/python_api/examples/bpy.types.Operator.3.py (+31, -0) (View)
/doc/python_api/examples/bpy.types.Operator.4.py (+46, -0) (View)
/doc/python_api/examples/bpy.types.Operator.5.py (+58, -0) (View)
/doc/python_api/examples/bpy.types.Panel.1.py (+44, -0) (View)
/doc/python_api/examples/bpy.types.Panel.2.py (+35, -0) (View)
/doc/python_api/examples/bpy.types.Panel.py (+28, -0) (View)
/doc/python_api/examples/bpy.types.PropertyGroup.py (+40, -0) (View)
/doc/python_api/examples/bpy.ops.py (+30, -0) (View)
/doc/python_api/examples/bpy.types.Menu.1.py (+37, -0) (View)
/doc/python_api/examples/bpy.types.Menu.2.py (+16, -0) (View)
/doc/python_api/examples/bpy.types.Menu.py (+32, -0) (View)
/doc/python_api/examples/bpy.types.Operator.3.py (+31, -0) (View)
/doc/python_api/examples/bpy.types.Operator.4.py (+46, -0) (View)
/doc/python_api/examples/bpy.types.Operator.5.py (+58, -0) (View)
/doc/python_api/examples/bpy.types.Panel.1.py (+44, -0) (View)
/doc/python_api/examples/bpy.types.Panel.2.py (+35, -0) (View)
/doc/python_api/examples/bpy.types.Panel.py (+28, -0) (View)
/doc/python_api/examples/bpy.types.PropertyGroup.py (+40, -0) (View)
6 Modified Paths:
/doc/python_api/examples/bpy.types.Operator.1.py (+10, -1) (Diff)
/doc/python_api/examples/bpy.types.Operator.2.py (+16, -2) (Diff)
/doc/python_api/examples/bpy.types.Operator.py (+8, -1) (Diff)
/doc/python_api/sphinx_doc_gen.py (+18, -11) (Diff)
/release/scripts/modules/bpy_types.py (+1, -1) (Diff)
/release/scripts/ui/properties_material.py (+1, -1) (Diff)
/doc/python_api/examples/bpy.types.Operator.2.py (+16, -2) (Diff)
/doc/python_api/examples/bpy.types.Operator.py (+8, -1) (Diff)
/doc/python_api/sphinx_doc_gen.py (+18, -11) (Diff)
/release/scripts/modules/bpy_types.py (+1, -1) (Diff)
/release/scripts/ui/properties_material.py (+1, -1) (Diff)