From f184202a9af1599e8d504e0c2991a829da6fae48 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 8 Sep 2015 14:30:05 +1000 Subject: Cleanup: API docs --- doc/python_api/examples/bpy.types.Operator.4.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/python_api/examples/bpy.types.Operator.4.py') diff --git a/doc/python_api/examples/bpy.types.Operator.4.py b/doc/python_api/examples/bpy.types.Operator.4.py index 885ed857842..e5bc6e5c70d 100644 --- a/doc/python_api/examples/bpy.types.Operator.4.py +++ b/doc/python_api/examples/bpy.types.Operator.4.py @@ -1,6 +1,7 @@ """ Custom Drawing ++++++++++++++ + By default operator properties use an automatic user interface layout. If you need more control you can create your own layout with a :class:`Operator.draw` function. -- cgit v1.2.3