Fix T48757: Broken in D1120 normal baking

This commit is contained in:
Alexander Romanov 2016-06-30 12:40:10 +03:00
parent 260da0cd91
commit 4b0aeaf327
Notes: blender-bot 2023-02-14 09:03:55 +01:00
Referenced by issue #50125, Shortcut keys missing in menus for Clear Location, Rotation, and Scale
Referenced by issue #48995, BI stencil works for every kind of map but normal maps
Referenced by issue #48822, Crash when I try to use "Join" (Ctrl Key + J) with two meshes
Referenced by issue #48791, Crash extruding using Ctrl+click + snap to face
Referenced by issue #48757, blender internal tangent normal bake error
Referenced by issue #48728, vertex colors not shown in texture mode
1 changed files with 1 additions and 2 deletions

View File

@ -3172,9 +3172,8 @@ static void init_render_mesh(Render *re, ObjectRen *obr, int timeoffset)
/* exception for tangent space baking */
if (me->mtpoly==NULL) {
need_orco= 1;
need_tangent= 1;
}
need_nmap_tangent_concrete = true;
need_tangent= 1;
}
/* check autosmooth and displacement, we then have to skip only-verts optimize