Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <eiseljulian@gmail.com>2015-10-22 20:16:14 +0300
committerJulian Eisel <eiseljulian@gmail.com>2015-10-22 20:16:14 +0300
commit83a2d3dcf5a73f907c741038d5c55cb9f7aff1f9 (patch)
tree46e8c12b29369072f487de5920f33a3e7148176e /doc/python_api/examples/bpy.types.Operator.3.py
parent9f8eb0e1eb220015f0cff530bcb0491828f05c99 (diff)
parent6bc007610263c879f6bb30b844ba9d9a0fb9433c (diff)
Merge branch 'master' into UI-experiments
Conflicts: source/blender/blenkernel/BKE_blender.h source/blender/blenkernel/intern/customdata.c source/blender/blenloader/intern/versioning_270.c source/blender/editors/interface/interface.c source/blender/editors/interface/interface_handlers.c source/blender/editors/interface/resources.c source/blender/editors/transform/transform_manipulator.c source/blender/windowmanager/intern/wm_init_exit.c
Diffstat (limited to 'doc/python_api/examples/bpy.types.Operator.3.py')
-rw-r--r--doc/python_api/examples/bpy.types.Operator.3.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/python_api/examples/bpy.types.Operator.3.py b/doc/python_api/examples/bpy.types.Operator.3.py
index 7fdccd81379..d59c816319d 100644
--- a/doc/python_api/examples/bpy.types.Operator.3.py
+++ b/doc/python_api/examples/bpy.types.Operator.3.py
@@ -1,6 +1,7 @@
"""
Dialog Box
++++++++++
+
This operator uses its :class:`Operator.invoke` function to call a popup.
"""
import bpy