Zbuffer
@zbuffer
New Member
Joined: Feb 14, 2024
Topics: 28 / Replies: 300
Reply
RE: Unreal camera in max

Hi, I think all you need is to use ‘Walkthrough’ mode navigation.

16 years ago
Forum
Reply
RE: Scripted Material and TextureMap plugin Question

Thx Richard and Eric. The TextureMap Shared Classes Help topic is indeed an interesting read. well, I guess I’ll have to live without the curveContro…

16 years ago
Forum
Topic
Forum
Replies: 4
Views: 17
Reply
RE: slice plane automation utility

HI, Well, you are confusing the EditablePoly and Polyop interfaces. also, radiobuttions have a state property, not a value property. here is the edi…

16 years ago
Forum
Reply
RE: ERROR .. where is the problem

Hi, The naming you use is bad beacause is uses points. use single quotes around the name string: $‘my.weird name’ checkclass= execute(“classof $'”…

16 years ago
Forum
Reply
RE: LV column header display?

yep, I confirm the redraw bug you need to change to the create tab and back to modify tab to redraw it. Even clearing and re-adding the columns in the…

16 years ago
Forum
Reply
RE: Common causes of memory leaks?

You could try using the garbage collection function: gc light:true light:true does not clear the undo buffer.

17 years ago
Forum
Reply
RE: [REG] script for importing many 3ds models into the scene…

Hi, try this (not tested) else go to scriptspot.com for tons of solutions ( — replace ‘My Folder’ with your choice Files = getfiles “C:\\My Folder\…

17 years ago
Forum
Reply
RE: Make docking toolbar could be displayed in Maximize mode

Hi, to prevent the Unwrap window to be fully maximized you can use <Unwrap_UVW>.[font=‘Courier New’]setWindowXOffset offset[/font] and <Unw…

17 years ago
Forum
Reply
RE: Strip all usedMaps() paths

Hi, for bitmaps, you can use: for m in getClassInstances BitmapTexture do (m.fileName=filenameFromPath m.fileName)

17 years ago
Forum
Reply
RE: Renamify v1.1 not work in XP64… any help?

Hi, I ported it to DotNet I hope Wahooney is Ok if not, I’ll wipe it out… I commented out the ActiveX lines and added the dotNet Stuff

17 years ago
Forum
Reply
RE: HowTo move Edge or Vertices in a EditMesh Modifier ?

Hi, – lookup TriMesh and you can reference some editable_mesh commands using b.mesh, but I can’t find the methods for it. there is no access to &l…

17 years ago
Forum
Reply
RE: SpreadSheet Editor reborn?

Hi, I ported this to DotNet for my personal use, if interested, i can post it (if bobo is OK with that, of course.

17 years ago
Forum
Reply
RE: My FBX batch import script crashes until i change random line in code

Hi, Seams to work fine here (Max2008) maybe posting the complete script could help… for FbxImporterSetParam “YUpZUp” <bool> try using: Fbx…

17 years ago
Forum
Reply
RE: List all Cameras in a Dropdown list, how?

Hi, here you go ( rollout test_rollout “test” ( local cams=#() dropdownlist camSelect on test_rollout open do ( — grab al camera…

17 years ago
Forum
Page 9 / 22