Bobo
@bobo
New Member
Joined: Feb 14, 2024
Topics: 1 / Replies: 2249
Reply
RE: dumb maxscript problem

WAIT A MINUTE! What IS the name of your function really? Once you typed f_cleanrig, once you typed f_rigclean… Is it possible you are just calling a…

15 years ago
Forum
Reply
RE: dumb maxscript problem

If after you launch Max you type the function call into the Listener and it does work, then the .MS file was loaded correctly and the function IS glob…

15 years ago
Forum
Reply
RE: dumb maxscript problem

What you did should have worked. Things to check: *Does the file the function is saved in have .MS extension? *Is the function itself in global scope…

15 years ago
Forum
Reply
RE: addNewKey

What kind of transforms do you expect to get? When you set a new key, it gets the current value. But if you go to a different frame and transform the…

15 years ago
Forum
Reply
RE: GW Text Display Issues

Try using GetTriMeshFaceCount[font=‘Courier New’] [/font]<node> instead of the Snapshotasmesh() and see if it changes anything. The above meth…

15 years ago
Forum
Reply
RE: Structs?

There are two issues here: The variable holding the timer should be local to the struct, not to the function (as you mentioned correctly). When you …

15 years ago
Forum
Reply
RE: Structs?

TheGrak: Thanks Bobo, the ‘timer’ makes much more sense now! I just ordered your DVD “The Matrix Explained” from CG Academy. Glad to hear Note…

15 years ago
Forum
Reply
RE: Structs?

It is not the struct that is the problem, but the timer. If you look in the Help, you might notice that the timer is a User Interface Control and can…

15 years ago
Forum
Reply
RE: PFlow vertex position accessible?

If you are going to create particles from an external file, you can use a Birth Script operator to actually create each particle according to the cont…

15 years ago
Forum
Reply
RE: Storing a newly create boxes name in a variable

The variable would not store the NAME of the object, but its handle. In other words, it will point at the actual scene object you created or copied, n…

15 years ago
Forum
Reply
RE: What's a reference in an Object's Stack and what's not?!

Each time you create a Reference, you are actually creating a ReferenceTarget:DerivedObject which appears in TrackView as “Modified_Object” entry. Fo…

15 years ago
Forum
Reply
RE: Works as .ms but not .mcr

If you believe the error message, then LightRiggerTGV is undefined after the fileIn. Can you add a print to check what the value of LightRiggerTGV is?…

15 years ago
Forum
Reply
RE: Camera matrix?

The Camera Projection Matrix is the inverse of the Camera Node’s Transformation Matrix. In other words, if you assign a Camera to a Viewport and ask f…

15 years ago
Forum
Reply
RE: Random Extrude script

Assuming the object is already collapsed to Editable Poly and the selection is made, you can change his code to minE = 10.0 maxE = 20.0 for f in po…

15 years ago
Forum
Reply
RE: Random Extrude script

“Maya Embedded Language”, the scripting language of Autodesk Maya, the language the piece of code was written in? :wavey:

15 years ago
Forum
Page 14 / 150