How run "Render Write Nodes" command from script?

Hello,
How run “Render Write Nodes” command in export directory from script in Harmony? How start it from script?

444.png

I’d like to know this as well. Did you ever figure it out?

I can ask my friend for help. He understands this. If that write to me in pm, I’m just basically sitting here https://domymathhomework.org/

Hi !

In order to do this you can write this line.

action.perform(“onActionComposite()”);

By the way, you can have acces to all these command by opening the “Menu.xml” located in the resources folder in the installation directoy : C:\Program Files (x86)\Toon Boom Animation\Toon Boom Harmony 15.0 Premium\resources.

Just search for the description of the command you need, and you will find them in the “slot” of each command. You can call them by doing an “action.perform();”
https://docs.toonboom.com/help/harmony-15/scripting/script/classAction.html

As simple as that.

Hope it helps.

Cheers

“” Action.perform(“onActionComposite()”); “” with capital “A” for" Action"…

Sorry