Are there any resources for tyFlow Scripting?
#1
Hi i'm looking to write a script that can spawn points and position them in the world based on an external file(a PDB in this case). Are there any examples of code that does something similarĀ out there?
  Reply
#2
The Script operator uses C#, so you could use normal C# methods for reading a file, and then use the Script operator API (click the 'API' button) to find the necessary commands to position particles at locations read from the file. You can also reference the Script operator official example scenes to see examples of how scripts work. If you have issues with your implementation, you can post your code here and I'll try to help.
  Reply


Forum Jump: