karpov
(karpov)
September 17, 2006, 3:37pm
1
I have used a lot function : saveRenderedImage()
Have worked well for me untill today !
Now I try saveRenderedImage(’/path/to/image’)
the script goes on…no problem…but no files saved…anywhere !
linux ubuntu dapper python 2.4
:p;):D:o:):( :mad::mad::mad::mad::mad::mad:
ideasman42
(ideasman42)
September 17, 2006, 8:24pm
2
This is documented. - http://members.iinet.net.au/~cpbarton/ideasman/BPY_API/Render.RenderData-class.html#saveRenderedImage
If you want to give this function a full path
you must first do render_context.setRenderPath(’’)
karpov
(karpov)
September 18, 2006, 12:23am
3
Thank you VERY much Cambo
My bookmark to API was a little bit old…:o…thank you too for this point…
ideasman42
(ideasman42)
September 18, 2006, 6:14am
4
np. I feel your pain, was only after many printfs I realized that the path was being added to the export path so I added that note.