eek
@eek
New Member
Joined: Feb 14, 2024
Topics: 25 / Replies: 462
Reply
RE: Normalising joysticks – Xform?

To put an interpolation into a value between 0 -1/-1 all you do is change you reference space. E.g If i want to get a value of 0-1 in a space of 10 – …

16 years ago
Forum
Reply
RE: Using a function with arguments as an argument for a function – how?

hehe i was exactly thinking this last night – which probably the way to go. The amount of callbacks where currently using is absurd (not from my scrip…

16 years ago
Forum
Reply
RE: Using a function with arguments as an argument for a function – how?

Basically ive built a simple script function which runs on all or only the checked anims of our animation framework ‘puppetshop’. Where by you provide…

16 years ago
Forum
Reply
RE: Using a function with arguments as an argument for a function – how?

Yes exactly, executing strings is the only way – balls!

16 years ago
Forum
Reply
RE: Using a function with arguments as an argument for a function – how?

To the first reply: Cool, I get that, but your still essentially encapsulating the variables/arguments in the main script. How would you allow the ma…

16 years ago
Forum
Reply
RE: matching transforms

$a.pos.x = $a.pos.x $a.pos.controller[1].value = $b.pos.controller[1].value

16 years ago
Forum
Reply
RE: Online repository of useful MXS snippets

I just saw snippler has a wordpress plugin, which might be great the bloggers around here.

16 years ago
Forum
Reply
RE: Online repository of useful MXS snippets

RobGalanakis: Haha, yes, tomorrow night I’ll make a full post here. I’ve been working almost non-stop for the past two weeks getting things in orde…

16 years ago
Forum
Reply
RE: Building the FFD modifier from scratch.

Well basically your associating a weight with a vertex of a control mesh based on its distances. So you need to sum the vertices into a normalized wei…

16 years ago
Forum
Reply
RE: how to copy modifiers with all data?

Im guessing at a hunch here but your instancing the modifier in the form of its creation with script rather than copying all of its history? Does loc…

16 years ago
Forum
Reply
RE: Play Animation at random times

Just script it, over time: – point and frog must be in different locations ( local target = $frog local point = $point01 local endPos = [0,0,0] local…

16 years ago
Forum
Reply
RE: Reset SkinWrap by script?

is the modifiers panel open through script? The only way i got stuff working through the skin_wrap is by using the object directly with : $.modifiers…

16 years ago
Forum
Reply
RE: Box creator

Iro: It WORKS!!! Thank you all for your help I am so happy My Pleasure

16 years ago
Forum
Reply
RE: Box creator

Using execute in a script like this would be pretty bad, good for having to rebuild ui or a system that can only be evaluted by execute, but not read…

16 years ago
Forum
Page 13 / 33