prettyPixel
@prettypixel
New Member
Joined: Feb 14, 2024
Topics: 29 / Replies: 249
Reply
RE: Could any one write a script: to create a sponge (a new idea)

It’s time to download the last version of the script There are some improvements. I added the gravity. There are structures to make plants. All param…

20 years ago
Forum
Reply
RE: Could any one write a script: to create a sponge (a new idea)

Hi all I modified the program so that it supports the 3D. There are interesting results, but it is difficult to find the good angles to create regula…

20 years ago
Forum
Reply
RE: oriented bounding box (obb) and coordsys

rdg: Your solution is pretty artfull rotMyBox=myBox.rotation myBox.rotation=quat 0 0 1 0 myBox.max-myBox.min –> return [100,20,20] myBox.rotatio…

20 years ago
Forum
Topic
Forum
Replies: 4
Views: 38
Reply
RE: accessing mesh class on an edit mesh modifier

I do not know if that can be useful for you but here is an another version of the script which avoids converting the objects into poly. It is better t…

20 years ago
Forum
Reply
RE: accessing mesh class on an edit mesh modifier

Aearon, It doesn’t seem to have an access to the mesh in modifier Edit_Mesh. But It works if you use an Edit_Poly for o in selection do ( objSize =…

20 years ago
Forum
Reply
RE: How to convert a file into an array with sublevels ?

Hi stuh505, and Hi all I have an initialisation problem too. Here is my script: struct listIter ( list, pos=0, fn get = list[pos], fn advance =…

20 years ago
Forum
Reply
RE: How to convert a file into an array with sublevels ?

Thank you again for all explanations. That will enable me to develop the file reader. When I would be a bit more advanced I will be back

20 years ago
Forum
Reply
RE: Normalize UV clusters???

This script does what you request. macroscript normalizeUVWMacro category:”UVWtoolBox” buttonText:”normalizeUVW” toolTip:”normalizeUVW” ( global n…

20 years ago
Forum
Reply
RE: Could any one write a script: to create a sponge (a new idea)

Interesting thread I am also interested by the creation of structures, particularly the structures in honeycomb. One moment ago, I had written a scr…

20 years ago
Forum
Reply
RE: Could any one write a script: to create a sponge (a new idea)

It’s probably an update problem. If you don’t return in subobjectlevel=0, the obliteration occurs. I’m not familiar with the Splines.

20 years ago
Forum
Reply
RE: Looking for unusual scale tool

Here is a modified version of bobo script. His name is OffsetVertsByEdge2 and you will find it in the same category (Bobo’s Polytools). I hope it does…

20 years ago
Forum
Reply
RE: Looking for unusual scale tool

In a case like that one, it would not be easier to modify original script ? … Instead of to calculate the vector the vector based on the edge which c…

20 years ago
Forum
Reply
RE: Looking for unusual scale tool

There are one line of code to add. global thePairsArray=#() after the line global OffsetVertsByEdges I tested it. I like this tool

20 years ago
Forum
Page 12 / 19