[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [39370] branches/soc-2011-onion/source: blenderplayer stub missing

Antony Riakiotakis kalast at gmail.com
Sat Aug 13 23:06:44 CEST 2011


Revision: 39370
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=39370
Author:   psy-fi
Date:     2011-08-13 21:06:43 +0000 (Sat, 13 Aug 2011)
Log Message:
-----------
blenderplayer stub missing

Modified Paths:
--------------
    branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_uv.c
    branches/soc-2011-onion/source/blenderplayer/bad_level_call_stubs/stubs.c

Modified: branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_uv.c
===================================================================
--- branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_uv.c	2011-08-13 18:46:34 UTC (rev 39369)
+++ branches/soc-2011-onion/source/blender/editors/sculpt_paint/paint_uv.c	2011-08-13 21:06:43 UTC (rev 39370)
@@ -570,7 +570,7 @@
 
 	uv_smooth_stroke_apply(C, op, event, obedit);
 
-	data->timer= WM_event_add_timer(CTX_wm_manager(C), CTX_wm_window(C), TIMER, 0.01f);
+	data->timer= WM_event_add_timer(CTX_wm_manager(C), CTX_wm_window(C), TIMER, 0.001f);
 
 	if(!data->timer){
 		uv_smooth_stroke_exit(C, op);

Modified: branches/soc-2011-onion/source/blenderplayer/bad_level_call_stubs/stubs.c
===================================================================
--- branches/soc-2011-onion/source/blenderplayer/bad_level_call_stubs/stubs.c	2011-08-13 18:46:34 UTC (rev 39369)
+++ branches/soc-2011-onion/source/blenderplayer/bad_level_call_stubs/stubs.c	2011-08-13 21:06:43 UTC (rev 39370)
@@ -195,7 +195,7 @@
 struct ImBuf *ED_space_image_buffer(struct SpaceImage *sima){return (struct ImBuf *) NULL;}
 void ED_space_image_enable_island_manager(int state){}
 void ED_screen_set_scene(struct bContext *C, struct Scene *scene){}
-
+void ED_paint_update_overlay(struct PaintOverlay *overlay){}
 void ED_area_tag_redraw_regiontype(struct ScrArea *sa, int regiontype){}
 
 struct PTCacheEdit *PE_get_current(struct Scene *scene, struct Object *ob){return (struct PTCacheEdit *) NULL;}




More information about the Bf-blender-cvs mailing list