Zbuffer
@zbuffer
New Member
Joined: Feb 14, 2024
Topics: 28 / Replies: 300
Reply
RE: ** system exception **

Hi you may need to increase heapsize memory allocation (customize/preferences/Maxscript)

18 years ago
Forum
Reply
RE: Building an x64 plugin in Visual Studio

The errors you have is because you need to link with the correct (x64) version of OpenNL library Download the blender source files open (convert) …

18 years ago
Forum
Reply
RE: Importing with no Prompt

You cannot access importer options from Maxscript. (AFAIK) you should import the 1st file: importfile f (this will open the otions for the importer) …

18 years ago
Forum
Reply
RE: Importing with no Prompt

You need to run the options of the importer on the first import, and make sure it’s not set to always show option, then #noprompt should work, and the…

18 years ago
Forum
Reply
RE: UVWmap modifier & fit

Hi, you can use the Unwrap do do this: $.modifiers[#unwrap_uvw].unwrap5.mappingFit ()

18 years ago
Forum
Reply
RE: Massive Local Moving

Hi select the faces/polys and and a push modifier.

18 years ago
Forum
Reply
RE: Local declarations not working in script controller

Hi, I think you need to declare the variable first : local vart1 if var1 == undefined then ( var1 = 0 ) var1 += 1 print var1 [0,0,…

18 years ago
Forum
Reply
RE: makePreview

posted in the wrong thread, sorry

18 years ago
Forum
Reply
RE: Drag and Drop in Treeview in .NET

Yes, I ran into this as well… I didn’t post the complete stuff… I think you should do the check in the dragover handler rather than in the Dragdrop, …

18 years ago
Forum
Reply
RE: Drag and Drop in Treeview in .NET

Yeah, I hear you, Took me a while to get this working… the idea is that to enable the drag and drop, you need to use ‘DragDropEffects’ properties of …

18 years ago
Forum
Reply
RE: New Object Script

Use a tube with 4 sides uncheck smooth

18 years ago
Forum
Reply
RE: CGTALK MAXSCRIPT CHALLENGE – Topics and Suggestions

Ideas: Compare Render: kinda like maya or the RAM player but enabling more than 2 images.

18 years ago
Forum
Reply
RE: How to convert face selection to element

Hi look for ‘getElementsUsingFace’ in MaxScript Help TheMod=modpanel.getcurrentobject() TheMod.setSelection #face (PolyOp.getElementsUsingFace $ 1)

18 years ago
Forum
Reply
RE: Folder browsing script

Hi to collect all jpg in D:\Maps : Files=getfiles “D:\Maps\*.jpg” to collects all files in D:\Maps : Files=getfiles “D:\Maps\.” look for ‘getfiles’…

18 years ago
Forum
Reply
RE: ClickMap framework (building 'easy' clickmaps)

Most interestring ! Thx a lot for this, great way to build a UI !

18 years ago
Forum
Page 17 / 22