decon
@decon
New Member
Joined: Feb 15, 2024
Topics: 1 / Replies: 42
Reply
RE: speed along path controller

jack, if it’s still fuzzy, take a look at this :

17 years ago
Forum
Reply
RE: speed along path controller

huh, it took me a while to grasp this ! ct = currenttime dis = 0 — next, for every frame let’s calculate — the velocity and add them up for i = 1…

17 years ago
Forum
Reply
RE: speed along path controller

Put a script at objects path controlers percent value: — velocity in meters/sec — v is box height — thePath is the path 🙂 — this gives proper…

17 years ago
Forum
Reply
RE: selection lock toggle state

and if you try to lock with macrorecorder on, it gives you 2 different lines: actionMan.executeAction 0 “59231” – Selection: Selection Lock Toggle, wh…

17 years ago
Forum
Reply
RE: selection lock toggle state

I searched this a while back, but couldn’t find anything. So i wrote this: fn selLocked = ( selectionlock = false sel = selection as array clearsel…

17 years ago
Forum
Reply
17 years ago
Forum
Reply
RE: multiple pivot centering

what happens if you say: for i in selection do (i.pivot = ((i.max + i.min)/2))

17 years ago
Forum
Reply
RE: multiple pivot centering

sorry, works ok here, and there’s nothing wrong with your original code. Maybe you are calling centerpivot() somewhere else in your macro?

17 years ago
Forum
Reply
RE: multiple pivot centering

for i in selection do ( i.pivot = i.center resetXForm i collapseStack i )

17 years ago
Forum
Reply
RE: Detaching and Linking

could be a typo, but this seems to work: –convertTo $ PolyMeshObject the_polyobj = selection[1] setSelectionLevel the_polyobj #face the_polyobj.s…

17 years ago
Forum
Reply
RE: "Scale tool". I want to change the way it scales my objects! but how?

Put pivot to where you want your scaling origin to be. A nice script to help:

17 years ago
Forum
Reply
RE: Better fracture – setting piece mass by its volume

This is basicly the same function but with UI and spinner to set density, doesn’t make a rbc to you, but after made that yourself just select the fra…

18 years ago
Forum
Reply
RE: Simple MAxScript – Copy vertex coords

Take a look at scriptspot, and another cheers, decon

19 years ago
Forum
Page 3 / 3