From f40a88a4ba9569db3574044f82838a88fc810726 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 7 Dec 2018 12:15:01 -0200 Subject: Fix selected to active Cycles Baking Since we started using looptris we no longer need a triangulation modifier in the highpoly object. In fact having was causing a bug where baking would be utterly broken. This fix normal baking. Combined pass still needs a fix to hide the objects during baking. --- source/blender/render/extern/include/RE_bake.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/render/extern/include/RE_bake.h') diff --git a/source/blender/render/extern/include/RE_bake.h b/source/blender/render/extern/include/RE_bake.h index e7f446f07a7..298bb72a02c 100644 --- a/source/blender/render/extern/include/RE_bake.h +++ b/source/blender/render/extern/include/RE_bake.h @@ -59,7 +59,6 @@ typedef struct BakePixel { typedef struct BakeHighPolyData { struct Object *ob; - struct ModifierData *tri_mod; struct Mesh *me; char restrict_flag; bool is_flip_object; -- cgit v1.2.3