Files
test/source/blender/blenkernel
Willian Padovani Germano 376468d383 Fixing a blenderplayer compile error reported by Meino Christian Cramer:
- added mainqenter to stubs.c so it can be used in blender/blenkernel/intern/blender.c's setup_app_data.

We can't run the onload scriptlink in setup_app_data because the visible areas won't have been updated and redrawn for the loaded .blend file until control returns to screenmain() in blender/src/editscreen.c.  So an ONLOAD_SCRIPT event is entered in setup_app_data and caught in screenmain, where the onload script is then executed.  All for a good looking demo mode ...

BPython:
- Added image.getBindCode() method, contributed by Andrew Corrigan (thanks!).
2004-07-16 06:00:40 +00:00
..
2004-07-16 03:08:43 +00:00
2004-04-29 15:56:26 +00:00
2003-03-24 16:08:15 +00:00
2004-07-13 11:48:52 +00:00
2004-04-22 20:37:24 +00:00
2004-07-16 03:08:43 +00:00
2003-10-25 12:27:16 +00:00
2004-07-13 11:48:52 +00:00
2004-01-05 00:06:11 +00:00
2004-06-04 12:58:46 +00:00