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:
authorCampbell Barton <ideasman42@gmail.com>2013-10-15 09:55:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-10-15 09:55:51 +0400
commit39593b9b11bb4a33fd6e2989485b4f878da04fff (patch)
tree8f971e795b5368f10b7263b9425b5d3122c9459c /doc/python_api/examples
parentebc2cc15c0dc6a00f47b951401eaf2c78547ffe6 (diff)
sphinx docgen wasn't including example scripts for python methods of RNA types.
Diffstat (limited to 'doc/python_api/examples')
-rw-r--r--doc/python_api/examples/bpy.types.WindowManager.popup_menu.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/python_api/examples/bpy.types.WindowManager.popup_menu.py b/doc/python_api/examples/bpy.types.WindowManager.popup_menu.py
index df591521440..8d2e101be5f 100644
--- a/doc/python_api/examples/bpy.types.WindowManager.popup_menu.py
+++ b/doc/python_api/examples/bpy.types.WindowManager.popup_menu.py
@@ -1,6 +1,4 @@
"""
-Popup Menus
-+++++++++++
Popup menus can be useful for creating menus without having to register menu classes.
Note that they will not block the scripts execution, so the caller can't wait for user input.