huijun
@huijun
New Member
Joined: Feb 15, 2024
Topics: 0 / Replies: 9
Reply
RE: Align objects to an object with pivot point Orthographic view port?

try this tm = inverse (getviewtm ()) tm.pos = target.transform.pos tmSrc = source.transform * inverse tm tmSrc.pos.y = 0 –tmSrc.pos.z = 0 — if yo…

8 years ago
Forum
Reply
RE: Simulating links between objects?

how about using ‘When Constructs’ box001OffsetTm = $box001.transform * inverse $box002.transform box002OffsetTm = $box002.transform * inverse $box0…

12 years ago
Forum
Reply
RE: quat, vector, angle problem

acos (dot [0,0,1] selection[1].transform.row3) acos (dot [0,0,1] (normalize selection[1].transform.row3)) — if object is scaled row1, 2, 3 of tra…

13 years ago
Forum
Reply
RE: Planted Key -> Free Key

kogen: Okay this is really no big deal you might say. Just go to the keyframe with the planted key and execute “biped.setFree…

13 years ago
Forum
Reply
RE: Biped Rotation Mess

right… biped use tm in world space try to set in link order e.g. … -> clavicle -> upperarm -> forearm -> hand -> …

13 years ago
Forum
Reply
RE: Using matrices to achive "lookat" effect

check this delete $point* if NOT isvalidnode obj1 do obj1= Teapot pos:[0,0,0] if NOT isvalidnode obj2 do obj2=Teapot pos:[100,100,1…

13 years ago
Forum
Reply
RE: Avoiding Max Modify Mode

just try Spline_IK_Control modifier. sikc = Spline_IK_Control () addmodifier theLine sikc sikc.createHelper (sikc.getknotcount())

14 years ago
Forum
Reply
RE: Float Script Rotation Controller

add custom attribute and store the value

14 years ago
Forum
Reply
RE: distance between nodes uses pivot, i need boundingbox

select objects first and use .max and .min select #(obj1,obj2) print selection.max

14 years ago
Forum