HIDDEN LAYERS in copied scenes
-
If a scene is created that contains hidden layers, and then a new scene is created as a copy, the hidden layers need to be re-activated. Is there a way to avoid this? The hidden layers were generated by a plugin.
-
Run this in the ruby console to set all layers to default behavior
Sketchup.active_model.layers.each{|layer| layer.page_behavior=0}edit:
if you only want to change the behavior of one layer, run this and substitute NAME for your layer name
Sketchup.active_model.layers.each {|layer| if layer.name=="NAME";layer.page_behavior=0;end} -
Thanks! And it seems to be permanent....vs. lasting only for one session.
-
@pipingguy said:
Thanks! And it seems to be permanent....vs. lasting only for one session.
Yes - provided you save the model. Page behavior is a property of each Layer and is saved within the model.
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