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

Classes

class  ItHandler
 

Functions

def getPort
 

Variables

int port = -1
 

Function Documentation

def rfm2.cmdserver.getPort ( )
Possibly spin up a command server and return its port
number. There is only one server. It handles the requests
in its own thread so python code in the handlers must only
call thread-safe calls into Maya's brain.

Variable Documentation

int rfm2.cmdserver.port = -1