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:
authorCampbell Barton <ideasman42@gmail.com>2009-12-28 21:09:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2009-12-28 21:09:16 +0300
commit17973dd33d9297fd56c0d614f65c3ad3320a7459 (patch)
tree3e7df34203492dfd7b70fde8c6829dae28a9b01f /source/blender/editors/include
parent8177f343a0303a66e36f2b78566045c0dea0b406 (diff)
dont register or undo 3D cursor setting
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_object.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/editors/include/ED_object.h b/source/blender/editors/include/ED_object.h
index 272ee3b8699..4e3fed6b9f8 100644
--- a/source/blender/editors/include/ED_object.h
+++ b/source/blender/editors/include/ED_object.h
@@ -110,14 +110,6 @@ void ED_object_constraint_dependency_update(struct Scene *scene, struct Object *
int mouse_lattice(struct bContext *C, short mval[2], int extend);
void undo_push_lattice(struct bContext *C, char *name);
-/* key.c */
-void key_to_mesh(struct KeyBlock *kb, struct Mesh *me);
-void mesh_to_key(struct Mesh *me, struct KeyBlock *kb);
-void key_to_latt(struct KeyBlock *kb, struct Lattice *lt);
-void latt_to_key(struct Lattice *lt, struct KeyBlock *kb);
-void key_to_curve(struct KeyBlock *kb, struct Curve *cu, struct ListBase *nurb);
-void curve_to_key(struct Curve *cu, struct KeyBlock *kb, struct ListBase *nurb);
-
/* object_lattice.c */
void ED_setflagsLatt(struct Object *obedit, int flag);