Trees | Indices | Help |
|
---|
|
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
unsigned int |
|
||
Vec2f |
|
||
bool. |
|
||
bool. |
|
||
bool. |
|
||
|
|||
Vec2f |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Function Details |
Method to create a movie. Four sets of parameters are valid: createMovie(filename,width,height,fps,startFrame,stopFrame,ssf,alpha,alphaRed,alphaGreen,alphaBlue,overwrite) This method writes the movie in the specified resolution and supersampling and alpha channel and dpi. The movie starts with startFrame, ends with stopFrame and runs with fps frames per second. If alpha is set to true the resulting image will have a transparent background including correct alpha values for transparent materials. alphaRed, alphaGreen and alphaBlue define the red, green and blue component of the background color. If overwrite is set to true an already existing file will be overwritten without an extra dialog. (This command is only available in VRED Professional.) createMovie(filename,width,height,fps,startFrame,stopFrame,ssf,alpha,alphaRed,alphaGreen,alphaBlue,overwrite,alpha_premultiply) This method writes the movie in the specified resolution and supersampling and alpha channel and dpi. The movie starts with startFrame, ends with stopFrame and runs with fps frames per second. If alpha is set to true the resulting image will have a transparent background including correct alpha values for transparent materials. alphaRed, alphaGreen and alphaBlue define the red, green and blue component of the background color. If overwrite is set to true an already existing file will be overwritten without an extra dialog. alpha_premultiply sets pre-multiplication of the alpha value on or off. (This command is only available in VRED Professional.) createMovie(filename,width,height,fps,startFrame,stopFrame,ssf,alpha,alphaRed,alphaGreen,alphaBlue,overwrite,alpha_premultiply,step) This method writes the movie in the specified resolution and supersampling and alpha channel and dpi. The movie starts with startFrame, ends with stopFrame and runs with fps frames per second. If alpha is set to true the resulting image will have a transparent background including correct alpha values for transparent materials. alphaRed, alphaGreen and alphaBlue define the red, green and blue component of the background color. If overwrite is set to true an already existing file will be overwritten without an extra dialog. alpha_premultiply sets pre-multiplication of the alpha value on or off. steps sets the number of frames to advance. (This command is only available in VRED Professional.) createMovie(movie, filename,width,height,fps,startFrame,stopFrame,ssf,alpha,alphaRed,alphaGreen,alphaBlue,alpha_premultiply,step,export_type) This method writes the movie with name movie, in the specified resolution and supersampling and alpha channel and dpi. The movie starts with startFrame, ends with stopFrame and runs with fps frames per second. If alpha is set to true the resulting image will have a transparent background including correct alpha values for transparent materials. alphaRed, alphaGreen and alphaBlue define the red, green and blue component of the background color. If overwrite is set to true an already existing file will be overwritten without an extra dialog. alpha_premultiply sets pre-multiplication of the alpha value on or off. steps sets the number of frames to advance.export type is 0 if images are to be generated and 1 if exporting to AVI. (This command is only available in VRED Professional.) createMovie(filename,width,height,fps,startFrame,stopFrame,ssf,alpha,alphaRed,alphaGreen,alphaBlue,overwrite,alpha_premultiply,step,tonemap_hdr) This method writes the movie in the specified resolution and supersampling and alpha channel and dpi. The movie starts with startFrame, ends with stopFrame and runs with fps frames per second. If alpha is set to true the resulting image will have a transparent background including correct alpha values for transparent materials. alphaRed, alphaGreen and alphaBlue define the red, green and blue component of the background color. If overwrite is set to true an already existing file will be overwritten without an extra dialog. alpha_premultiply sets pre-multiplication of the alpha value on or off. steps sets the number of frames to advance. tonemap_hdr applies tonemapping when you render to hdr format. (This command is only available in VRED Professional.)
|
Method to create a snapshot. Actually, there are 11 different methods to create a snapshot. createSnapshot(width,height) opens up a file dialog and writes the snapshot in the specified resolution with no supersampling. (This command is only available in VRED Professional.) createSnapshot(width,height,ssf) opens up a file dialog and writes the snapshot in the specified resolution and supersampling factor. (This command is only available in VRED Professional.) createSnapshot(width,height,ssf,alpha) opens up a file dialog and writes the snapshot in the specified resolution and supersampling. If alpha is set to true the resulting image will have a transparent background including correct alpha values for transparent materials. (This command is only available in VRED Professional.) createSnapshot(width,height,ssf,alpha,dpi) opens up a file dialog and writes the snapshot in the specified resolution and supersampling. If alpha is set to true the resulting image will have a transparent background including correct alpha values for transparent materials. dpi gives the resolution in dots per inch important for image printing.(This command is only available in VRED Professional.) createSnapshot(filename,width,height) writes the snapshot in the specified resolution with no supersampling. (This command is only available in VRED Professional.) createSnapshot(filename,width,height,ssf) writes the snapshot in the specified resolution and supersampling factor. (This command is only available in VRED Professional.) createSnapshot(filename,width,height,ssf,alpha) writes the snapshot in the specified resolution and supersampling and alpha channel. If alpha is set to true the resulting image will have a transparent background including correct alpha values for transparent materials. (This command is only available in VRED Professional.) createSnapshot(filename,width,height,ssf,alpha,dpi) writes the snapshot in the specified resolution and supersampling and alpha channel and dpi. If alpha is set to true the resulting image will have a transparent background including correct alpha values for transparent materials. dpi gives the resolution in dots per inch important for image printing. (This command is only available in VRED Professional.) createSnapshot(filename,width,height,ssf,alpha,alphaRed,alphaGreen,alphaBlue,dpi,overwrite,showImage) writes the snapshot in the specified resolution and supersampling and alpha channel and dpi. If alpha is set to true the resulting image will have a transparent background including correct alpha values for transparent materials. alphaRed, alphaGreen and alphaBlue define the red, green and blue component of the background color. dpi gives the resolution in dots per inch important for image printing. If overwrite is set to true an already existing file will be overwritten without an extra dialog. If showImage is set to true the rendered image is shown. (This command is only available in VRED Professional.) createSnapshot(filename,width,height,ssf,alpha,alphaRed,alphaGreen,alphaBlue,dpi,overwrite,showImage,alpha_premultiply) writes the snapshot in the specified resolution and supersampling and alpha channel and dpi. If alpha is set to true the resulting image will have a transparent background including correct alpha values for transparent materials. alphaRed, alphaGreen and alphaBlue define the red, green and blue component of the background color. dpi gives the resolution in dots per inch important for image printing. If overwrite is set to true an already existing file will be overwritten without an extra dialog. If showImage is set to true the rendered image is shown. alpha_premultiply sets pre-multiplication of the alpha value on or off. (This command is only available in VRED Professional.) createSnapshot(filename,width,height,ssf,alpha,alphaRed,alphaGreen,alphaBlue,dpi,overwrite,showImage,alpha_premultiply,tonemap_hdr) writes the snapshot in the specified resolution and supersampling and alpha channel and dpi. If alpha is set to true the resulting image will have a transparent background including correct alpha values for transparent materials. alphaRed, alphaGreen and alphaBlue define the red, green and blue component of the background color. dpi gives the resolution in dots per inch important for image printing. If overwrite is set to true an already existing file will be overwritten without an extra dialog. If showImage is set to true the rendered image is shown. alpha_premultiply sets pre-multiplication of the alpha value on or off. tonemap_hdr applies tonemapping when you render to hdr format. (This command is only available in VRED Professional.)
|
Create a fast snapshot with the provided file name.
|
Initializes the fast snapshot method setting the image resolution to width times height. Optionally, a supersampling factor can be specified.
|
Returns the depth mode used to write the depth pass.
|
Get the range for mapping depth values.
|
Return if EXR is exported in 16 bit float format.
|
Return if EXR/PSD is exported as layers for render passes.
|
Return if TIFF/PSD is exported in HDR format.
|
Gets the range used for the ambient occlusion calculation in the Occlusion render pass.
|
Redirects image write operations of function into a string which is returned. imageStream makes sense only with pythoneval calls on the webinterface. When a function produces multiple images, there is no way to keep them apart other when searching for image headers.Images will be held in memory during processing Example: binaryimage = imageStream(lambda: createSnapshot('D:/vred-snapshots/image.png', 100,100,50)) |
Redirects image write operations of function into a string which is returned When a function produces multiple images, there is no way to keep them apart other when searching for image headers.Images will be held in memory during processing Example: b64image = imageStreamBase64(lambda: createSnapshot('D:/vred-snapshots/image.png', 100,100,50)) |
This method writes an animation as a movie in the specified resolution and supersampling and alpha channel. The movie starts with startFrame, ends with stopFrame and runs with fps frames per second. If alpha is set to true the resulting image will have a transparent background including correct alpha values for transparent materials. alphaRed, alphaGreen and alphaBlue define the red, green and blue component of the background color. If overwrite is set to true an already existing file will be overwritten without an extra dialog. alpha_premultiply sets pre-multiplication of the alpha value on or off. tonemap_hdr applies tonemapping when you render to hdr format. (This command is only available in VRED Professional.)
|
This method writes an animation as a movie in the specified resolution and supersampling and alpha channel. The movie starts with startFrame, ends with stopFrame and runs with fps frames per second. If alpha is set to true the resulting image will have a transparent background including correct alpha values for transparent materials. alphaRed, alphaGreen and alphaBlue define the red, green and blue component of the background color. If overwrite is set to true an already existing file will be overwritten without an extra dialog. alpha_premultiply sets pre-multiplication of the alpha value on or off. steps sets the number of frames to advance. (This command is only available in VRED Professional.)
|
Resets the active renderpasses for rendering a snapshot using the createSnapshot or renderAnimation commands. This command does not change the scene settings. |
Sets the active renderpasses for rendering a snapshot using the createSnapshot or renderAnimation commands. This command does not change the scene settings. The following sets of parameters are valid: setActiveSnapshotMovieRenderPasses(beauty_pass,diffuse_ibl_pass,diffuse_light_pass,glossy_ibl_pass,glossy_light_pass,specular_reflection_pass,specular_light_pass,diffuse_indirect_pass,glossy_indirect_pass,occlusion_pass,normal_pass,depth_pass). setActiveSnapshotMovieRenderPasses(beauty_pass,diffuse_ibl_pass,diffuse_light_pass,glossy_ibl_pass,glossy_light_pass,specular_reflection_pass,specular_light_pass,incandescence_pass,diffuse_indirect_pass,glossy_indirect_pass,occlusion_pass,normal_pass,depth_pass). setActiveSnapshotMovieRenderPasses(beauty_pass,diffuse_ibl_pass,diffuse_light_pass,glossy_ibl_pass,glossy_light_pass,specular_reflection_pass,specular_light_pass,incandescence_pass,diffuse_indirect_pass,glossy_indirect_pass,occlusion_pass,normal_pass,depth_pass,material_id_pass). setActiveSnapshotMovieRenderPasses(beauty_pass,diffuse_ibl_pass,diffuse_light_pass,glossy_ibl_pass,glossy_light_pass,specular_reflection_pass,specular_light_pass,translucency_pass,incandescence_pass,diffuse_indirect_pass,glossy_indirect_pass,occlusion_pass,normal_pass,depth_pass,material_id_pass).
|
Sets the active combined channels renderpasses for rendering a snapshot using the createSnapshot or renderAnimation commands. This command does not change the scene settings.
|
Sets the active combined channels renderpasses for rendering a snapshot using the createSnapshot or renderAnimation commands. This command does not change the scene settings.
|
Sets the depth mode for writing the depth pass.
|
Sets the range the depth is mapped to.
|
Enables/Disables export of EXR format in 16 bit float.
|
Enables/Disables export of EXR/PSD as layers for render passes.
|
Enables/Disables export of TIFF/PSD in HDR format.
|
Sets the active illumination channels renderpasses for rendering a snapshot using the createSnapshot or renderAnimation commands. This command does not change the scene settings.
|
Sets the active image processing renderpasses for rendering a snapshot using the createSnapshot or renderAnimation commands. This command does not change the scene settings.
|
Sets the active material channels renderpasses for rendering a snapshot using the createSnapshot or renderAnimation commands. This command does not change the scene settings.
|
Sets the range used for the ambient occlusion calculation in the Occlusion render pass.
|
Sets which meta data to store within the output image. Please note: Image formats supporting meta data are png, jpg, tif and exr.
|
Sets the ICC Profile to store with the output image. 0 uses the current settings from the render settings module. 1 uses sRGB encoding. 2 uses Adobe RGB 98 encoding. 3 uses the specified Monitor ICC Profile. 4 uses the specified Image ICC Profile.
|
If state is set to true the rendered image is shown.
|
Sets the quality of the image to be exported. Only useful for file formats that define a compression quality like jpeg or png. -1 is the default value for reasonable compression.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Nov 29 09:33:21 2024 | http://epydoc.sourceforge.net |