Bobo
@bobo
New Member
Joined: Feb 14, 2024
Topics: 1 / Replies: 2249
Reply
RE: Can;t put a value to a Scripted CA parameter (No ""put"" function for <> )

Here is one way to do it: obj.modifiers[1].myAttributes.offset_tm = obj.transform*(inverse obj2.transform) In short, the ‘ca’ variable contains the …

10 years ago
Forum
Reply
RE: trying to change the filename of the diffuseMap

The .bitmap property you are accessing is a Bitmap object ASSOCIATED WITH the diffuseMap, but is NOT the actual map that holds the filename exposed in…

10 years ago
Forum
Reply
RE: Learning MaxScript – Move Selected to Origin

For command line use, you can go even simpler (but I do not recommend it for actual programming, just for quick Listener typing): $.pos = [0,0,0] If…

10 years ago
Forum
Reply
RE: Turning off modifier

Works for me. Just doesn’t update the lightbulb icon in the Modify panel (unless you force an update by reselecting the object or something similar), …

10 years ago
Forum
Reply
RE: Stop Max from temporarily hanging during long processes?

Windows has a mechanism to mark processes as Not Responding if they don’t report back within a certain period of time (I think it is 5 seconds by defa…

10 years ago
Forum
Reply
RE: Select random single object

FOR Loops are meant to be used in MAXScript for doing what you asked for. There are many ways to filter the scene objects you want to affect, but fro…

10 years ago
Forum
Reply
RE: Scene material count not resetting

Anything performing saving will trigger the update, but if the scene contains 1GB of data to be written, holdMaxFile() will be significantly slower th…

10 years ago
Forum
Reply
RE: Scene material count not resetting

The issue is that since the sceneMaterials system global can be slow to rebuild (Max has to do an iteration over the scene tree to collect the actual …

10 years ago
Forum
Reply
RE: Deadline ExtraInfo Key/Value Pairs Via MXS

I am adding support for custom Info Key/Value pairs to the SMTDFunctions. I hope it will be part of v6.1. It won’t be exposed in the SMTD UI, but it …

11 years ago
Forum
Reply
RE: Deadline ExtraInfo Key/Value Pairs Via MXS

Even worse, it is about NETWORK rendering using a 3rd party render manager called Deadline sold by the company I work for (and which, together with Kr…

11 years ago
Forum
Reply
RE: Deadline ExtraInfo Key/Value Pairs Via MXS

According to the release notes, Jobs can now have an arbitrary number of additional key/value properties that can be set in the job info file on su…

11 years ago
Forum
Reply
RE: Controller Madness

Some history to clear your mind (or confuse you further): When Max 1.0 was written, the Visibility Track was quite a bastard child. As you probably k…

11 years ago
Forum
Reply
RE: Custom Geo + Tube

plugin simpleObject IntegratedMesh name:”IntegratedMesh” category:”Standard Primitives” classID:#(0x512e8ff9, 0x51aefc78) ( parameters main rollout…

12 years ago
Forum
Reply
RE: Custom Geo + Tube

See here: Free() Method The free() method has been implemented since 3ds Max 9 but has remained undocumented. This method frees the memory used by…

12 years ago
Forum
Reply
RE: Custom Geo + Tube

Replace the line setMesh mesh tub.mesh with meshop.attach mesh tub.mesh

12 years ago
Forum
Page 2 / 150