Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Poirier <theeth@yahoo.com>2008-10-28 21:33:53 +0300
committerMartin Poirier <theeth@yahoo.com>2008-10-28 21:33:53 +0300
commitd1e90606c799d75fd3782a225b1f154918fc0fe7 (patch)
tree2213971f3b096c4c6f97f2df05e1517219b1e332 /source/blender/include
parenta806c1eb7f53cca7c65775b7ce849d31c12902f9 (diff)
Add compile time define to disable skeleton generation and retargetting UI (disabled by default).
This is done to make merging make in trunk painless.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/reeb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/reeb.h b/source/blender/include/reeb.h
index 1f9a7801b06..57f7d1b60cf 100644
--- a/source/blender/include/reeb.h
+++ b/source/blender/include/reeb.h
@@ -28,6 +28,8 @@
#ifndef REEB_H_
#define REEB_H_
+//#define WITH_BF_REEB
+
#include "DNA_listBase.h"
#include "BLI_graph.h"