uproceduralnodeΒΆ
class uproceduralnode
A user procedural node
Hierarchy
class uproceduralnode < class unode < class scenegraphnode
Members
Methods:
|
| setcommand | (
|
Set the procedural command |
Inherited from class unode
Methods:
|
| setattributes | (
|
Set the node attributes |
|
| setchildren | (
|
Set the node children |
|
| setfilter | (
|
Set the node filter |
|
| setname | (
|
Set the node name |
|
| settags | (
|
Set the node tags |
|
| settransform | (
|
Set the node transform |
|
| settransforminherit | (
|
Should the node inherit its transform stack |
|
| settransformmode | (
|
Set the node transform mode |
|
| settype | (
|
Set the node type |
Documentation
Set the procedural command
Arguments:
plugin The procedural plugin namearguments The list of arguments to be used to call the procedural, as a list of [name, value]