lechoo
@lechoo
New Member
Joined: Feb 15, 2024
Topics: 17 / Replies: 68
Reply
RE: Getting node that custom attribute is on

Of course, why didn’t I think about it. This should do it. Thanks a lot.

20 years ago
Forum
Topic
Forum
Replies: 2
Views: 13
Reply
RE: filestream pharsing

Could you post this script?

20 years ago
Forum
Reply
RE: filestream pharsing

Maybe try switching dots with comas, like this: 1123.213,123213.546,57312.54732 change to this 1123,213.123213,546.57312,54732 I’ve had that kind of p…

20 years ago
Forum
Reply
RE: filestream pharsing

Maybe you could read whole line at time and filter it with “,”. Then read elements 1,2 and 3 from new string. fLine = “1123.213,123213.546,57312.5…

20 years ago
Forum
Reply
RE: Accesing exclude list in VRay Light

Crap, anyway thanks for the info. I guess I will email vray guys to add this to wish list.

20 years ago
Forum
Topic
Forum
Replies: 2
Views: 10
Reply
RE: Opening a file or WebSite From Max Script

Check “Executing External Commands and Programs” in max script reference. greets

20 years ago
Forum
Topic
Forum
Replies: 0
Views: 11
Reply
RE: My script – MaxProject and Rollout Close Error

Try declaring MaxProjectFloater as global variable in Inits –Inits global MaxProjectFloater In my case it worked

20 years ago
Forum
Reply
RE: External File Stuff…

You could submit max file for rendering (as suspended), read job’s properties and then remove it from queue. Not a nice solution but it works.

20 years ago
Forum
Reply
RE: Targeted Cameras created from text file

Hi, first thing you have to do is to split line from text file using filterstring. Then simply assign each element to camera coresponding property. …

20 years ago
Forum
Reply
RE: floater, spinner change with live update in the viewport and undo management ?

Hi, maybe you could preform undo before entering undo context, like this: max undo undo on ( $.selectedVerts[1].pos.y = val ) That way you shoul…

20 years ago
Forum
Reply
RE: My Lame Script doesn't work could someone help

What about saveNodes? I think this may be what you need.

20 years ago
Forum
Reply
RE: Getting object color value…

I see. I must say I have no idea how this can be done. I think you would need some kind of detector object, but what could it be?? :shrug:

20 years ago
Forum
Page 4 / 6