Zbuffer
@zbuffer
New Member
Joined: Feb 14, 2024
Topics: 28 / Replies: 300
Reply
RE: New DotNet control to download on LoneRobot.net – HitchHiker

Hi, Neat control ! very usefull. thx for sharing this ! one question: is it possible to have Hitchicker display multiple filetypes ?

15 years ago
Forum
Reply
RE: images button on rolloutCreator

tRollCreator.addControl #button #e_1 “e 1″ paramStr:(” width: 64 height: 64 images:#(\””+btmVar+”\”, undefined, 1, 1, 1, 1, 1) )

15 years ago
Forum
Reply
RE: Wire parameter ultra-noob problem šŸ™

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.

15 years ago
Forum
Reply
RE: Inspectors: How to see the properties and attributes of the parent class?

Hi, Best chance is to lookup Common Properties Operators and Methods in Maxscript Help.

15 years ago
Forum
Reply
RE: DotNet controls Picture Box

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…

15 years ago
Forum
Reply
RE: encryptScript error.

Hi, I hope you are not trying to encrypt a macroscript as this canā€™t be done.

15 years ago
Forum
Reply
RE: TabStrip ActiveX Control – problem

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…

15 years ago
Forum
Reply
RE: How to add a new menu item to the viewport Quad menu?

Hi, You can add entries to the extended viewport menu by creating a rollout, and registering it. From the MaxScript Help File: registerViewWindow &l…

15 years ago
Forum
Reply
RE: MapScaler Help!!

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 ( …

15 years ago
Forum
Topic
Forum
Replies: 1
Views: 15
Reply
RE: Getting recent file list in 2010

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…

15 years ago
Forum
Reply
RE: Automated Material Editing

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…

16 years ago
Forum
Reply
RE: SDK Video Tutorials (for Max.NET)

Thanks very much for these tutorials Marsel, Most instructive ! MaxDotNet is extremely powerfull ! I hope you can fix the assertion when updating plug…

16 years ago
Forum
Reply
RE: set noWarning in CollapseNode

Hi, Just use [left]maxOps.CollapseNode $ true[/left]

16 years ago
Forum
Reply
RE: CustomAttributes and instanced objects

Then you should references, not instances

16 years ago
Forum
Page 6 / 22