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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2006-06-21 19:14:44 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2006-06-21 19:14:44 +0400
commit503f7ec2485fe54181125c4000999511798d9f1a (patch)
tree19c7d72d8e010c81cc09dd0aa624f7d17490e2bb /source/blender/blenkernel/BKE_modifier.h
parentc435b0f5d72d9c3a93d635a6ecead0084e4d35f5 (diff)
Fix for bug #4393: initial vertex colors were not created from shaded
mode colors anymore, which also affected python scripts that depend on this feature. Restored that now.
Diffstat (limited to 'source/blender/blenkernel/BKE_modifier.h')
-rw-r--r--source/blender/blenkernel/BKE_modifier.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/BKE_modifier.h b/source/blender/blenkernel/BKE_modifier.h
index ecbfeed157a..9afefbfc5a9 100644
--- a/source/blender/blenkernel/BKE_modifier.h
+++ b/source/blender/blenkernel/BKE_modifier.h
@@ -38,6 +38,7 @@ struct DagForest;
struct DagNode;
struct Object;
struct ListBase;
+struct bArmature;
typedef enum {
/* Should not be used, only for None modifier type */