» Back to Documentation

Edit Guides Modifier Access

NOTE: The contents of this document apply to Ornatrix 2.0 and later versions only.

Edit guides modifier (presented as "Ox Edit Guides" in the UI) exposes a good amount of its functionality to MaxScript. This allows a script writer to operate on hair in an automated manner.

To access the edit guides modifier of a selected object through MaxScript you can use the object's modifier array, for example:

$.modifiers[1]

The above code will give you access to the first modifier on the stack. If this modifier is edit guides you will see this returned in the listener:

Ox_Edit_Guides:Ox Edit Guides

Once you have access to the edit guides modifier you can operate on it using methods referenced in this document.

Function Reference

Following are the functions for Edit Guides accessible through MaxScript: