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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-05-11 12:40:50 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-05-11 12:40:50 +0400
commit9f012ead0c83435bb279dbcc71da4eebaf361fc1 (patch)
tree042a9c164a6b16df625b39f2ef3e3ae11fc96dcc /source
parentf1e89051c7e7351856e0eca80d1499f4802289a5 (diff)
made the material button use the active objects material
Diffstat (limited to 'source')
-rw-r--r--source/blender/python/epy_doc_gen.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/blender/python/epy_doc_gen.py b/source/blender/python/epy_doc_gen.py
index f65a3c417a0..9f3efc916bf 100644
--- a/source/blender/python/epy_doc_gen.py
+++ b/source/blender/python/epy_doc_gen.py
@@ -26,11 +26,11 @@ run this script from blenders root path once you have compiled blender
This will generate rna.py and bpyoperator.py in "./source/blender/python/doc/"
Generate html docs by running...
- epydoc source/blender/python/doc/*.py -v \
- -o source/blender/python/doc/html \
- --inheritance=included \
- --no-sourcecode \
- --graph=classtree \
+ epydoc source/blender/python/doc/*.py -v \\
+ -o source/blender/python/doc/html \\
+ --inheritance=included \\
+ --no-sourcecode \\
+ --graph=classtree \\
--graph-font-size=8
'''
@@ -523,7 +523,7 @@ def op2epy(target_path):
if __name__ == '__main__':
if 'bpy' not in dir():
- print("\nError, this script must run from inside blender.")
+ print("\nError, this script must run from inside blender2.5")
print(script_help_msg)
else: