THanks! it worked like charm. But, I don’t understand how put function in try/catch make it work.
But… what would be the argument for windows.setWindowPos?
pymxs is just python version of maxscript. You just convert mxs syntax to python. Also… pymxs can load sny maxscript struct include what you made. S…
use pymxs. MaxPLus will be gone in the future. Also try MAX File Asset Metadata Stream Access you can see UDIM map and everything. …
Ohhh… thanks a lot. let me try!
I found this thread… I think this is what I want… it is till c# //get a graphics object from the image so we can draw on it using (System.Drawing.Gra…
U mean the live compile thingy?
Thanks! I guess that. How can I do with just dotnet and maxscript? Something like… generate solid color bitmap same size as alpha image size attach…
pymxs has everything maxscript has. so…
Thanks. I guess I need to try to convett a subrollout as a WPF form and putin elementhost…
tried this. Click=“btnClick” I got this error. Runtime error: .NET runtime exception: Cannot bind to the target method because its signature or sec…
Thanks. I’m digging WPF all day long. Looks very promising. SO… I figured out how to build xml that looks like xaml and parse it. so, that’s good. Q…
Wow… this is so awesome. I have some more question. The reason why I need something like Subrollout is my UI is 1 treeview that is always shown…