Blender Git Loki
Git Commits -> Revision 376468d
Revision 376468d by Willian Padovani Germano (master) July 16, 2004, 06:00 (GMT) |
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!). |
Commit Details:
Full Hash: 376468d383791413ebdfaa311a8283d241eb6a1c
SVN Revision: 2823
Parent Commit: 97bba40
Lines Changed: +27, -9