Render usability:

- Option back to render to imagewindow, or fullscreen.
  The latter is default. Setting is stored in Scene.
- Added button in output panel, the option "to new window" will follow!
- F11 again toggles render view
  (moved MS Windows "full screen" to shift+F11 for now)
This commit is contained in:
2009-07-10 16:55:49 +00:00
parent 2a7a8a04da
commit 3bf0400a69
9 changed files with 181 additions and 35 deletions

View File

@@ -253,6 +253,10 @@ void free_image(Image *ima)
if (ima->preview) {
BKE_previewimg_free(&ima->preview);
}
if (ima->render_text) {
MEM_freeN(ima->render_text);
ima->render_text= NULL;
}
}
/* only image block itself */