ZeBoxx2
@zeboxx2
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 1402
Reply
RE: Command line and options

there’s no need to set up the same shares – when 3ds Max can’t find a bitmap (or other asset, as long as it is set up as such by the plugin/script) in…

16 years ago
Forum
Reply
RE: Command line and options

not seeing any hidden ‘include maps’ command in the cmdlineLibrary.dll binary… I think you’d have to ‘include maps’ manually – i.e. either place the m…

16 years ago
Forum
Reply
RE: Get the range of a custom attribute

Correct – and it doesn’t exist before because 3ds Max doesn’t require it before. Again, you’re accessing the range of a spinner… the attribute parame…

16 years ago
Forum
Reply
RE: Get the range of a custom attribute

The range is not defined on parameters, only on the UI control; try setting the value to 5000 – it will happily accept it. To get the range of the UI…

16 years ago
Forum
Reply
RE: Is there a way to move ffdBox control points with maxscript?

Sorry – Didn’t see this question. I don’t think it would matter unless it somehow changes the coordinate context in which the function is run…could t…

16 years ago
Forum
Reply
RE: Is there a way to move ffdBox control points with maxscript?

not sure – but these should work (was working on them while you replied, i guess)… — return number of control points (doesn’t check if they can be …

16 years ago
Forum
Reply
RE: Is there a way to move ffdBox control points with maxscript?

the control points don’t exist as properties until they are ‘animated’. — animateVertex <FFDBox modifier> <index|#(index,index,…)|#all&g…

16 years ago
Forum
Reply
RE: Post-Render script…

cool – glad you got it working Note that you can remove the ‘display’ line, or wrap it in ‘if (isnetserver()) then ( … )’, as otherwise I think the …

16 years ago
Forum
Reply
RE: Post-Render script…

huh… I wonder if that’s the jpg bitmap copy bug*… … it’s still there in 3ds Max 2009… what on Earth 😮 Anyway – try the attached version – v0.03 / v…

16 years ago
Forum
Reply
RE: Post-Render script…

note that if you run it as a postRender script, error messages from maxscript are pretty… uninformative. Open it as a regular script and then evaulat…

16 years ago
Forum
Reply
RE: Post-Render script…

ah – you’re rendering a single image, looks like… or, at least, getFiles is only getting that one single image. And that one single image is what you…

16 years ago
Forum
Reply
RE: Post-Render script…

nope – no idea… openBitmap was correct. I’m attaching the script as I’m using it (fresh max start… no problems) as well as a debug version… might giv…

16 years ago
Forum
Reply
RE: Post-Render script…

viro: So when the image sequence is done the script runs ram player and saves and .mov or .avi to a watch folder. Won’t need the RAM Player line,…

16 years ago
Forum
Reply
RE: Post-Render script…

Can’t save MOVs from the RAM player – you’d have to save it manually… can also do it by script but it’s a bit slower. The aforementioned script seems…

16 years ago
Forum
Reply
RE: setting the cursor in a script editor window

Like this? rollout test “test” width:620 height:220 ( dotNetControl dnc_richedit “System.Windows.Forms.RichTextBox” width:600 heigh…

16 years ago
Forum
Page 47 / 94