projects
/
blender-staging.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
svn merge ^/trunk/blender -r43751:43819, need to look into changes made to editmesh_l...
[blender-staging.git]
/
source
/
blender
/
blenkernel
/
intern
/
anim.c
diff --git
a/source/blender/blenkernel/intern/anim.c
b/source/blender/blenkernel/intern/anim.c
index 82c9b0c46919f1123d56427d203102c918522d7b..11700d7f0728f2831409c3758992ede3ce72e11e 100644
(file)
--- a/
source/blender/blenkernel/intern/anim.c
+++ b/
source/blender/blenkernel/intern/anim.c
@@
-586,11
+586,14
@@
int interval_test(int min, int max, int p1, int cycl)
}
}
-/* calculate the deformation implied by the curve path at a given parametric position, and returns whether this operation succeeded
- * - *vec needs FOUR items!
- * - ctime is normalized range <0-1>
+/* calculate the deformation implied by the curve path at a given parametric position,
+ * and returns whether this operation succeeded.
+ *
+ * note: ctime is normalized range <0-1>
+ *
+ * returns OK: 1/0
*/
*/
-int where_on_path(Object *ob, float ctime, float
*vec, float *dir, float *quat, float *radius, float *weight) /* returns OK */
+int where_on_path(Object *ob, float ctime, float
vec[4], float dir[3], float quat[4], float *radius, float *weight)
{
Curve *cu;
Nurb *nu;
{
Curve *cu;
Nurb *nu;