[Bf-blender-cvs] [990eb2d] master: blenderplayer stuff

Antony Riakiotakis noreply at git.blender.org
Thu Jun 12 01:28:56 CEST 2014


Commit: 990eb2d7378bb529cff6a1ea1fbdbb802bdadf2d
Author: Antony Riakiotakis
Date:   Thu Jun 12 02:28:48 2014 +0300
https://developer.blender.org/rB990eb2d7378bb529cff6a1ea1fbdbb802bdadf2d

blenderplayer stuff

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

M	source/blenderplayer/bad_level_call_stubs/stubs.c

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

diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index 20a0741..7b0faa1 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -45,6 +45,7 @@ struct ARegion;
 struct ARegionType;
 struct BMEditMesh;
 struct Base;
+struct BoundBox;
 struct Brush;
 struct CSG_FaceIteratorDescriptor;
 struct CSG_VertexIteratorDescriptor;
@@ -477,7 +478,7 @@ void ED_mball_transform(struct MetaBall *mb, float mat[4][4]) RET_NONE
 bool snapObjectsRayEx(struct Scene *scene, struct Base *base_act, struct View3D *v3d, struct ARegion *ar, struct Object *obedit, short snap_mode,
                       struct Object **r_ob, float r_obmat[4][4],
                       const float ray_start[3], const float ray_normal[3], float *r_ray_dist,
-                      const float mval[2], float *r_dist_px, float r_loc[3], float r_no[3], SnapMode mode) RET_ZERO
+                      const float mval[2], float *r_dist_px, float r_loc[3], float r_no[3], SnapMode mode, struct BoundBox *bb_init) RET_ZERO
 
 void make_editLatt(struct Object *obedit) RET_NONE
 void load_editLatt(struct Object *obedit) RET_NONE




More information about the Bf-blender-cvs mailing list