Hi, Neat control ! very usefull. thx for sharing this ! one question: is it possible to have Hitchicker display multiple filetypes ?
tRollCreator.addControl #button #e_1 “e 1″ paramStr:(” width: 64 height: 64 images:#(\””+btmVar+”\”, undefined, 1, 1, 1, 1, 1) )
Hi, You may need to assign a float controler to the opacity in Track View in order to see it in wire parameters. not tested.
Hi, Best chance is to lookup Common Properties Operators and Methods in Maxscript Help.
Maybe a bit late, but i saw you got the showproperties a tad wrong. here is how to get the properties of various controls: rollout tltest “XtraTreeLi…
Hi, I hope you are not trying to encrypt a macroscript as this canāt be done.
Hi, as LoneRobot said, you need to use a dotnetcontrol instead of activeXcontrol. If you can post the script (or the UI and handlers), I could help y…
Hi, You can add entries to the extended viewport menu by creating a rollout, and registering it. From the MaxScript Help File: registerViewWindow &l…
How about this ? rollout one “Untitled” ( button btn1 “Button” pos:[3,2] width:155 height:25 on btn1 pressed do ( for i in selection do ( …
AlpineMan: You could probably use a .NET XML Serializer to read in that XML document, since Iām sure thatās how Nicolas wrote the code. He loves Ser…
Hi, Try somthing around these lines: ( mats= for m in sceneMaterials collect m for m in mats do ( Diff=m.diffuseMap if classof Diff == bitm…
Thanks very much for these tutorials Marsel, Most instructive ! MaxDotNet is extremely powerfull ! I hope you can fix the assertion when updating plug…
Hi, Just use [left]maxOps.CollapseNode $ true[/left]
Then you should references, not instances