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:
authorJoshua Leung <aligorith@gmail.com>2007-02-28 11:54:32 +0300
committerJoshua Leung <aligorith@gmail.com>2007-02-28 11:54:32 +0300
commit185ede21cea04658b681495ad768aded54b4c3fa (patch)
tree46069f0976422fcc7f0e5e8ea61cc6365e0f71b3 /source/blender/include
parent113fa75449f9b945d5706b646338e4968de626a8 (diff)
Added a few extra defines for adding constraints. No new constraints added yet.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/butspace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/include/butspace.h b/source/blender/include/butspace.h
index f5ac1d4e22b..4135767b723 100644
--- a/source/blender/include/butspace.h
+++ b/source/blender/include/butspace.h
@@ -642,6 +642,8 @@ enum {
B_CONSTRAINT_ADD_ROTLIMIT,
B_CONSTRAINT_ADD_SIZELIMIT,
B_CONSTRAINT_ADD_RIGIDBODYJOINT,
+ B_CONSTRAINT_ADD_CHILDOF,
+ B_CONSTRAINT_ADD_PYTHON,
B_CONSTRAINT_INF
};