arLutiK
@arlutik
New Member
Joined: Feb 15, 2024
Topics: 3 / Replies: 13
Reply
RE: Is this doable

so in otherwords not from the file it needs to be in the startup.

19 years ago
Forum
Topic
19 years ago
Forum
Replies: 3
Views: 14
Reply
RE: Script that repeat itself every frame of a render

Hi Aaron problem txt = “if $glu3d_02 != undefined then delete $glu3d_02 ” if I do this it doesn’t do my error but it doesn’t do my delete if the me…

19 years ago
Forum
Reply
RE: Script that repeat itself every frame of a render

Thanx Aaron you are of great help, especially cause I barely know maxscript Now my question to you is is it possible to have a window appear that le…

19 years ago
Forum
Reply
RE: Script that repeat itself every frame of a render

Actually it works but I have to do it this way gc ( callbacks.removescripts id:#fRGlu txt = “delete $glu3D_02 ” txt += “liq = $glu3D_01 ” txt += “sna…

19 years ago
Forum
Reply
RE: Script that repeat itself every frame of a render

ok well ain’t perfect but I solved the out of memory after like 20 frames of render undo off ( callbacks.removescripts id:#fRGlu txt = “liq = $glu3D_…

19 years ago
Forum
Reply
RE: Script that repeat itself every frame of a render

no it crash on second frame the best is to go with preframe but I’m a frame late

19 years ago
Forum
Reply
RE: Script that repeat itself every frame of a render

callbacks.removescripts id:#fRGlu txt = “liq = $glu3D_01 ” txt += “snapshot liq ” –snapshot my Glu mesh callbacks.addScript #preRenderFrame txt id:#f…

19 years ago
Forum
Reply
RE: Script that repeat itself every frame of a render

one more thing if I do my snapshot with a prerenderframe, nothing appears so I need my snapshot before that

19 years ago
Forum
Reply
RE: Script that repeat itself every frame of a render

Ok I’m getting close this one works for one frame but when i do a sequence it crashes on the second frame callbacks.removescripts id:#fRGlu txt = “l…

19 years ago
Forum
Reply
RE: Script that repeat itself every frame of a render

use postRenderFrame for your cleanup, if I do this won’t it delete the object before the render of the frame? By the way thx for all your tips, oh by…

19 years ago
Forum
Reply
RE: Script that repeat itself every frame of a render

callbacks.removescripts id:#fRGlu txt = “s = $glu3D_01 ” txt += “select $s ” callbacks.addscript #preRender txt id:#fRGlu callbacks.addScript #preRend…

19 years ago
Forum
Reply
RE: Script that repeat itself every frame of a render

Thanx Aaron this should be very useful, wow I’m starting to understand something

19 years ago
Forum
Topic
Forum
Replies: 17
Views: 60
Reply
RE: I need help with a script and I have no experience in scripting

Ok here’s another way to aproach the problem that seem easier but what do I know I have a x object that change chape, I need max to take a snapshot m…

19 years ago
Forum
Page 1 / 2