[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [55974] trunk/blender/source/blenderplayer /bad_level_call_stubs/stubs.c: Add stub for snapObjectsRayEx

jens verwiebe info at jensverwiebe.de
Thu Apr 11 17:35:16 CEST 2013


Revision: 55974
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=55974
Author:   jensverwiebe
Date:     2013-04-11 15:35:16 +0000 (Thu, 11 Apr 2013)
Log Message:
-----------
Add stub for snapObjectsRayEx

Modified Paths:
--------------
    trunk/blender/source/blenderplayer/bad_level_call_stubs/stubs.c

Modified: trunk/blender/source/blenderplayer/bad_level_call_stubs/stubs.c
===================================================================
--- trunk/blender/source/blenderplayer/bad_level_call_stubs/stubs.c	2013-04-11 15:33:10 UTC (rev 55973)
+++ trunk/blender/source/blenderplayer/bad_level_call_stubs/stubs.c	2013-04-11 15:35:16 UTC (rev 55974)
@@ -403,7 +403,7 @@
 
 void ED_mball_transform(struct MetaBall *mb, float *mat) {}
 
-bool snapObjectsRayEx(struct Scene *scene, struct Base *base_act) {}
+bool snapObjectsRayEx(Scene *scene, Base *base_act, View3D *v3d, ARegion *ar, Object *obedit, short snap_mode, const float ray_start[3], const float ray_normal[3], const float ray_dist, const float mval[2], float *r_dist_px, float r_loc[3], float r_no[3], SnapMode mode) {return 0;};
 
 void make_editLatt(struct Object *obedit) {}
 void load_editLatt(struct Object *obedit) {}




More information about the Bf-blender-cvs mailing list