EDD - Python Scripted Node for Maya

Greetings! Want to show you a tool. This is not “yet another” node editor for maya. It is more like “pyExpression” from SOuP plugin package. Every node is custom python class(script) with exposed parameters (Input/Output).

[video=vimeo;63462214]https://vimeo.com/63462214[/video]

[video=vimeo;63662150]https://vimeo.com/63662150[/video]

Still in development … More videos to come soon :slight_smile:

Awesome! Is it re-evaluating the script per-change? Very clever!

Yes it is :slight_smile: Well, think of it like connected tabs in script editor…

P.S.
Just upload one more video

Is it possible for users to insert their own script into a node, or is it only pre-made ones? Lots of potential if you could pop any script into that network and have it evaluate like that.

Ps. Looks like your two links go to the same place

Yes, this is main idea… all node it’s just user script. Am, with some special syntax from my system…

P.S.
Thank… i will fix links :wink:

Interesting idea, like marcuso said: lots of potential. Planning to share tool/source?

Thanks. Yes, planning to share source code. Just need some time to prepare it.

Well, the “node-based-framework” is online. There is no magic in it… maybe someone will find other cases how to use it. C&C are very welcome :wink:

-cheers