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

« back to all changes in this revision

Viewing changes to source/blender/blenkernel/BKE_mesh.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
2
 * blenlib/BKE_mesh.h (mar-2001 nzc)
3
3
 *      
4
 
 * $Id: BKE_mesh.h,v 1.28 2006/11/20 04:27:48 blendix Exp $ 
 
4
 * $Id: BKE_mesh.h,v 1.29 2007/03/11 16:25:13 campbellbarton Exp $ 
5
5
 *
6
6
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
7
7
 *
55
55
 
56
56
void unlink_mesh(struct Mesh *me);
57
57
void free_mesh(struct Mesh *me);
58
 
struct Mesh *add_mesh(void);
 
58
struct Mesh *add_mesh(char *name);
59
59
struct Mesh *copy_mesh(struct Mesh *me);
60
60
void mesh_update_customdata_pointers(struct Mesh *me);
61
61
void make_local_tface(struct Mesh *me);