Blender Git Commit Log
Git Commits -> Revision 6b65e39
Revision 6b65e39 by Wouter van Heyst (master) February 6, 2003, 03:30 (GMT) |
Revert to the FUTURE_PYTHON_API, this means: - switching the define on in buildsystems (NaN, auto and msvc are done) - again import _Blender, which is the C module, from the Python modules |
Commit Details:
Full Hash: 6b65e39a445c2d970d677407c5439800e7952236
SVN Revision: 436
Parent Commit: 0feac45
Lines Changed: +44, -40
29 Modified Paths:
/intern/python/freeze/modulefinder.py (+3, -3) (Diff)
/intern/python/modules/beta/Objects.py (+1, -1) (Diff)
/intern/python/modules/Blender/BGL.py (+1, -1) (Diff)
/intern/python/modules/Blender/Camera.py (+1, -1) (Diff)
/intern/python/modules/Blender/Draw.py (+1, -1) (Diff)
/intern/python/modules/Blender/Image.py (+1, -1) (Diff)
/intern/python/modules/Blender/Ipo.py (+1, -1) (Diff)
/intern/python/modules/Blender/Lamp.py (+1, -1) (Diff)
/intern/python/modules/Blender/Material.py (+1, -1) (Diff)
/intern/python/modules/Blender/Mesh.py (+2, -2) (Diff)
/intern/python/modules/Blender/NMesh.py (+1, -1) (Diff)
/intern/python/modules/Blender/Object.py (+3, -3) (Diff)
/intern/python/modules/Blender/Scene.py (+1, -1) (Diff)
/intern/python/modules/Blender/sys.py (+1, -1) (Diff)
/intern/python/modules/Blender/Text.py (+1, -1) (Diff)
/intern/python/modules/Blender/Types.py (+1, -1) (Diff)
/intern/python/modules/Blender/Window.py (+1, -1) (Diff)
/intern/python/modules/Blender/World.py (+1, -1) (Diff)
/intern/python/modules/Blender/__init__.py (+1, -1) (Diff)
/intern/python/modules/Converter/importer/VRMLimporter.py (+1, -1) (Diff)
/intern/python/modules/mcf/utils/hierobj.py (+1, -2) (Diff)
/intern/python/modules/TextTools/mxTextTools/__init__.py (+2, -2) (Diff)
/intern/python/modules/TextTools/TextTools.py (+1, -1) (Diff)
/intern/python/modules/vrml/scenegraph.py (+2, -3) (Diff)
/intern/python/modules/vrml/utils/collapse.py (+1, -2) (Diff)
/intern/python/modules/vrml/utils/namespace.py (+1, -2) (Diff)
/intern/python/modules/vrml/utils/typeclasses.py (+1, -1) (Diff)
/projectfiles/blender/bpython/frozen/BPY_frozen.dsp (+9, -1) (Diff)
/source/blender/bpython/intern/Makefile (+1, -1) (Diff)
/intern/python/modules/beta/Objects.py (+1, -1) (Diff)
/intern/python/modules/Blender/BGL.py (+1, -1) (Diff)
/intern/python/modules/Blender/Camera.py (+1, -1) (Diff)
/intern/python/modules/Blender/Draw.py (+1, -1) (Diff)
/intern/python/modules/Blender/Image.py (+1, -1) (Diff)
/intern/python/modules/Blender/Ipo.py (+1, -1) (Diff)
/intern/python/modules/Blender/Lamp.py (+1, -1) (Diff)
/intern/python/modules/Blender/Material.py (+1, -1) (Diff)
/intern/python/modules/Blender/Mesh.py (+2, -2) (Diff)
/intern/python/modules/Blender/NMesh.py (+1, -1) (Diff)
/intern/python/modules/Blender/Object.py (+3, -3) (Diff)
/intern/python/modules/Blender/Scene.py (+1, -1) (Diff)
/intern/python/modules/Blender/sys.py (+1, -1) (Diff)
/intern/python/modules/Blender/Text.py (+1, -1) (Diff)
/intern/python/modules/Blender/Types.py (+1, -1) (Diff)
/intern/python/modules/Blender/Window.py (+1, -1) (Diff)
/intern/python/modules/Blender/World.py (+1, -1) (Diff)
/intern/python/modules/Blender/__init__.py (+1, -1) (Diff)
/intern/python/modules/Converter/importer/VRMLimporter.py (+1, -1) (Diff)
/intern/python/modules/mcf/utils/hierobj.py (+1, -2) (Diff)
/intern/python/modules/TextTools/mxTextTools/__init__.py (+2, -2) (Diff)
/intern/python/modules/TextTools/TextTools.py (+1, -1) (Diff)
/intern/python/modules/vrml/scenegraph.py (+2, -3) (Diff)
/intern/python/modules/vrml/utils/collapse.py (+1, -2) (Diff)
/intern/python/modules/vrml/utils/namespace.py (+1, -2) (Diff)
/intern/python/modules/vrml/utils/typeclasses.py (+1, -1) (Diff)
/projectfiles/blender/bpython/frozen/BPY_frozen.dsp (+9, -1) (Diff)
/source/blender/bpython/intern/Makefile (+1, -1) (Diff)