Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
🫛 Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
I need a free Note Camera Point script
-
i need a free Note Camera Point script for sketchup plz
-
Copy/Paste + <Enter> this 'one-liner' into the Ruby Console.
m=Sketchup.active_model;g=m.entities.add_group();es=g.entities;ps=m.pages;m.start_operation("CamPos");ps.each{|p|pt=p.camera.eye;es.add_cpoint(pt);es.add_text("CamPos="+p.name,pt,[0,0,6])};m.commit_operationEach Camera is shown with the Scene's name.
All of these are grouped and it is one step undo-able... -
i dont know ruby console
-
There's nothing to know. Just go to Window > Ruby Console and paste in TIG's code.
-
Well TIG at least I'm grateful for that
-
thanks , but just question i I dont see this ruby in the menu sketchup
-
Thanks a lot!!!
Advertisement