Itoo Software Forum

Forest Pack => Forest Pro (*) => Topic started by: SeanRedmond on November 27, 2023, 04:58:19 pm

Title: Maxscript for opening library browser, forest lister, and forest tools
Post by: SeanRedmond on November 27, 2023, 04:58:19 pm
Hello,

I'm trying to find out how to open these interfaces via maxscript but they aren't returning anything in the macro recorder and the macroscripts for these aren't viewable. Thanks in advance!
Title: Re: Maxscript for opening library browser, forest lister, and forest tools
Post by: Michal KarmazĂ­n on November 29, 2023, 12:53:23 pm
Hi,

You can access these using the following commands:

Forest Tools
actionMan.executeAction 1840288898 "3"

Forest Lister
actionMan.executeAction 1840288898 "4"

Forest Library Browser
actionMan.executeAction 1840288898 "5"

I hope that helps.

Best regards,
Title: Re: Maxscript for opening library browser, forest lister, and forest tools
Post by: SeanRedmond on November 29, 2023, 07:45:50 pm
Thanks as always, you guys are the best. For some reason Max was listing the wrong Category ID for these.

Anyways thanks again!

Sean