eek
@eek
New Member
Joined: Feb 14, 2024
Topics: 25 / Replies: 462
Reply
RE: Multilistbox problem

I’d say in addition to loading the callback on opening the rollout, try to unregister it first. I know you doing it on the close, but this will be a f…

10 years ago
Forum
Reply
RE: Flip hand pose

So its really a decision as a rigger you need to take on the functionality of the rig. When one side of the rig is right-handed and the other is left-…

10 years ago
Forum
Reply
RE: Flip hand pose

Hi Jaber, This might be similar to other replies but anyhow: I try to handle mirroring as simply as possible, basically all your really doing is tr…

10 years ago
Forum
Reply
RE: Question about transform script controller…

Archangel35757: Thanks eek for the answer… I thought all controllers worked in parent space– or maybe I’m misunderstanding you? Same thing – lo…

12 years ago
Forum
Reply
RE: Question about transform script controller…

No. The act of assigning a transform controller essentially nullifies its controller interface access at that high level (grandparent of the entire co…

12 years ago
Forum
Reply
RE: Structs with functions

Member order counts unless you do some instantiation, for example: struct my_struct ( fn b = ( a() ), fn a = ( print “working” ), EndOfSt…

12 years ago
Forum
Reply
RE: Can impossible be possible? (The real challenge)

Well just throwing ideas out there – i’m not near max but here goes using just my brain. We could do something like this: 3 nodes A, B, C B instanced…

12 years ago
Forum
Reply
RE: Can impossible be possible? (The real challenge)

Do you mean the issue of offset? Or just the problem itself?

12 years ago
Forum
Reply
RE: Can impossible be possible? (The real challenge)

Thanks for the link, – the post was actually in response to what Maulik was trying to do – namely multi-directional constraints. I basically first…

12 years ago
Forum
Topic
Forum
Replies: 0
Views: 23
Reply
12 years ago
Forum
Reply
RE: return bones created into array

PePeTD: Haha cool way of doing it I would have just used the append method like eek mentioned, Live and learn right? Really just for cleanliness…

12 years ago
Forum
Reply
RE: return bones created into array

I’d think you’d pass the append method in your boneToChildren fn, because your passing in your initial function again during a loop.

12 years ago
Forum
Reply
RE: CacheOps Weird Behavior

Do you have to be in the modifer stack for the object in question, im working with point cache atm and tend to do: max modify mode –Call your loop …

12 years ago
Forum
Reply
RE: Can impossible be possible? (The real challenge)

I will dip into this challenge a little – yes its doable. Mine can be a transform controller or pos/rotate controller. Weak referencing to allow mult…

12 years ago
Forum
Page 1 / 33