jonahhawk
@jonahhawk
New Member
Joined: Feb 14, 2024
Topics: 38 / Replies: 152
Reply
RE: update object position from 3rd party app

Sorry, No help with your error message from me. Your job description sounds fantastically interesting though. Would love to hear see/hear more.

13 years ago
Forum
Reply
RE: update object position from 3rd party app

@MikieK – I am very curious as to what you are doing here… I’ve played around with clumsy file read/writes with timers etc to get Grasshopperand Max “…

13 years ago
Forum
Reply
RE: Format not outputting what i've specified

oops too slow ( — generate some files local theFolder = “C:/Temp/” local theFilePrefix = “File_” for f = 1 to 50 do ( local theFile =…

13 years ago
Forum
Reply
RE: Bitmap Magic Number

I think the answer is 42

13 years ago
Forum
Reply
RE: Align to a Quad?

here is one fast and cheap method using polyOp ( polyOb = convertToPoly (Torus_Knot radius:8 radius2:3) teaP= (teapot radius:2) for f = 1…

13 years ago
Forum
Reply
Reply
RE: Scripted plugin Editable poly

Check out the help on scripted modifiers. Here we extended Editable_Poly to add a Select By Area rollout:

13 years ago
Forum
Reply
RE: Select and Export multiple objects

First off your code can be simplified. objects is already a collection. It is not necessary to duplicate that collection by building a new array. It …

14 years ago
Forum
Reply
RE: How to Calculation Save file Time ?

As in, how long it takes to save a file? Look up General Event Callbacks then #filepresave and #filepostsave

14 years ago
Forum
Reply
RE: Extend Edit_Poly to have Select Face by Area

That’s better. It acts a little funny but it is decent. Thanks for the additions.

14 years ago
Forum
Reply
RE: Extend Edit_Poly to have Select Face by Area

Thanks for testing. It works for me either way. I think when I tested it before, the object was so small in system units that it the Min Area value wa…

14 years ago
Forum
Topic
Forum
Replies: 5
Views: 19
Reply
RE: Why does RenderScene Dialog make everything so slow?

Max 2012, XP 64 First time was slow: 93ms/16ms. Second time, after closing the render scene dialog and the two bitmaps, was the identical. Repeated ma…

14 years ago
Forum
Reply
RE: camera zoom extents to fit

I use the viewport controls for this, not a real camera. It’s mostly a hack of zoomextents and then zoom 0.7x to close in a bit. It’s not the greatest…

14 years ago
Forum
Reply
RE: Texel lookup in scripted controller evaluates hundreds of times.

If you had a dollar for every bit of helpful direction you’ve given… Thanks for helping me to progress. It is much appreciated.

14 years ago
Forum
Page 2 / 13