sinokgr
@sinokgr
New Member
Joined: Feb 15, 2024
Topics: 19 / Replies: 146
Reply
RE: Orient shape to helper

hahahha yeah, right. Nice observation. He should take the normalized vectors and multiply them with the current vector’s length (just in case fromObj…

12 years ago
Forum
Reply
RE: Orient shape to helper

this one fixes the “random” rotation on the other axis fn alignToObj fromObj toObj axis offset:0 = ( –Store toObj transforms toTm = toObj.trans…

12 years ago
Forum
Reply
RE: Orient shape to helper

Cool, btw, if you want a more compact version with a bit more math, you can use this one too. fn alignToObj fromObj toObj axis offset:10 = ( dir …

12 years ago
Forum
Reply
RE: Orient shape to helper

So, something like this? fn alignToObj fromObj toObj axis offset:10 = ( case axis of ( “x”: ( fromObj.pos = toObj.pos fromObj.dir = toObj.t…

12 years ago
Forum
Reply
RE: Orient shape to helper

So, do you want to create something like pathConstraint? If yes, check this fn splineAlign mySpline splineIndex segmentIndex percent = ( pos = in…

12 years ago
Forum
Reply
RE: Orient shape to helper

do you mean the helpers direction? if yes, then $.dir

12 years ago
Forum
Reply
RE: How to fix invalid symbol of a filename?

a quick fix could be rollout test_filename “test” ( fn fixName txt = ( invalidCharsAr = #(“/”, “:”, “*”, “?”, “\””, “<“, “>”, “|” ) f…

12 years ago
Forum
Reply
RE: Detect maximized viewport

I suppose that if you want something generic the referenceReplace function will do the trick. Otherwise, I’m afraid that you’ll have to write your cus…

12 years ago
Forum
Reply
RE: Detect maximized viewport

I’m not quite sure what you want. Do you want to make to nodes (e.g. spheres) as reference? I’m new to this stuff too, so the best way to find functi…

12 years ago
Forum
Reply
RE: Detect maximized viewport

Great! You’re welcome!

12 years ago
Forum
Reply
RE: Detect maximized viewport

try to download ephere’s wrapper. I’m on mobile, but I think that they have a 2010 version available for download. cheers, Nick

12 years ago
Forum
Reply
RE: Detect maximized viewport

During my experiments to create plugins without the use of C++ (I don’t know C++), I’ve started looking the Autodesk.Max.dll (I have some C# experienc…

12 years ago
Forum
Reply
RE: Please Help

if you want to add a filtering by name too, change the first line from: Bip = for o in objects where classOf o == Biped_Object collect o to: Bip = …

12 years ago
Forum
Reply
RE: Change wirecolor in Script controller

Add a script controller on scale controller on the same object Create a variabled called “self” in the script controller and select “Assign Node”. In …

12 years ago
Forum
Reply
RE: uvMod.getSelectedFaces() unwrap on multiple objects

try this uvMod.getSelectedPolygonsByNode yourNode

12 years ago
Forum
Page 7 / 11