script operator reading an xml
#2
tyFlow's Script operator just uses regular C#, so you could try following these instructions:

https://stackoverflow.com/questions/6422...-file-in-c

Note that 3ds Max's bundled C# assemblies don't include System.Xml.dll, so you'd have to find that elsewhere and bring it into the Script operator as a custom assembly (add it to the assemblies list in the settings).

If your machine has .Net 4 installed, you can find it in the .Net 4 installation folder.
  Reply


Messages In This Thread
script operator reading an xml - by mathieu_boch - 03-31-2023, 06:53 AM
RE: script operator reading an xml - by tyFlow - 03-31-2023, 01:34 PM

Forum Jump: