Bitmap are pretty easy to use in MAXScript (See “Bitmap Values” in the Reference). Here is an example that let you choose the bitmap you want to open …
Thanks for all the informations Bobo! Can’t wait to use this new MAXScript Pro Editor and the MAXScript Reference!
Ok. I’ve tested but had no error. Can you put your code ?
Why do you use execute over the stream value ?
I’ve no idea how to implement this behaviour. Why do you want to do that ?
I think you have just to extend your testfilter function to return if this object already exists in the array. For example: fn testfilter o = ((find…
Maybe Bobo can tell us about that.
What about the “Code for me button” ? In fact implementing debug tool for script execution isn’t easy. The current debug tool was just a try but it’…
Yes, finally we’ll have a professional MAXScript editor. But, maybe they didn’t update the Visual MAXScript Editor…
Here is a screenshot of the MAXScript ProEditor : It seems it is based on Scintilla.
MAXScript returns the result in degrees, PHP in radians. You can convert the value using degToRad or radToDeg.
Hi Greg, Take a look at this page : By running these commands you can find the options you’re searching: vr = renderers.current showproperties vr
There’s a lot of websites covering VB.NET/C# and .Net. My favourite is FunctionX. Its VB.NET tutorial is at
In fact, you can use SendKeys from the .Net Framework in script like this for example: SendKeys = dotNetClass “System.Windows.Forms.SendKeys” SendKey…
To perform automated UI handling (to simulate button click for example) see UIAccessor and DialogMonitorOPS interfaces. I think it should be possible …