aaandres
@aaandres
New Member
Joined: Feb 14, 2024
Topics: 52 / Replies: 726
Reply
RE: Lambda Expressions in Maxscript – II

Thanks for posting, k4noe. The purpose is, effectively, speed up workflow. Have you tried it? As functions are predefined, you can save time of coding…

9 years ago
Forum
Reply
RE: Lambda Expressions in Maxscript – II

Reserved for updates 09/01/2017: added Query Function ‘GroupBy’: create multiArray of groups following lambda expression criteria. added Final Funct…

9 years ago
Forum
Reply
RE: Lambda Expressions in Maxscript – II

Reserved for performance tests test 1: ‘GroupBy’ (+50% time) ( myArray = for i = 1 to 1000 collect [random 0 100, random 0 100, random 0 100] QAr…

9 years ago
Forum
Reply
RE: Lambda Expressions in Maxscript – II

Reserved for arrays query using Comparer examples Example 1: ‘NodeDistanceComparer’ We want to select all nodes that have their coord X positive and a…

9 years ago
Forum
Reply
RE: Lambda Expressions in Maxscript – II

Reserved for general arrays query examples QUERY FUNCTIONS _Where(#‘lambda expression’): general purpose query function. Lambda expression must eva…

9 years ago
Forum
Reply
RE: Lambda Expressions in Maxscript – II

Reserved for using explanation User’s guide: The ‘ArrayQuery’ struct purpose is to query arrays and multiarrays using predefined functions through a k…

9 years ago
Forum
Topic
Forum
Replies: 13
Views: 126
Reply
RE: MaxScript Comparer. Need help.

In fact, the only important thing in comparer is the ‘_value function’. The other ones aren’t essential for general purposes. Here’s a quick test show…

9 years ago
Forum
Reply
RE: MaxScript Comparer. Need help.

Thanks DenisT. That’s really clever. Sadlely, the big problem is functions calling functions all that belonging to a struct. It takes three or four t…

9 years ago
Forum
Reply
RE: MaxScript Comparer. Need help.

Forget about it. Performance is horrible.

9 years ago
Forum
Topic
Forum
Replies: 5
Views: 37
Reply
RE: keep old parameter value in a "set handler" (on parameter set val do (…))

You can use a local variable to hold the value. In that case, you have to initialize it on the ‘on load’ clause when opening the scene. plugin modif…

9 years ago
Forum
Reply
RE: Lambdas in Maxscript – First Attempt

Ok. Here’s a struct for Arrays Query using some kind of ‘lambda expressions’. Just uses one aditionnal Global for holding the lambda expression. There…

9 years ago
Forum
Reply
RE: Lambdas in Maxscript – First Attempt

Deleted post to improve struct.

9 years ago
Forum
Reply
RE: Lambdas in Maxscript – First Attempt

Deleted post to improve struct.

9 years ago
Forum
Page 26 / 52