From 5ac0d4fd26e9b670d83b8e9431707f9260c66bc6 Mon Sep 17 00:00:00 2001 From: Ton Roosendaal Date: Tue, 28 Sep 2004 16:18:22 +0000 Subject: Cleaned the apply deform code in Blender. Now also using the modifier code. Right now, it works for Meshes (all deformers including Curve) and for Curve/Surfaces (only hooks). More follows. --- source/blender/include/BIF_editlattice.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/include/BIF_editlattice.h') diff --git a/source/blender/include/BIF_editlattice.h b/source/blender/include/BIF_editlattice.h index 738eb14847c..c882013576d 100644 --- a/source/blender/include/BIF_editlattice.h +++ b/source/blender/include/BIF_editlattice.h @@ -33,7 +33,6 @@ #ifndef BIF_EDITLATTICE_H #define BIF_EDITLATTICE_H -void apply_lattice(void); void free_editLatt(void); void make_editLatt(void); void load_editLatt(void); -- cgit v1.2.3