~ubuntu-branches/ubuntu/trusty/blender/trusty

« back to all changes in this revision

Viewing changes to source/blender/ikplugin/BIK_api.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2013-03-06 12:08:47 UTC
  • mfrom: (1.5.1) (14.1.8 experimental)
  • Revision ID: package-import@ubuntu.com-20130306120847-frjfaryb2zrotwcg
Tags: 2.66a-1ubuntu1
* Resynchronize with Debian (LP: #1076930, #1089256, #1052743, #999024,
  #1122888, #1147084)
* debian/control:
  - Lower build-depends on libavcodec-dev since we're not
    doing the libav9 transition in Ubuntu yet

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
                float f[8];
59
59
                int   i[8];
60
60
                char  s[32];
61
 
        } value;                
 
61
        } value;
62
62
};
63
63
typedef struct BIK_ParamValue BIK_ParamValue;
64
64
 
70
70
void BIK_update_param(struct bPose *pose);
71
71
void BIK_test_constraint(struct Object *ob, struct bConstraint *cons);
72
72
// not yet implemented
73
 
int BIK_get_constraint_param(struct bPose *pose, struct bConstraint *cons, int id, BIK_ParamValue *value);
74
 
int BIK_get_channel_param(struct bPose *pose, struct bPoseChannel *pchan, int id, BIK_ParamValue *value);
75
 
int BIK_get_solver_param(struct bPose *pose, struct bPoseChannel *pchan, int id, BIK_ParamValue *value);
 
73
// int BIK_get_constraint_param(struct bPose *pose, struct bConstraint *cons, int id, BIK_ParamValue *value);
 
74
// int BIK_get_channel_param(struct bPose *pose, struct bPoseChannel *pchan, int id, BIK_ParamValue *value);
 
75
// int BIK_get_solver_param(struct bPose *pose, struct bPoseChannel *pchan, int id, BIK_ParamValue *value);
76
76
 
77
77
// number of solver available
78
78
// 0 = iksolver
92
92
}
93
93
#endif
94
94
 
95
 
#endif // __BIK_API_H__
96
 
 
 
95
#endif  /* __BIK_API_H__ */