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:
authorTon Roosendaal <ton@blender.org>2009-01-07 17:46:50 +0300
committerTon Roosendaal <ton@blender.org>2009-01-07 17:46:50 +0300
commitbf9080d9c15e2afdff8344b37fc0d89d84b559f7 (patch)
treebe6f1fa5fd561176ab8877bf6cc5d463d693fa1a /source/blender/blenkernel/BKE_modifier.h
parent1ff595a28e541de9cf71708bb7327b8deb0598ac (diff)
2.5
Finished a couple of XXX todo's in drawing code, attempt to fix subsurf crash... didnt work yet!
Diffstat (limited to 'source/blender/blenkernel/BKE_modifier.h')
-rw-r--r--source/blender/blenkernel/BKE_modifier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_modifier.h b/source/blender/blenkernel/BKE_modifier.h
index d486a5dc665..c37b200d38b 100644
--- a/source/blender/blenkernel/BKE_modifier.h
+++ b/source/blender/blenkernel/BKE_modifier.h
@@ -291,7 +291,7 @@ int modifiers_isParticleEnabled(struct Object *ob);
struct Object *modifiers_isDeformedByArmature(struct Object *ob);
struct Object *modifiers_isDeformedByLattice(struct Object *ob);
int modifiers_usesArmature(struct Object *ob, struct bArmature *arm);
-int modifiers_isDeformed(struct Object *ob);
+int modifiers_isDeformed(struct Scene *scene, struct Object *ob);
void modifier_freeTemporaryData(struct ModifierData *md);
int modifiers_indexInObject(struct Object *ob, struct ModifierData *md);