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…
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…
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…
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…
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…
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 …
the control points don’t exist as properties until they are ‘animated’. — animateVertex <FFDBox modifier> <index|#(index,index,…)|#all&g…
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 …
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…
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…
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…
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…
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,…
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…
Like this? rollout test “test” width:620 height:220 ( dotNetControl dnc_richedit “System.Windows.Forms.RichTextBox” width:600 heigh…