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

« back to all changes in this revision

Viewing changes to source/blender/blenkernel/BKE_action.h

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 *
5
5
 *      Reevan McKay
6
6
 *
7
 
 * $Id: BKE_action.h,v 1.8 2004/01/03 02:13:03 hos Exp $
 
7
 * $Id: BKE_action.h,v 1.10 2005/04/11 17:55:20 ton Exp $
8
8
 *
9
9
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
10
10
 *
75
75
 * Allocate a new pose on the heap, and copy the src pose and it's channels
76
76
 * into the new pose. *dst is set to the newly allocated structure.
77
77
 */ 
78
 
void copy_pose(struct bPose **dst, const struct bPose *src,
 
78
void copy_pose(struct bPose **dst, struct bPose *src,
79
79
                           int copyconstraints);
80
80
 
81
81
/**
86
86
 
87
87
void make_local_action(struct bAction *act);
88
88
 
89
 
void do_all_actions(void);
 
89
/* if NULL it does all, otherwise only from Object */
 
90
void do_all_actions(struct Object *);
90
91
 
91
92
/**
92
93
 * Return a pointer to the pose channel of the given name
108
109
 * the contents of src into it. If src is NULL NULL is returned.
109
110
 */
110
111
 
111
 
struct bAction *copy_action(const struct bAction *src);
 
112
struct bAction *copy_action(struct bAction *src);
112
113
 
113
114
/**
114
115
 * Some kind of bounding box operation on the action.