projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cleanup: API docs
[blender.git]
/
doc
/
python_api
/
examples
/
bpy.types.Operator.3.py
diff --git
a/doc/python_api/examples/bpy.types.Operator.3.py
b/doc/python_api/examples/bpy.types.Operator.3.py
index 7fdccd81379479f2f7febbeb7b6a25852eb5bdca..d59c816319dc59550c27909937ded3374b78307a 100644
(file)
--- 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