system
@system
New Member
Joined: Feb 14, 2024
Topics: 23 / Replies: 341
Reply
RE: The beginning of OFFICIAL Python for max?

And then god decided to take pity on thy Max users. It was then god gave the gift of mercy. And it was good.

14 years ago
Forum
Reply
RE: incremental filenames

You can pass your number to this function. It’ll return a string with the right amount of zeros that’ll go before your number: fn getZeros zeroC…

14 years ago
Forum
Reply
RE: Updating Listboxes? Argument count error: append wanted 2, got 1

Not getting any errors with this: /* category:”Utilities” toolTip:”Net Render Controller” */ ( rollout listOfJobs “list of jobs” ( local …

14 years ago
Forum
Reply
RE: Changing Color of an object over time

I created a float script controller on a box’s Length controller. Here’s was the script: redValue = (255 * myBox.height) — Get the color’s red val…

14 years ago
Forum
Reply
RE: .obj format negative face values

Figured it out. I guess some settings in \Autodesk\3ds Max 2010\plugcfg\gw_objexp.ini were creating conflicts.

14 years ago
Forum
Reply
RE: .obj format negative face values

Thanks for the effort. I wonder if it’s just something corrupt with my exporter :S

14 years ago
Forum
Reply
RE: Up-nodes

You’re trying to change a non-existant property on the object’s rotation controller. Euler_xyz controllers don’t have a upnode_axis property. You prob…

14 years ago
Forum
Reply
RE: Scale to world axis??

Not entirely sure what you’re looking for, but this applies the scale about the worldspace origin to all objects which MATCH the scene’s name. sFilen…

14 years ago
Forum
Reply
RE: Scale to world axis??

I’d go for: for o in objects do about [0,0,0] scale o [0.5,0.5,0.5]

14 years ago
Forum
Reply
RE: external scripts via fileIn trouble

I didn’t even dare to think of such a way. Elegant solution, thanks alot for the efforts!

14 years ago
Forum
Reply
RE: external scripts via fileIn trouble

I’m not a big fan of having them in global scope either. However I collect the available export scripts from a directory so “everyone” could have cust…

14 years ago
Forum
Topic
Forum
Replies: 4
Views: 17
Reply
RE: User attributes

Is this what you’re asking for? ( rollout windowSetValue “” ( spinner spValue “Start value:” type:#integer align:#left button btSetValue “S…

14 years ago
Forum
Reply
RE: Finding distance between objects

pointA = $Point01 pointB = $Point02 p3Pos = (pointA.pos + pointB.pos)/2 point pos:p3Pos Build the sum of both objects positions…

14 years ago
Forum
Reply
RE: intensity of light

This made me LOL

14 years ago
Forum
Page 4 / 25