It’s a vista thing… or actually, it’s a ‘proper practices’ thing, which was largely ignored in older releases of 3ds Max and in fact pretty much any W…
the last time I poked at something like this, I couldn’t prevent the save*… the best I could do was rename the original, let it save, delete the new f…
Correct Hobbs: thanks for taking your time out to look into it. No problem – good luck with the script
your problem actually seems to be in line 18 where you get the vertex positions: — original ( return (obj.GetVertex index) ) — corrected ( return…
The node: parameter may apply if the polyOp.setVert ends up doing its work in a coordinate system different from meshOp’s… though both take the same p…
Sorry about that Lines in regular color are actual script code lines to evaluate. Lines starting with – and in dark green are comment lines Lines in…
penHisMod = $.modifiers[1] PEN_Attribute_Holder 2:PEN_Attribute_Holder 2 attr_helloworld = attributes “Hello World” ( rollout roll_hello “Hello!…
yes he could – which would take the minor part of loading the images and saving to quicktime, via script, out of the equation
Yeah, figured you might run into that… your best bet is probably to submit another job that runs the script when the original job is done. Unfortunat…
might be better to use RayMeshGridIntersect it uses an acceleration grid, which speeds things up for complex geometry / geometry you’ll be re-using …
perhaps the GradientEdge developer wouldn’t mind sharing his; your bitmap troubles make me wonder how the imgtag is implemented in maxscript – that …
The ‘isolate selection’ persistents being after the garbage data still seems suspect… I just can’t fathom how they’d actually come into play there, ho…
Does this also happen when you do a save / re-load / save cycle, or only after having merged something? Does it always increase after merging said so…
the offset splines are added to the existing splines… so their index number is always higher than the highest index number -before- you offset the spl…
Well, it’s not entirely deprecated… from MSDN: Although the DataGridView control replaces and adds functionality to the DataGrid control of previous …