Commit Graph

6 Commits

Author SHA1 Message Date
854cc87a80 option to have scripts run on startup for per blendfile UI's 2009-11-20 15:01:09 +00:00
4342235489 - Mathutils.Vector assignment wasnt working in the BGE's py api, was using getValue() rather than setValue()
- added GPL header to bpy_interface.c from 2.4x's BPY_interface.c
- warning fixes
2009-08-26 06:15:43 +00:00
7440fee85c remove python2.x support 2009-08-10 00:07:34 +00:00
333e231fa6 SVN maintenance. 2009-06-23 00:09:26 +00:00
025b6dcbc3 fix for building with py2.3 2009-06-18 17:34:39 +00:00
489db9994d Some generic modules from blender 2.4x building with py3k and mostly working.
* Mathutils, Geometry, BGL, Mostly working, some //XXX comments for things to fix with py3

python import override (bpy_internal_import.c) so you can import python internal scripts from the BGE and running blender normally.
2009-06-17 20:33:34 +00:00