maxVersion()
Have you checked my custom treeview? It does what you want,
Sorry not to much time to dig into this but try looking at System.Net.Sockets
You also have DataGrid, here’s an article on both:
Hey, I’m glad it worked out! Cheers.
Sorry, I didn’t see you were talking about an Element Z Pass… but do you need to have it as an element? Is it to embed in a multipass EXR? If not: You…
Wire the parameters… Search for parameter wiring in Max and Maxscript help.
Then what you need should be something like this: — First setup all your settings in the Render Scene Dialog BUT don’t hit Render, run the script in…
Sorry… but as far as I know that’s not possible, I mean, if you are expecting negative frames, with positive frames you can just use the code snippet …
Well I guess you have a problem then, because I saw a post from Bobo I think mentioning that it’s not possible to render out negative frames using tha…
Also you can use Batch Render but I think it just creates two different render instances… On the other hand you could try this with Geometry Caching i…
This works for negative frame ranges: finterval=interval -5f 0f render framerange:finterval Hope it helps, cheers, Artur Leão
FIY, here’s another way to create a WPF form (without the ElementsHost control): dnWindow=dotnetobject “System.Windows.Window” dnWindow.Title=”WPF Te…
Hey guys, just to remember you I did some tests some time ago and seeing what you guys are doing nowadays I thought this example would be very cool to…