Aearon
@aearon
New Member
Joined: Feb 14, 2024
Topics: 23 / Replies: 200
Reply
RE: Instanced Custom attributes

i asked something like this a few days ago, the common method is to instance the modifier the ca is on it looks like you can’t create an instance of…

20 years ago
Forum
Reply
RE: Global Functions?

“Bobo”: Actually, you probably meant actually, i can’t even remember what i meant haha maybe i shouldn’t allow myself to post at certain times o…

20 years ago
Forum
Reply
RE: Global Functions?

method 1 seems to work fine here but shouldn’t the following be possible? global fn = test()

20 years ago
Forum
Reply
RE: Batch Export Problem

files = getFiles (rootDir + [\\*.max](file://%5c*.max/)) for f in files do ( join files (getFiles (f + “*.max”)) ) i think your error is here, shou…

20 years ago
Forum
Reply
RE: Batch Export Problem

here’s a function i use to get files recursively, maybe this can help you fn getFilesRecursive root pattern inclRoot:true filter:”.svn” = ( local…

20 years ago
Forum
Reply
RE: new script – Pin screen v1.0

i based mine on a simpler version of that, i had some scene file from odforce… that superpintable would be another nice challenge though

20 years ago
Forum
Reply
RE: new script – Pin screen v1.0

has anyone tried doing this with script controllers? here’s something i did a few months back to copy something i’d seen in houdini [pintable_tes…

20 years ago
Forum
Reply
RE: new script – Pin screen v1.0

cool, i didn’t even know the platige guys had any scripts online, or are those personal work?

20 years ago
Forum
Reply
RE: Hiding IK or FK ctrls on an ik/fk blend

Well i decided to do it with xforms, thanks for the tip it works great, with list controllers on the scale i can also easily get a lot of control over…

20 years ago
Forum
Reply
RE: Hiding IK or FK ctrls on an ik/fk blend

paul have you noticed any slowdowns with the xform technique? i like that you just wire this up, so no fancy tricks to get there, but with the xform t…

20 years ago
Forum
Reply
RE: Hiding IK or FK ctrls on an ik/fk blend

cool paul, can give some details on how you toggle the deleteMesh?

20 years ago
Forum
Topic
Forum
Replies: 5
Views: 42
Reply
RE: how to uncheck multiple objects parent scale inheritance?

sure there is, try this: for obj in selection do setInheritanceFlags obj #{1…6} this will remove the flags for selected objects

20 years ago
Forum
Reply
RE: scripted plugins?

let me take a step back here: you probably don’t need maxscript to have the trees facing the camera, you can use a lookat constraints for this. you wi…

20 years ago
Forum
Reply
RE: Create & select… I don't want that!

true, and there’s also another inconsistency with the ik stuff if you want to call it that… there’s the IKChainControl interface that needs the ik ch…

20 years ago
Forum
Page 6 / 15