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>2009-02-14 10:52:25 +0300
committerJoshua Leung <aligorith@gmail.com>2009-02-14 10:52:25 +0300
commitd875386b06325e551c397db4e6c6ae05d7e3ed32 (patch)
treeb2c43f0f1761c37a91ea9e885d413307a0b66a28 /source/blender/blenkernel/BKE_context.h
parentf3fac336880118e2bd74fa00e789b30dd734993f (diff)
2.5 Bugfixes:
* Removed unnecessary define for context loop (editable posechannels) * Fixed crash in animation-channel filtering - missing check for no world animation.
Diffstat (limited to 'source/blender/blenkernel/BKE_context.h')
-rw-r--r--source/blender/blenkernel/BKE_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_context.h b/source/blender/blenkernel/BKE_context.h
index 869388f9761..a95b436d016 100644
--- a/source/blender/blenkernel/BKE_context.h
+++ b/source/blender/blenkernel/BKE_context.h
@@ -95,7 +95,6 @@ enum {
CTX_DATA_VISIBLE_BONES,
CTX_DATA_EDITABLE_BONES,
CTX_DATA_VISIBLE_PCHANS,
- CTX_DATA_EDITABLE_PCHANS,
};
typedef int bContextDataMember;