Files
test2/source/blender/bpython/intern
Kent Mein f1c4f705a1 Removed the config.h thing from the .h's in the source dir.
So we should be all set now :)

Kent
--
mein@cs.umn.edu
2002-12-27 13:11:01 +00:00
..
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-10-12 11:37:38 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 10:13:52 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-11-25 12:02:15 +00:00
2002-10-12 11:37:38 +00:00

Python API library 			// strubi@blender.nl
------------------


NEW: 
        Several frozen Python byte code modules are now included in the
        API under libfrozen.a. libbpython must be linked with libfrozen.a
        from now on.

source files:

py_*.c:	library files of Jan Walters API. Might undergo major replacements / surgery 
        later.
opy_*:  the 'old' python API code. In fact quite nice and functional... -- needs
        splitting up in API/ interfacing part.
BPY_*:  these are the future API prefixes (newly written stuff that should be
        Blender 3.0 compliant... -- no interface calls inside)
        This is not YET quite true, for convenience, it still contains some direct
        Blender access. 
b_* :   Blender interfacing / tools -- may contain dirty access hacks for blender
        datastructures..