Moosley
@moosley
New Member
Joined: Feb 15, 2024
Topics: 13 / Replies: 90
Reply
RE: noobie-type-question :code executes differently

Hi! Not sure, I’ve not used the unNormalize function, but you don’t need to do i += 1 in the for loop as far as i know it can be just: for i = 1 to ve…

19 years ago
Forum
Reply
RE: Interface for a 3D max application

Visual maxscript is great for doing neat gui’s quickly. That’s about all I would ever do with it!

19 years ago
Forum
Reply
RE: Interface for a 3D max application

It would be handy if you could post your code here so we can see what’s going on. Though I suspect it’s not appearing because once you have defined y…

19 years ago
Forum
Reply
RE: Interface for a 3D max application

Hi! If you open a new script then press F2 you should get a nice little rollout designer (visual maxscript) which you can use to make an interface fo…

19 years ago
Forum
Reply
RE: get geometry in selection

You’re nearly right… It should be this: arr_g = for o in selection where superClassOf o == geometryClass collect o

19 years ago
Forum
Reply
RE: How to copy material id between polys ?

I think the script I posted is probably one of the safer way to approch it (I could be wrong), the way you described it sounds like it would need a mo…

19 years ago
Forum
Reply
RE: How to copy material id between polys ?

Hi! Sometihng like this: ( cpyMatID = undefined try(destroyDialog cpyMat)catch() rollout cpyMat “Copy Mat ID” width:88 height:72 ( …

19 years ago
Forum
Reply
RE: Which end?

Cheers! polyop.getEdgeVerts worked a treat, I was using polyop.getVertsUsingEdge before.

19 years ago
Forum
Topic
19 years ago
Forum
Replies: 4
Views: 45
Reply
RE: Explosion of sphere

Hi! You could probably simplfy your code greatly by using a mapped function: ( — Create sphere and convert to poly obj = sphere() conv…

19 years ago
Forum
Reply
RE: Newbie With Animation Questions

Number 6: Do you not need to just set a key at frame 50 with the same settings as frame 0 for the skew modifier?

19 years ago
Forum
Reply
RE: mouseTrack() function Any one use it?

Oh yeah! Never noticed that, always ‘misread’ it to be ‘Abort ’

19 years ago
Forum
Reply
RE: mouseTrack() function Any one use it?

You can rotate and pan/zoom with mousetrack via the middle mouse button. Just not with the viewport control buttons (which change the focus of the cu…

19 years ago
Forum
Reply
RE: mouseTrack() function Any one use it?

cyberluigi2k’s code is right except that it’s #mouseAbort instead of #mouseAbout. You can also get it to track on a specific object using the ’ on:&lt…

19 years ago
Forum
Reply
RE: mouseTrack() function Any one use it?

I’ve used it in a couple of scripts… What sort of trouble are you having?

19 years ago
Forum
Page 5 / 7