lechoo
@lechoo
New Member
Joined: Feb 15, 2024
Topics: 17 / Replies: 68
Reply
RE: Getting object color value…

If you want to change object’s color over time put “Point3 script” controller on diffuse (or any other) color and enter expression which may look like…

20 years ago
Forum
Reply
RE: Request for a Save as individual .max…

I have updated the script, now it uses saveNodes function that Bobo wrote about. cheers

20 years ago
Forum
Reply
RE: Request for a Save as individual .max…

Thanks for the tip Bobo. I didn’t know about this function. This makes whole thing much easier.

20 years ago
Forum
Reply
RE: Request for a Save as individual .max…

More complicated but possible. I think it is to long to paste it so you can download it here: Here’s how it works: first save scene that you want to…

20 years ago
Forum
Reply
20 years ago
Forum
Reply
RE: Request for a Save as individual .max…

I didn’t do much testing on this one but it should work without problems. Unfortunetly “Save Selected” command isn’t available in max script but it ca…

20 years ago
Forum
Reply
RE: Change Map Channels

Just put bitmaptexture to material’s diffuse map. To put any bitmap to texture use filename property. Like this: obj.material.diffusemap = bitmaptext…

20 years ago
Forum
Reply
RE: Change Map Channels

Hi, You just have to loop through all selected objects and check their modifiers. If any of them is uvw map then change map channel property to 2. […

20 years ago
Forum
Reply
RE: change camera on fly

I think You can’t do this that way. When preRender callback is called all parameters are already passed to render function (but I’m not sure of that)….

20 years ago
Forum
Reply
RE: Outline spline

I have similar problem, I’m not sure if it is possible at all. There’s nothing on that subject in max script help.

20 years ago
Forum
Reply
RE: Can MaxScript make Shape Plugin like this Plugin?

Of course, check “Scripted Shape Plug-in” in max script help. You just have to create Your own shape formula.

20 years ago
Forum
Reply
RE: A few script requests/ideas…

CHRiTTeR: Sweet! Killercombo, hahaha Wil it be free? Hows the development going (stage?) and need some testers? I think it will be free. It is…

20 years ago
Forum
Reply
RE: A few script requests/ideas…

I’m working on HDRI creating\editing software and defocus will definitely be a part of it.

20 years ago
Forum
Reply
RE: A few script requests/ideas…

Check my DeFocus plugin, perheaps this is what you need. At first I wrote it as script but it was working terribly slow, as plugin it is much faster.

20 years ago
Forum
Reply
RE: How to change background color of buttons?

Perheaps you should use checkbutton? I think this is what you need.

20 years ago
Forum
Page 5 / 6