2 * blenlib/BKE_anim.h (mar-2001 nzc);
6 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
8 * This program is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License
10 * as published by the Free Software Foundation; either version 2
11 * of the License, or (at your option) any later version. The Blender
12 * Foundation also sells licenses for use in proprietary software under
13 * the Blender License. See http://www.blender.org/BL/ for information
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software Foundation,
23 * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
25 * The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
26 * All rights reserved.
28 * The Original Code is: all of this file.
30 * Contributor(s): none yet.
32 * ***** END GPL/BL DUAL LICENSE BLOCK *****
43 typedef struct DupliObject {
44 struct DupliObject *next, *prev;
47 float mat[4][4], omat[4][4];
50 void free_path(struct Path *path);
51 void calc_curvepath(struct Object *ob);
52 int interval_test(int min, int max, int p1, int cycl);
53 int where_on_path(struct Object *ob, float ctime, float *vec, float *dir);
55 struct ListBase *object_duplilist(struct Scene *sce, struct Object *ob);
56 void free_object_duplilist(struct ListBase *lb);
57 int count_duplilist(struct Object *ob);