[REQ] Print material list
-
Does anyone know of a script that can print all material names to the console?
Many thanks in advance.
-
Copy+paste this text +<enter> into the Ruby Console: it prints a list of all of the model's material names
puts;Sketchup.active_model.materials.each{|m|puts m.display_name};puts;Note that the two
puts;are simply to format the output with an empty line in and out... -
Thank you TIG. Very much appreciated!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better đź’—
Register LoginAdvertisement