Code cleanup: move render baking code into own file.

This commit is contained in:
Brecht Van Lommel 2013-01-23 13:13:16 +00:00
parent a03cc5c6c5
commit b9472cbd83
4 changed files with 1120 additions and 1041 deletions

@ -36,13 +36,14 @@ extern "C" {
// #define DEPS_DEBUG
struct ID;
struct Main;
struct Scene;
struct DagNodeQueue;
struct DagForest;
struct DagNode;
struct DagNodeQueue;
struct GHash;
struct ID;
struct Main;
struct Object;
struct Scene;
/* **** DAG relation types *** */

@ -54,6 +54,7 @@ set(SRC
intern/raytrace/rayobject_qbvh.cpp
intern/raytrace/rayobject_rtbuild.cpp
intern/raytrace/rayobject_vbvh.cpp
intern/source/bake.c
intern/source/convertblender.c
intern/source/envmap.c
intern/source/external_engine.c

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff