- Added panel for Bake render (tabbed now in 'anim' panel).

(Empty space will get OSA options, that I add tomorrow or so)

- Removed a lot of old unused variables in renderdata. Also meant I had
  to remove this from python API... please check if this gives valid
  scripts?

- Cleaned up bad formatted code for FFMPG buttons (spaces instead of tabs)
This commit is contained in:
2007-01-09 11:10:12 +00:00
parent 9065f0b55a
commit 2e66b143f3
11 changed files with 199 additions and 304 deletions

View File

@@ -1562,7 +1562,7 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
}
}
else if(G.qual== (LR_ALTKEY|LR_CTRLKEY))
objects_bake_render();
objects_bake_render(1);
else if(G.qual==0)
borderselect();
break;