Itoo Software Forum

Author Topic: Maxscript for opening library browser, forest lister, and forest tools  (Read 315 times)

SeanRedmond

  • Newbie
  • *
  • Posts: 16
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!

Michal Karmazín

  • iToo Software
  • Hero Member
  • *****
  • Posts: 2486
Re: Maxscript for opening library browser, forest lister, and forest tools
« Reply #1 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,

SeanRedmond

  • Newbie
  • *
  • Posts: 16
Re: Maxscript for opening library browser, forest lister, and forest tools
« Reply #2 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