|
| def | buildGuiDocumentFromColors (document, colors, camera=None) |
| |
| def | buildGuiDocumentFromGuiData (document, guidata) |
| |
| def | buildScene (objects, colors=None) |
| |
| def | embedLight (scene, lightdir) |
| |
| def | extract (filename, inputpath, outputpath=None) |
| |
| def | getCamera (filepath) |
| |
| def | getCoinCamera (camerastring) |
| |
| def | getColors (filename, nodiffuse=False) |
| |
| def | getGuiData (filename) |
| |
| def | getStepData (objects, colors) |
| |
| def | getUnsigned (color) |
| |
| def | getViewProviderClass (obj) |
| |
| def | openiv (filename) |
| |
| def | render (outputfile, scene=None, camera=None, zoom=False, width=400, height=300, background=(1.0, 1.0, 1.0), lightdir=None) |
| |
| def | save (document, filename=None, guidata=None, colors=None, camera=None) |
| |
| def | saveDiffuseColor (colorlist) |
| |
| def | saveiv (scene, filename) |
| |
| def | viewer (scene=None, background=(1.0, 1.0, 1.0), lightdir=None) |
| |