diff options
| author | Juan Linietsky <reduzio@gmail.com> | 2014-10-27 22:54:32 -0300 |
|---|---|---|
| committer | Juan Linietsky <reduzio@gmail.com> | 2014-10-27 22:54:32 -0300 |
| commit | e82dc402052a47b44bb3bcf50ee4801257f92778 (patch) | |
| tree | 01c2cd8692b5569cae778f6504b76b3d1f9ccdad /tools/docdump/makemd.py | |
| parent | 9608d4255eb6c76b1c4496f4494c829133e096f4 (diff) | |
| download | redot-engine-e82dc402052a47b44bb3bcf50ee4801257f92778.tar.gz | |
-Much improvement to baked light baker
-Fixed many bugs in stretch mode
-Fixes to camera project and unproject as consequence of the above
-added setget to script (documented in script doc)
-more fixes to collada exporter for blender
Diffstat (limited to 'tools/docdump/makemd.py')
| -rw-r--r-- | tools/docdump/makemd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docdump/makemd.py b/tools/docdump/makemd.py index 7cc2e9dc4b..f85d145d5e 100644 --- a/tools/docdump/makemd.py +++ b/tools/docdump/makemd.py @@ -337,7 +337,7 @@ for file in input_list: class_names.sort() -make_class_list(class_names, 3) +make_class_list(class_names, 2) for cn in class_names: c = classes[cn] |
