ZBrushCentral

Are default values for custom routine args possible?

Many of the builtin ZScript functions give default values to arguments if those arguments are not specified in the function call. Is it possible to achieve the same effect with custom routines?

Cheers,
Ken

No, but you can achieve the same funtionality by program logic as you probably know.

By setting the variables default value upon loading of a zscript and when you press a button only change that value if it meets certain criterias, you get the same functionality.