Fixing Camera Aspect Ratio
-
I was looking at a model I did awhile back and notice it has the gray bars on the sides showing the camera aspect ratio. I thought there was a snippet of code to put in the console to correct that but I searched and couldn't find it. Could someone point me to it? Was there an actual plugin written to correct restore the camera's aspect ratio to the size of the window?
-
Camera.aspect_ratio=0.0
should do it.edit: maybe not, i'll wait for someone who knows what theyre talking about.
-
Sketchup.active_model.active_view.camera.aspect_ratio = 0
-
You can also use my V-Ray Toys plugin to set the aspect ratio. http://www.sketchucation.com/forums/scf/viewtopic.php?f=180&t=15491&p=11972
-
Or try FixAspectRatio
-
How would you get those grey bars w.o film and stage or through ruby?
-
You can change the aspect ration with skindigo and thomthoms plugin, so i imagine theres a few more plugins out there that change the aspect ratio.
-
I see, thanks.
-
I think I got them with Skindigo.
Advertisement