0

added (currently unchecked) global rendermode option support

This commit is contained in:
Aaron Griffith
2011-06-09 23:23:48 -04:00
parent b654f3169f
commit 6d667cb262
11 changed files with 86 additions and 17 deletions

View File

@@ -42,6 +42,9 @@ static PyMethodDef COverviewerMethods[] = {
{"get_render_mode_children", get_render_mode_children, METH_VARARGS,
"returns (direct) children for a particular render mode"},
{"set_render_mode_options", set_render_mode_options, METH_VARARGS,
"sets the default options for a given render mode"},
{"extension_version", get_extension_version, METH_VARARGS,
"Returns the extension version"},