Gumnut
@gumnut
New Member
Joined: Feb 15, 2024
Topics: 25 / Replies: 49
Reply
RE: What can I use instead of groups?

denisT: group selection is a built-in max solution. it is possible to mimic this behavior with a custom solution but… why? you can find on this foru…

9 years ago
Forum
Reply
RE: What can I use instead of groups?

denisT: as i understood your only problem is correctly get a bounding box of contained members of a group. so let’s focus on this issue. as i sa…

9 years ago
Forum
Reply
RE: What can I use instead of groups?

denisT: there are no bugs in ‘group mechanics’. if anything works unexpected for you it doesn’t mean works wrong. ‘group’ is exactly what you are lo…

9 years ago
Forum
Reply
RE: What can I use instead of groups?

Hi again, I just woke and read the above responses. Both the code pasted, and the solution on the linked thread work for scripting purposes however a…

9 years ago
Forum
Topic
Forum
Replies: 10
Views: 39
Reply
RE: Are structs inherently useful?

TheTool = ToolStruct() Declaring the global as the struct and then using the code as though it WAS the struct is very interesting. I wouldn’t have t…

10 years ago
Forum
Reply
RE: Are structs inherently useful?

Thanks PolyTools3D and Mambo4. The info you gave made sense and was useful. @LoneRobot: for i = 1 to 100 do (print “lmfao!”). I will spend more t…

10 years ago
Forum
Reply
RE: Are structs inherently useful?

Thanks for the answers guys. I’m sick and bed-ridden right now and will read them as soon as I can focus on work again.

10 years ago
Forum
Topic
Forum
Replies: 14
Views: 54
Topic
Forum
Replies: 0
Views: 9
Reply
RE: How can I make my hundreds of lines of code (and functions) run from a button press?

Nevermind. I’m going to put all the rollouts below the huge struct. It’s just a lot of re-organizing that I probably needed to do anyway…

10 years ago
Forum
Reply
RE: How can I make my hundreds of lines of code (and functions) run from a button press?

Denis, I’m trying to organize my script with the 1 global 1 struct system and I’m now having very serious problems with organizing the rollouts. My w…

10 years ago
Forum
Reply
RE: How can I make my hundreds of lines of code (and functions) run from a button press?

denisT: might be helpful… also search in this forum for “nested structs”, “rollout in struct”… there are many different samples on this forum I …

10 years ago
Forum
Reply
RE: How can I make my hundreds of lines of code (and functions) run from a button press?

1 struct in the entire script always? Only 1? EDIT: Using only 1 struct makes sense to me (after thinking about it more), and I have changed my scrip…

10 years ago
Forum
Reply
RE: How can I make my hundreds of lines of code (and functions) run from a button press?

Yep. I already figured them out with the help of the 2nd link you gave. Your first one made me realize that I don’t have to declare global variables a…

10 years ago
Forum
Page 4 / 5