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

README.NaN « freeze « python « intern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 93892543c4f38feebd9ede3d9aa586a2b54b21b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$Id$

This is a modification of the freeze.py script used to freeze python
modules as byte code in Blender.

To create this byte code, simply type 'make'. Freeze will then generate
the C source files in the TARGETDIR (specified in the Makefile), provided
that you have a valid python installation.

Be warned: testing of the module dependencies is needed, as these are
resolved AT RUNTIME!