Message 1 of 1
Maxscript: Finding buttons and menu names to use with max construct

Not applicable
12-19-2018
02:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Where in the Maxscript Help file can i find a command that let's me find names for buttons and menu tabs in max.
For example if i would like to find how to start Line tool under command panel,create,splines tab,line button and use UIAccessor.pressButton <buttonname>. I'm stuck at how to access splines tab.
When trying to use shapemerge with maxscript i'm stuck on finding what the buttoname is for Pick Shape under shapemerge.
So i guess what i'm looking for here is a command that let's me find what everything in the UI is named in a hierarchical dir-tree form.
If this command don't exist, how do i go about building an function that does this?.
/Fred