~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/blender/include/BDR_editobject.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-05-17 11:47:59 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517114759-yp4ybrnhp2u7pk66
Tags: 2.44-1
* New upstream release.
* Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this
  version blender is 64 bits safe again. Adjust README.Debian accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: BDR_editobject.h,v 1.31 2006/11/14 18:13:34 ton Exp $
 
2
 * $Id: BDR_editobject.h,v 1.35 2007/04/22 22:08:17 campbellbarton Exp $
3
3
 *
4
4
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
5
5
 *
65
65
void check_editmode(int type);
66
66
void enter_editmode(int wc);
67
67
 
68
 
void docentre(int centremode);
69
 
void docentre_new(void);
70
 
void docentre_cursor(void);
 
68
void docenter(int centermode);
 
69
void docenter_new(void);
 
70
void docenter_cursor(void);
71
71
void movetolayer(void);
72
72
void special_editmenu(void);
73
73
void convertmenu(void);
110
110
void texspace_edit(void);
111
111
void flip_subdivison(int);
112
112
void mirrormenu(void);
 
113
void hookmenu(void); /* object mode hook menu */
113
114
 
114
115
 
115
116
void add_hook(void);
116
117
void hook_select(struct HookModifierData *hmd);
117
118
int hook_getIndexArray(int *tot, int **indexar, char *name, float *cent_r);
118
119
 
 
120
int object_data_is_libdata(struct Object *ob);  
 
121
void hide_objects(int select);
 
122
void show_objects(void);
 
123
 
119
124
#endif /*  BDR_EDITOBJECT_H */
120
125