[Bf-blender-cvs] [d9e8537] master: Comment fix to previous commit

Antony Riakiotakis noreply at git.blender.org
Wed Dec 18 17:39:10 CET 2013


Commit: d9e8537d9be99bce3e30fd1d96aa1c813a835eb9
Author: Antony Riakiotakis
Date:   Wed Dec 18 18:36:07 2013 +0200
http://developer.blender.org/rBd9e8537d9be99bce3e30fd1d96aa1c813a835eb9

Comment fix to previous commit

===================================================================

M	source/blender/blenkernel/BKE_pbvh.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_pbvh.h b/source/blender/blenkernel/BKE_pbvh.h
index 7ef120e..9f825cf 100644
--- a/source/blender/blenkernel/BKE_pbvh.h
+++ b/source/blender/blenkernel/BKE_pbvh.h
@@ -98,8 +98,7 @@ int BKE_pbvh_node_raycast(PBVH *bvh, PBVHNode *node, float (*origco)[3], int use
                           float *dist);
 
 /* for orthographic cameras, project the far away ray segment points to the root node so
- * we can have better precision. Warning, this function assumes that ray begins and ends outside
- * bounding box! */
+ * we can have better precision. */
 void BKE_pbvh_raycast_project_ray_root(PBVH *bvh, bool original, float ray_start[3],
                                        float ray_end[3], float ray_normal[3]);




More information about the Bf-blender-cvs mailing list