This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python/api2_2x
Campbell Barton 2ecbe1c81c BGE Py API
* Removed modules Expression and CValue, neither were ever available.
* Added GameLogic.EvalExpression(exp) from the Expression module, evaluates an expression like the expression controller (not sure if this is really that useful since python is far more advanced).
* resetting the original blend file path didint work (own fault == -> =)
* Py3.x PyModule_Create didnt allow importing since it didn't add to sys.modules,
  Looks like they want us to use init-tab array, but this doesn't suit us since
  it needs to be setup before python is initialized.
* Documented GameLogic.globalDict
2009-06-16 07:16:51 +00:00
..
2009-06-09 12:18:20 +00:00
2009-06-16 07:16:51 +00:00
2009-05-28 14:24:16 +00:00
2008-09-20 10:30:10 +00:00
2008-04-28 00:40:38 +00:00
2009-05-18 04:11:54 +00:00
2009-05-18 04:11:54 +00:00
2007-08-29 03:09:22 +00:00
2009-04-21 09:44:29 +00:00
2009-04-21 09:44:29 +00:00
2009-06-16 07:16:51 +00:00
2009-04-21 09:44:29 +00:00
2008-10-11 12:17:16 +00:00
2008-09-19 12:33:17 +00:00
2009-04-21 09:44:29 +00:00
BPy
2009-04-19 00:09:47 +00:00
2008-07-26 10:45:11 +00:00
2009-06-16 07:16:51 +00:00
2009-05-18 04:11:54 +00:00
2009-05-18 04:11:54 +00:00
2009-05-13 15:41:33 +00:00
2009-04-07 18:55:35 +00:00
2008-09-12 02:23:52 +00:00
2008-09-08 23:39:32 +00:00
2009-04-21 09:44:29 +00:00
2008-09-20 10:30:10 +00:00
2009-06-03 14:55:41 +00:00
2009-05-22 17:01:32 +00:00
2008-09-20 04:37:10 +00:00
2009-04-21 09:44:29 +00:00
2009-04-21 09:44:29 +00:00
2009-05-28 13:44:32 +00:00