RegisterNodePlugin Example
-
On 31/12/2013 at 08:46, xxxxxxxx wrote:
Hey,
Is there an example of a working RegisterNodePlugin.
That will be great to get the way it work
Thanks
-
On 01/01/2014 at 11:22, xxxxxxxx wrote:
Hi connor,
what do you expect from the RegisterNodePlugin() function? It is for internal use (mostly). Creating
custom node plugins from Python is only possible to a certain degree at which it is of almost no use.Best,
-Niklas -
On 01/01/2014 at 13:04, xxxxxxxx wrote:
i Like to create an own Node with a few in and outpoints
-
On 02/01/2014 at 11:34, xxxxxxxx wrote:
Are you talking about creating an Xpresso node? If so, this is the wrong function entirely. You need to look at GvOperatorData and GvRegisterOperatorPlugin.
These may or may not be available through Python, I don't know.
-
On 03/01/2014 at 04:28, xxxxxxxx wrote:
Hey Spedler,
yes i talk about expresso nodes - thanks for the advise -
-
On 03/01/2014 at 12:49, xxxxxxxx wrote:
I think they are not available in Python - found them not in the documentation -