forked from bartvdbraak/blender
edcb9f8863
Internal texts file on disk is not used it seems python warnings dont support this (even though exceptions do). The most common cause of this is passing a float as an argument to a method that took an int. get around this by setting __file__ in the namespace to the script name before executing the script, the file lines are not found but at least the output is not weird and confusing. Added read only 'mode' attribute to the python controller so there is a way to tell if its executing a module or a script. Updated docs to better explain execution methods. |
||
---|---|---|
.. | ||
API_intro.py | ||
bge_api_validate_py.txt | ||
epy_docgen.sh | ||
GameKeys.py | ||
GameLogic.py | ||
GameTypes.py | ||
Rasterizer.py | ||
SConscript |