Note Camera Point
-
i need free Note Camera Point plz
thanks robert -
Sketchup.active_model.active_entities.add_cpoint(Sketchup.active_model.active_view.camera.eye)
Copy and patse that into the Ruby Console. It adds a cpoint to the camera location. (BTW, it is all one line, even though t does not display as a single line in the web browser)
-
chris can you make tuto for this plz, i dont see to add cpoint plz
-
Robert,
This thread will help you: http://forums.sketchucation.com/viewtopic.php?p=205097#p205097
-
Film and stage is my preferred way to follow and locate a camera for sure! But if you just want a single point, you can use that snippet of code I provided. All you have to do is copy and paste it into the Ruby Console ( Window > Ruby Console ). Paste it in there and hit enter and it will add a construction point into the model exactly where the camera was located. You need to zoom backwards a bit so can see the construction point.
Chris
-
Thanks Chris.
I have been looking for this for a while...
Advertisement