tyFlow Forum
Help automating Export path - Printable Version

+- tyFlow Forum (https://forum.tyflow.com)
+-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html)
+--- Forum: General Discussion (https://forum.tyflow.com/forum-2.html)
+--- Thread: Help automating Export path (/thread-3592.html)



Help automating Export path - CraftyApeAndy - 03-30-2023

Hey everybody!

Can someone point me to maybe an old post about customizing the export particles node to point to a certain dir? 

I have the actual string ready to go. I'm just not sure how to access the export node via maxscript. Can't seem to find what it's name is. 

I'm just trying to make a button in a shelf that 

Selects Tyflow, drops down a export node and sets the path to : 

$scenePath\..\cache\Tyflow\v001\$sceneFile_$tyFlowName_.tyc

I'm looking for the maxscript name of Export Particles and the Tycache File output. 

Thankyou!

Andy


RE: Help automating Export path - tyFlow - 03-31-2023

Joe Scarr gave a good explanation on Facebook, but the main problem is that operator creation is not currently exposed to MAXScript.

In terms of iterating through existing operators and figuring out which are which, here's a way to do it:

https://forum.tyflow.com/thread-2893-post-9447.html#pid9447