ZeBoxx2
@zeboxx2
New Member
Joined: Feb 14, 2024
Topics: 7 / Replies: 1402
Reply
RE: system paths and macroscripts

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…

16 years ago
Forum
Reply
RE: Using Callbacks to stop a save or load

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…

16 years ago
Forum
Reply
RE: meshop.setVert vs polyOp.setVert

Correct Hobbs: thanks for taking your time out to look into it. No problem – good luck with the script

16 years ago
Forum
Reply
RE: meshop.setVert vs polyOp.setVert

your problem actually seems to be in line 18 where you get the vertex positions: — original ( return (obj.GetVertex index) ) — corrected ( return…

16 years ago
Forum
Reply
RE: meshop.setVert vs polyOp.setVert

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…

16 years ago
Forum
Reply
RE: New Scripter

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…

16 years ago
Forum
Reply
RE: New Scripter

penHisMod = $.modifiers[1] PEN_Attribute_Holder 2:PEN_Attribute_Holder 2 attr_helloworld = attributes “Hello World” ( rollout roll_hello “Hello!…

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

yes he could – which would take the minor part of loading the images and saving to quicktime, via script, out of the equation

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

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…

16 years ago
Forum
Reply
RE: containment test

might be better to use RayMeshGridIntersect it uses an acceleration grid, which speeds things up for complex geometry / geometry you’ll be re-using …

16 years ago
Forum
Reply
RE: New Gradient control for max?

perhaps the GradientEdge developer wouldn’t mind sharing his; your bitmap troubles make me wonder how the imgtag is implemented in maxscript – that …

16 years ago
Forum
Reply
RE: File Size issue

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…

16 years ago
Forum
Reply
RE: File Size issue

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…

16 years ago
Forum
Reply
RE: applyoffset only to certain splines of a shape

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…

16 years ago
Forum
Reply
RE: .NET Datatable/Datagrid question

Well, it’s not entirely deprecated… from MSDN: Although the DataGridView control replaces and adds functionality to the DataGrid control of previous …

16 years ago
Forum
Page 44 / 94