rfm2  22.0
A python-based rewrite of RenderMan for Maya
 All Classes Namespaces Files Functions Variables Pages
test Namespace Reference

Classes

class  ShadingNodeTest
 

Variables

list RMANTREE = os.environ['RMANTREE']
 
list RFMTREE = os.environ['RFMTREE']
 
tuple _install_dir = os.path.dirname(os.path.realpath(__file__))
 
tuple _script_dir = os.path.join(_install_dir, 'scripts')
 
tuple _icon_dir = os.path.join(_install_dir, 'icons')
 
tuple _config_dir = os.path.join(_install_dir, 'config')
 
tuple _test_files_dir = os.path.join(_install_dir, 'test_files')
 

Variable Documentation

tuple test._config_dir = os.path.join(_install_dir, 'config')
tuple test._icon_dir = os.path.join(_install_dir, 'icons')
tuple test._install_dir = os.path.dirname(os.path.realpath(__file__))
tuple test._script_dir = os.path.join(_install_dir, 'scripts')
tuple test._test_files_dir = os.path.join(_install_dir, 'test_files')
test.RFMTREE = os.environ['RFMTREE']
test.RMANTREE = os.environ['RMANTREE']