Parent: ygTransform | Example | Source code | Header file |
A pyTransform is an ygTransform that runs a Python script, similar to pyNode. In addition to the basic pyNode features, a pyTransform's script can also call methods that correspond to the C++ ygTransform methods.
script | string [, string] | load a Python script and create an object |
reload | reload the script previously loaded by script | |
autoReset | bool | tell the node to automatically reset any time the script file is modified |
call | string | call a function on the Python object |
See pyInterface for details on what these messages do.
pyTransform itself does not generate any events. The Python scripts can generate their own events, however.
None.
pyTransform uses the class pyInterface to define the basic Python ygNode functions. In addition, it defines a Python class ygTransform (derived from ygNode), which includes methods to interface with the C++ ygTransform methods.
The added functions in ygTransform are:
Last updated 13 September 2002.
home page