Try not to use Execute function if there is an alternative
 
 
 

MAXScript FAQ > How To Make It Faster > Try not to use Execute function if there is an alternative

Very few cases require the use of the execute function.

MAXScript has many introspection methods and properties:

Valid cases are:

Previous Tip

Use name values instead of strings when possible

Next Tip

For Loop By Index Vs For Loop Through Collection Performance