Norman3D
@norman3d
New Member
Joined: Feb 14, 2024
Topics: 24 / Replies: 141
Reply
RE: Fibermesh to spline: Help me improve it!

Haven’t had time to check your script denis, i’m still at work. But I see you are providing the numbers to the functions, so that the script doesn’t h…

13 years ago
Forum
Reply
RE: Fibermesh to spline: Help me improve it!

I see… One thing that has me a bit confused is selecting the first bit in a bitarray. Right now I’m converting bitarray to a regular array and using t…

13 years ago
Forum
Reply
RE: Fibermesh to spline: Help me improve it!

I don’t think the progress bar slows it down a lot, perhaps 100ms or less? I’ll try to pre-define the variables, let’s see if that helps a bit!

13 years ago
Forum
Reply
RE: Fibermesh to spline: Help me improve it!

Just in case anyone was wondering… Black = The Mesh Red = Wayne’s script Green = My script above so yeah, if you have any ideas how to improve it …

13 years ago
Forum
Reply
RE: Fibermesh to spline: Help me improve it!

Not really. I already checked this script. The only thing it does is select a loop for each sub element and create a spline for it. It is inaccurate. …

13 years ago
Forum
Topic
Forum
Replies: 21
Views: 11
Reply
RE: Proper way of getting first bit in bitarray

fn lastBit arr = ( local b for n in arr while (b = n; on) do () b ) Like so?

13 years ago
Forum
Reply
RE: Proper way of getting first bit in bitarray

denisT: how is about last bit ? theBitArray = #{56..1002} theBit = theBitArray.count Like this? too easy I think…

13 years ago
Forum
Reply
RE: Proper way of getting first bit in bitarray

denisT: fn firstBit arr = ( local b for n in arr while (b = n; off) do () b ) aha! Thanks! This is checking every index to see if it is 1…

13 years ago
Forum
Topic
Forum
Replies: 8
Views: 18
Reply
13 years ago
Forum
Reply
RE: Disable user properties

people… Maybe use DialogMonitorOPS to detect if the object properties window is opened and then automatically close it?

13 years ago
Forum
Reply
RE: pivot alignment

Yes, that makes sense. It’s saving the world transformation values, not the local ones. It is the local ones that you need to output into a text file….

13 years ago
Forum
Reply
RE: pivot alignment

I think there is another approach to the problem. What you essentially need is to: -Export 1 object from Rhino -Export all the objects transform valu…

13 years ago
Forum
Reply
RE: WindowShopper – 3dsmax UI Explorer

woah! awesome! Thanks for sharing! :bowdown:

13 years ago
Forum
Page 4 / 11