fizbanjoker
@fizbanjoker
New Member
Joined: Feb 14, 2024
Topics: 5 / Replies: 54
Reply
RE: unwrap_uvw getSelectedVertices errors

Try something like this: Assign the unwrap modifier to a variable and use it. UVWunwrap needs to be the current element in the Command Panel and Max m…

10 years ago
Forum
Reply
RE: dotnet listview items

I recommend the same solution as Io. I have a datagridview with that and works smoothly (and at the beginning that script was a listview and it needed…

10 years ago
Forum
Reply
RE: Clean_MultiMaterial : UtilityPlugin ???

I think I am not wrong. let’s break this down: multimaterialsarray=(for o in objects where o.material != undefined and classof o.material == Multima…

10 years ago
Forum
Reply
RE: Clean_MultiMaterial : UtilityPlugin ???

use MMClean.findAll &multimaterialsarray if multimaterialsarray.count > 0 do … you dont need to loop the objects, findAlldo it.

10 years ago
Forum
Reply
RE: Clean_MultiMaterial : UtilityPlugin ???

which is the error you get?? For me works in max 2011 but I just tried it in max 2013 and it doesn’t work. No unused materials…

10 years ago
Forum
Reply
RE: Clean_MultiMaterial : UtilityPlugin ???

i this is is what you want: MMClean.fixAll prompt:false when you have an interface, you should use the Alias of the interfaces to use its methods.

10 years ago
Forum
Reply
RE: Clean_MultiMaterial : UtilityPlugin ???

do you want this?? MMClean.CleanMaterailsAll()

10 years ago
Forum
Reply
RE: Loft and Maxscript OR Alternatives

you can start from some code similar to this: ( local stShapeName = “Shape” global GetShapeNotification fn GetShapeNotification = ( loc…

10 years ago
Forum
Reply
RE: Make it faster: reading binary data

It looks like a massive parallel process, so if you want high performance i recommend you to do that with CUDA/OpenCL and Max SDK.

11 years ago
Forum
Reply
RE: Is there better way to do this?

You´re welcome. Any callback has a cost. You must unregister a callback if you don´t need it more. Look at the maxscript help. callbacks.removeScri…

11 years ago
Forum
Reply
RE: Is there better way to do this?

i think you want something like this: ( global GW_displayText unregisterRedrawViewsCallback GW_displayText fn GW_displayText = ( wPos = 40 — …

11 years ago
Forum
Reply
RE: draw a text in corner of the viewport

Try this: ( global GW_displayText unregisterRedrawViewsCallback GW_displayText fn GW_displayText = ( wPos = 40 — horizontal position max = gw…

11 years ago
Forum
Reply
RE: Function to merge meshes

hi! I thought you might be interested in reading this post:

11 years ago
Forum
Reply
RE: Stuck creating a box?!@#! it so basic…

The problem is not the box creation. You only can define rollout properties/functions inside rollout block. Create the box inside a function block or …

11 years ago
Forum
Reply
RE: Cell Style in DataGridView problem

This topic is also interesting for me! But is there an option to give a color for certain rows? Will it slow down the datagreed? Yes, you just need …

11 years ago
Forum
Page 1 / 4