Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README « intern « bpython « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c91e284cd27db174a7fbde10623fc215f4c4748c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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..