Koper Posted February 16, 2011 Share Posted February 16, 2011 I'm strugeling to create a list of all the active material ID's of an object I'm not able to get into the - '.selectByMaterialID' list Anyone has an idea? Link to comment Share on other sites More sharing options...
Koper Posted February 16, 2011 Author Share Posted February 16, 2011 got it ---- ----- ( local idlist = #() DD = GetNumFaces($) for x = 1 to DD do ( rr = $.GetFaceMaterial(x) appendIfUnique idlist rr ) print (idlist as string) ) 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