[REQ] Switch off "face camera" for a selection of components
-
I think I have asked for this a long time ago but cannot find it.

Is there a script to switch off Always Face Camera for a selection of components?
Maybe even a toggle to turn them on again... -
These one-liners work on the definitions of ALL instances in the current selection...
OFFSketchup.active_model.selection.to_a.find_all{|e|e.class==Sketchup;;ComponentInstance}.map{|i|i.definition}.each{|d|d.behavior.always_face_camera=false}ON
Sketchup.active_model.selection.to_a.find_all{|e|e.class==Sketchup;;ComponentInstance}.map{|i|i.definition}.each{|d|d.behavior.always_face_camera=true} -
Thanks, TIG.
I had my hopes on you.
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