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>2014-05-08 01:08:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-08 07:55:05 +0400
commit8841ed84c9accfe1852902cef20fe4483ec30fa7 (patch)
treeb12bb0bfac035154c1cf8fb2abbe70cf0f6daae7
parentee5284faf6db96bb5029f6d2ab0b62336ef84e53 (diff)
Add missing context member for doc gen
-rw-r--r--doc/python_api/sphinx_doc_gen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index 3169fda5e3a..98bf6bf2eed 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -982,6 +982,7 @@ context_type_map = {
"image_paint_object": ("Object", False),
"lamp": ("Lamp", False),
"lattice": ("Lattice", False),
+ "line_style": ("FreestyleLineStyle", False),
"material": ("Material", False),
"material_slot": ("MaterialSlot", False),
"mesh": ("Mesh", False),