ZeBoxx2
@zeboxx2
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 1402
Reply
RE: 3ds max and stl file

sure, use: exportFile “c:\\folder\\filename.stl” #noPrompt

16 years ago
Forum
Reply
RE: VirtualStore not being used by Max 2010?

near’s I know, you… shouldn’t be writing to the virtualstore at all shouldn’t be writing to the application-side location for UI/scripts at all. No…

16 years ago
Forum
Reply
RE: Selecting object from outputed text

getNodeByName is the proper way, though. here’s a third, just for kicks… for o in objects where (o.name == curbone) do ( <something> )

16 years ago
Forum
Reply
RE: Rollout: dotNetControl order

if you use a form or page within your rollout, then you can access its .setChildIndex() method to move the controls along Z. Within a 3ds Max rollout…

16 years ago
Forum
Reply
RE: On linking node properties

pfff… much easier – multiplier curve! no cookies for anyone, then! cedes and makes sure to get PiX cookies next encounter

16 years ago
Forum
Reply
RE: On linking node properties

yeah, but instanced controllers don’t let you do all the fun and exciting stuff that you usually want to do. It’s great if you want two boxes to be t…

16 years ago
Forum
Reply
RE: On linking node properties

d’oh! I could’ve sworn you did (see my edit) hey, on the up side, though… here’s a good response to self: Marco’s implementation doesn’t crash, or l…

16 years ago
Forum
Reply
RE: On linking node properties

isn’t that called parameter wiring? :curious: Edit: let me clarify, as I know you’re familiar with parameter wiring… so my (implied) question was: ho…

16 years ago
Forum
Reply
RE: [MAXScript] dotNet combobox doesn't show up its listbox when asked to do so

mind sharing the actual code you use? The following should work: rollout roll_test “test” width:400 height:100 ( dotNetControl dno_combobox “Syste…

16 years ago
Forum
Reply
RE: paste instanced controller

To instance a controller, you just make a direct reference: b[3][2].controller = a[3][2].controller For a copy, you’d use: b[3][2].controller = cop…

16 years ago
Forum
Reply
RE: Materials to XML

seems like a more code-agnostic form of bobo’s file format, in a way, at least as to its purpose. we coded something similar to BFF for materials and…

16 years ago
Forum
Reply
RE: A question of XML proportions

The way I think of it is the same as drdubosc’s; one -is- the data (what the data represents, and the actual data value), and the other -describes- th…

16 years ago
Forum
Reply
RE: Examining a dll plugin

there’s… External File Methods[left]getFileVersion <filename_string> [/left] [left]Returns the file and product version for the specified fil…

16 years ago
Forum
Reply
RE: MAXScript dotNetController font help please

Paul: of course not ( though maybe use a label other than testButton ) Marco: true, but can’t the same be said for most languages, really? Even Ma…

16 years ago
Forum
Reply
RE: MAXScript dotNetController font help please

testroll.testbutton.font = dotNetObject “System.Drawing.Font” “Times New Roman” 24 — or with some font styling dnFontStyle = dotNetClass “System.Draw…

16 years ago
Forum
Page 4 / 94