gazybara
@gazybara
New Member
Joined: Feb 14, 2024
Topics: 36 / Replies: 998
Reply
RE: Working with modifier instances

Yup. But I need also first instance

11 years ago
Forum
Reply
RE: Working with modifier instances

denisT: all unique nodes that have only unique modifiers? No. Only unique nodes. I wrote simple tool by request on scriptspot.com and i need a si…

11 years ago
Forum
Reply
RE: Working with modifier instances

One question Is this proper way to collect all unique nodes that have assigned modifiers fn uniqueNodes objs = if objs.count != 0 do ( local …

11 years ago
Forum
Reply
RE: Working with modifier instances

I did not know about refhierarchy interface Very cool Denis. Thanks for info.

11 years ago
Forum
Reply
RE: Working with modifier instances

Try this example theBox = Box pos:[100,0,0] theTea = Teapot radius:10 theMody1 = TurboSmooth() addModifier theBox theMody1 addModifier theBox (…

11 years ago
Forum
Reply
RE: my messy code

First case for i = 1 to 10 where findItem objlist i != 0 do print i And second case (opposite) for i = 1 to 10 where findItem objlist i == 0 do pr…

11 years ago
Forum
Reply
RE: calculate the date which was x days ago!

Here also a example how to calculate number of days between two dates fn GetDaysBetweenDates firstDate: secondDate: = ( fn checkInput &out d…

11 years ago
Forum
Reply
RE: calculate the date which was x days ago!

…or date.ToShortDateString()

11 years ago
Forum
Reply
RE: Append sub-arrays of diferent sizes into an array ?

Blobynator: Actually, I’d be greatfull if I could have a tiny explanation about how works the second example ? I have well integrated it in my scrip…

11 years ago
Forum
Reply
RE: Append sub-arrays of diferent sizes into an array ?

And one more example with values only MyBonesPerVert = #(3, 2, 4) MyVertexWeight = #(0.105833, 0.788333, 0.105833, 0.839333, 0.160667, 0.123, 0.25…

11 years ago
Forum
Reply
RE: When object deleted, delete children. Huh?

Are you purposely forgot to parent points to dummy? I added this line “(point pos:[k*20,y,0] wirecolor:orange parent:b)” which is works but after dele…

11 years ago
Forum
Reply
RE: When object deleted, delete children. Huh?

So what do you suggest? For now when I delete master dummy then press Undo and delete again everything works fine. I newer used “when construct mechan…

11 years ago
Forum
Reply
RE: When object deleted, delete children. Huh?

I have a question: Why we need to use for loop with n=[1,1,10] and declare master dummy as global. Can we simply use this concept? global ContainerA…

11 years ago
Forum
Reply
RE: When object deleted, delete children. Huh?

This is very interesting topic. Denis I really appreciate your contribution an effort for amazing explanation. Probably this is not perfect way but wo…

11 years ago
Forum
Reply
RE: Position, rotation, and custom attributes

In some cases “collect” can produce much slower solution. Anyway “appendIfUnique” with “append” method is the right one… I think Also I often use th…

11 years ago
Forum
Page 30 / 69