0

python drawonpresentation setting

Hello:

Using Mu I can draw using opengl to the presentation device by setting _drawOnPresentation to true but in python, if I do the following, it doesn't seem to draw on the presentation device:

class lgtLUTPanel(rvtypes.MinorMode):

def __init__(self):
  rvtypes.MinorMode.__init__(self)
  self._drawOnPresentation = True

Is there another way of getting a python script to draw on the presentation device?  

Thanks!

Jake

0 comments

Please sign in to leave a comment.