antonv
@antonv
New Member
Joined: Feb 15, 2024
Topics: 33 / Replies: 180
Topic
Forum
Replies: 3
Views: 12
Reply
RE: passing array to new popup dialog?

You need to reference the other rollout like in the following example test1.txt_Source.text, this is one way, and another would be to just pass it to …

19 years ago
Forum
Topic
Forum
Replies: 0
Views: 10
Reply
RE: net render one frame naming issue

Seems like the only way to do it is to send the job to the queue but not to save the image and to add a postrender callback which will save the image …

19 years ago
Forum
Reply
RE: net render one frame naming issue

Thanks Ken for the reply! I’ve looked at J_man’s script and that’s roughly how I send it too. It still doesn’t solve the problem I have. I’ll research…

19 years ago
Forum
Reply
RE: net render one frame naming issue

So am I the only one who did this? Nobody else had to submit only one still to render over the network?

19 years ago
Forum
Topic
Forum
Replies: 4
Views: 13
Reply
RE: align vertex

Never tried it but you can get the position of your target vert and asign it to your source vert. The only problem I see is on how to get the verts in…

19 years ago
Forum
Reply
RE: Problems with filestream

The way I usually work with filestreams is to get all the info in the file in a string, filter it or do whatever it needs to be done to it, and write …

19 years ago
Forum
Reply
RE: Refresh viewport issues…..

Try avoiding using “$” for curent selection in scripts. Use “selection” instead. For more info, check on the bottom of the “Pathname Literals” page in…

19 years ago
Forum
Reply
RE: Refresh viewport issues…..

What I usually do when running larger scripts is to disableSceneRedrawfont=‘Courier New’[/font] in the beginning of the script and enableSceneRedrawfo…

19 years ago
Forum
Reply
RE: Simple string question

Use “format” instead of print. I cannot try it now but from what I remember I never had that issue with format.

19 years ago
Forum
Reply
RE: how to greate a layer and selected object add to the layer

Search the MaxScript Reference for “Interface: LayerProperties”

19 years ago
Forum
Reply
RE: load renderpresetfiles via maxscript ?

Here is a piece of code that will load the “3dsmax.scanline.no.advanced.lighting.draft.rps” from Max’s renderpresets folder into the Production render…

19 years ago
Forum
Reply
RE: Multilistbox weird error…

You are totally right! I should have payed more attention to the reference. Thanks again!

19 years ago
Forum
Page 12 / 15