gfa2 Posted January 29, 2008 Share Posted January 29, 2008 Did a search both Google and here, didn't see anything. Does anyone know how to generate a list to see what objects in a scene have a non-zero object ID set? This seems like it should be easy to do but I can't find it anywhere. I looked on scriptspot for a script too....nothing. There are scripts to set the object ID's, but none that will list them once they are set. Link to comment Share on other sites More sharing options...
Dave Buchhofer Posted January 29, 2008 Share Posted January 29, 2008 for obj in objects do if (obj.gbufferchannel > 0) then format " Obj: % ID: % \n" obj.name obj.gbufferchannel will output the ids to the maxscript listener Link to comment Share on other sites More sharing options...
gfa2 Posted January 29, 2008 Author Share Posted January 29, 2008 Thanks Dave...does the job. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now