Zbuffer
@zbuffer
New Member
Joined: Feb 14, 2024
Topics: 28 / Replies: 300
Reply
RE: Knots to Vert_array

jazz_arch: Thank you Keith! Sorry for late answer, but in meantime I had to deal with some annoying exams Fast test of the script on some circles …

17 years ago
Forum
Reply
RE: How can i do this ? and this ?

RappyBMX: hy i just can’t find out how to do a few thing in max script ! here’s what i don’t know: how can i make a few buttons in the selected …

17 years ago
Forum
Reply
RE: Setting all viewports to show Edged Faces

Hi, this works for me: ( for i = 1 to viewport.numViews do ( viewport.activeViewport = i viewport.SetShowEdgeFaces (true) ) redrawViews() )

17 years ago
Forum
Reply
RE: Batch process – open max files in folder, remove objects by name.

Hi, Well seams easy enough ( — change RootDir and pat to what you need local RootDir=getdir #scene — Base folder to search local pat = “AB_*” — …

17 years ago
Forum
Reply
RE: Crashing on Edit_poly mod Subobject Commands

Hi, You probably get this error because you loop through the faces and after detaching, the face count changes. You should either update the face co…

17 years ago
Forum
Reply
RE: MSComctlLib.TabStrip.2 not working

Hi, Unfortunately, there is no workaround for Win64, since microsoft stopped ActiveX support. The only way is to update the script to use the Dotnet …

17 years ago
Forum
Reply
RE: RAMplayer and MaxScript

Thanks a lot for you answer. I just had a look at DialogMonitorOPS and UIAccessor Just I’m confused about the way to get the handle. Could anyone po…

17 years ago
Forum
Topic
Forum
Replies: 2
Views: 17
Reply
RE: DOSCommand does not work, yet in Command Prompt it does…?..!

Hi, I also have been struggling with this issue, and the way I ended up was writing to a batch file and then executing it something like: ( local b…

17 years ago
Forum
Reply
RE: Peek Maxfile settings

look up renderpresets in the maxscript reference. The general idea is: save a presset: loadmaxfile “MyFile.max” renderpresets.SaveAll 0 (GetDir #r…

17 years ago
Forum
Reply
RE: Peek Maxfile settings

Hi, you could load the file with the render settings you want, save them as a presset, and then load the presset in the new file.

17 years ago
Forum
Reply
RE: first try at dot net. need a bit nof help

Hi, from what I see the variable scriptpath is not initialized: and you you need a double \ in the path (because of ’ ’ wich maxscript sees as a tab c…

17 years ago
Forum
Reply
RE: collect objs withs missing UVWs

Hi, Interesting question out of the box I think you could try : select (for obj in geometry where not (meshop.getMapSupport obj.mesh 1) collect ob…

17 years ago
Forum
Reply
RE: new to maxscript- viewport grab task

Hi, this should get you going, I hope MyPath=”C:\\renders\\grabs\\” viewport.setType #view_top img = gw.getViewportDib() img.filename = MyPath + (g…

17 years ago
Forum
Reply
RE: Max 9 SP1 encryption

@magicmOk, thanks didn’t know that

18 years ago
Forum
Page 11 / 22