rfm2  22.0
A python-based rewrite of RenderMan for Maya
rfm2.api.scene Namespace Reference

Functions

def get_image_dir ()
 
def get_rib_dir ()
 
def current_renderer ()
 
def is_current_renderer ()
 

Detailed Description

Utilities for pipeline integration.

Function Documentation

◆ current_renderer()

def rfm2.api.scene.current_renderer ( )
Return the name of the current renderer.

Returns:
    str -- renderer name
+ Here is the caller graph for this function:

◆ get_image_dir()

def rfm2.api.scene.get_image_dir ( )
Return the path to rendered images.

Returns:
    str -- substituted path to the image output directory.
+ Here is the call graph for this function:

◆ get_rib_dir()

def rfm2.api.scene.get_rib_dir ( )
Return the path to rib files.

Returns:
    str -- substituted path to the rib output directory.
+ Here is the call graph for this function:

◆ is_current_renderer()

def rfm2.api.scene.is_current_renderer ( )
Test if RenderMan is the current renderer.

Returns:
    bool -- True if renderman is the current renderer.
+ Here is the call graph for this function: