Of course, why didn’t I think about it. This should do it. Thanks a lot.
Could you post this script?
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…
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…
Crap, anyway thanks for the info. I guess I will email vray guys to add this to wish list.
Check “Executing External Commands and Programs” in max script reference. greets
Try declaring MaxProjectFloater as global variable in Inits –Inits global MaxProjectFloater In my case it worked
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.
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. …
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…
What about saveNodes? I think this may be what you need.
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: