bugfix's for 6917 and 6913 - Both were because I forgot to check all other selected meshes for faceUV's

Also made image_auto_layout.py use blenders internal boxpacking rather then the slower python one.
This commit is contained in:
2007-07-09 17:33:38 +00:00
parent 052a15d4b4
commit dfa6e0b8d6
3 changed files with 43 additions and 22 deletions

View File

@@ -91,7 +91,7 @@ def imageFromObjectsOrtho(objects, path, width, height, smooth, alpha= True, cam
render_cam_ob= Object.New('Camera')
render_cam_ob.link(render_cam_data)
render_scn.link(render_cam_ob)
render_scn.setCurrentCamera(render_cam_ob)
render_scn.objects.camera = render_cam_ob
render_cam_data.type= 'ortho'