floopyb
@floopyb
New Member
Joined: Feb 15, 2024
Topics: 30 / Replies: 88
Topic
Forum
Replies: 2
Views: 11
Reply
RE: How to… pick sub-objects?

You could always store the current selection in an array, do your function then select the stuff in the original array again. May not work if you are …

16 years ago
Forum
Reply
RE: maya xy shrinkwrap MEL

Isnt that just what max’s shrink wrap does?

16 years ago
Forum
Reply
RE: Scripted Controller Help, Acess own nodes pos?

cant you use the “self” command? or am I thinking of a different use?

16 years ago
Forum
Reply
RE: MaxScript & VRaySphereFade

I asked about this problem in the vray forums, and can confirm that it is not working for 1.50 SP2, both using append gizmo and trying to directly ass…

16 years ago
Forum
Topic
Forum
Replies: 1
Views: 14
Reply
RE: Monitoring dialog titles every 20sec

ahhh, thankyou ZeBoxx2. I did check the max help but sometimes its hard to know what to search for! Cheers again

16 years ago
Forum
Topic
Forum
Replies: 2
Views: 13
Reply
RE: Accessing Pflow Material Index externally …

I ended up using a Box3 to copy the MAtID to the integer channel, then used a script operator to assign the Integer channel to a global array. Seemed …

16 years ago
Forum
Reply
RE: Accessing Pflow Material Index externally …

I meant I couldnt access it externally. Ill give the script operator a go.

16 years ago
Forum
Reply
RE: Accessing Pflow Material Index externally …

I tried the integer channel, but you cant get access to that either

16 years ago
Forum
Topic
Forum
Replies: 10
Views: 26
Reply
RE: Getting all combinations of a set of arrays

Thats it! Thanks Bobo! I had the right idea but not the 1337 scripting skillz to do it! Thanks mate!

16 years ago
Forum
Reply
RE: Getting all combinations of a set of arrays

This is what I have at the moment… doesnt quite work x=#(“1”, “2”, “3”) y=#(“a”, “b”, “c”, “d”) z=#(“y”, “z”) arr = #(x, y, z) count = 1 manAr…

16 years ago
Forum
Reply
RE: Getting all combinations of a set of arrays

Yep something like that… but it wont dynamically work for w=#(“9”, “8”) x=#(“1”, “2”, “3”) y=#(“a”, “b”, “c”, “d”) z=#(“y”, “z”) or just y=#(“a”, “b…

16 years ago
Forum
Page 6 / 8