ScriptSpot

Forum topic · General Scripting

Newbie question - how to script Select All command

By yoggie76 · 2009-11-04

Description

Hello everyone ...

I apologize if this has already been addressed in the past.

I am trying to find out what is the appropriate way to script the Select All command (select all objects).

I have tried looking this up in the Maxscript reference and doing a search online to no avail.

Is it possible to do a Select All in maxscript?

Thanks in advance for any replies.

Comments (2)

real08121985 · 2009-11-05

select $* or select objects

yoggie76 · 2009-11-05

Thank you!!