Long waited feature: Render Baking

Here's the full release log with example file.
http://www.blender3d.org/cms/Render_Baking.827.0.html

For people who don't read docs; just press ALT+CTRL+B on a Mesh
with texture faces!

Todos:
- maybe some filter options extra?
- Make normal maps in Tangent space
This commit is contained in:
2006-11-19 14:12:56 +00:00
parent 204f6066a9
commit c47fa4d0ec
15 changed files with 571 additions and 64 deletions

View File

@@ -1328,6 +1328,8 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
fluidsimBake(NULL);
}
}
else if(G.qual== (LR_ALTKEY|LR_CTRLKEY))
objects_bake_render();
else if(G.qual==0)
borderselect();
break;