director icon indicating copy to clipboard operation
director copied to clipboard

python binding for director

Open sunit1409 opened this issue 5 years ago • 1 comments

Is there any python binding ?

sunit1409 avatar May 23 '19 13:05 sunit1409

Yes. Director is implemented in c++ and python. Nearly all of the c++ code in Director and its dependencies VTK and Qt are wrapped for Python. When you run the Director application you can press F8 or go to the Tools menu to open the python console to interact with objects in Python.

patmarion avatar May 23 '19 19:05 patmarion