erilaz
@erilaz
New Member
Joined: Feb 14, 2024
Topics: 63 / Replies: 465
Reply
RE: Python + MXS

Thanks, that will be helpful. Incidently, are you the same Dave that went to Mad Academy? I assume it’s not coincidence.

17 years ago
Forum
Reply
RE: Python + MXS

specxor: Hi, Guys, Fist off, Camera Server that I mentioned is a simple little app im working on, that will keep animated cameras in sync. So an an…

17 years ago
Forum
Reply
RE: Strip all usedMaps() paths

You can use either the filenamefrompath method or pathConfig.stripPathToLeaf. Both pretty much do the same thing.

17 years ago
Forum
Reply
RE: Strip all usedMaps() paths

Do you specifically want to strip the paths and only have the filenames remaining, or just clear all the paths completely?

17 years ago
Forum
Reply
RE: Maxscript basic question

You are using the $ value in your loop rather than the obj value, therefore applying the rotation and scale to all the objects in the selection. Chan…

17 years ago
Forum
Reply
RE: Getting Quicktime or AVI frame length?

Number of frames can be found by the numFrames property under Bitmap: mBitmap = openBitmap “C:\\YourFolders\\YourFile.mov” print mBitmap.numFrames

17 years ago
Forum
Reply
RE: Aligning objects on push of a Button

I think what decapitator means is you’re not defining a position in your then statement: on switch_meshTorig pressed do ( if ($s_eyelids_c…

17 years ago
Forum
Reply
RE: Applying parenting in a When construct

Artur, not what I wanted, but exactly what I needed! It actually makes a lot more sense to do it the way you have implemented. The code is working …

17 years ago
Forum
Reply
RE: Applying parenting in a When construct

Here’s a simplified example that people can copy/paste/run: s1 = sphere pos: [20,0,0] s2 = sphere pos: [-20,0,0] spheres = #(s1,s2) b1 = box() temp…

17 years ago
Forum
Topic
Forum
Replies: 4
Views: 16
Reply
RE: Optimization ideas needed

Now that’s what i’m talking about!

17 years ago
Forum
Reply
RE: Optimization ideas needed

Oh I’m aware of that, I think it would be interesting if other methods have come up in people’s scripting journeys to expand the manual’s recommendati…

17 years ago
Forum
Reply
RE: Optimization ideas needed

Hot damn, I love optimised code. Perhaps we should have a general discussion of what makes things faster/less memory intensive.

17 years ago
Forum
Reply
RE: deleting layers in mixer

Thanks for providing your own solution Richard. It’s really helpful. I always find it irritating when people just say “Solved it” but don’t show how…

17 years ago
Forum
Reply
RE: A bunch of MAXScript questions

I attempted the userPropertiesChanged callback but couldn’t get it to work. That may be my limited knowledge of it’s functionality though.

17 years ago
Forum
Page 5 / 36