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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-11-22A couple of files I left in the intern/python dir needed to be removed asMichel Selten
2003-11-22First action of removing the old Python API stuff from cvs. Removed theMichel Selten
2003-05-25Some tweaks to make the windows-gcc play nice with irix.Chris Want
2003-05-25Support for building bf-blender under windows with gcc (huge thanks toChris Want
2003-05-01dos2unixed relivant stuff in the interndir.Kent Mein
2003-03-26Added a -D option to freeze.py to cause it to not check to see if certainDaniel Dunbar
2003-03-25On OSX, run ranlib on libfrozen.a after creationWouter van Heyst
2003-03-22Modified it to use $(NAN_PYTHON_BINARY) instead of just plain oldKent Mein
2003-03-18Rest of the VC7 intern projectfiles.Daniel Dunbar
2003-02-24- python include path is now taken from nan_definitions.mkFrank van Beek
2003-02-17- fix 'debug' targetHans Lambermont
2003-02-10fix clean targetHans Lambermont
2003-02-06Revert to the FUTURE_PYTHON_API, this means:Wouter van Heyst
2003-02-01This small update should fix the build errors in python/freeze.Michel Selten
2003-01-31Now the make freeze is done when any of the *.py files in intern/pythonMichel Selten
2003-01-26- files are now compiled in a different location. So the include pathFrank van Beek
2003-01-26Get the Blender module back using the traditional makefiles, otherWouter van Heyst
2003-01-06Removed references to modules that do not exist. The python interface isMichel Selten
2003-01-06on Mac OS X run ranlib on libfrozen.a after creating itStefan Gartner
2003-01-04libfrozen will be built only once until one of the python files is changed.Michel Selten
2003-01-04- when compiling on windows, override CC=gcc with CC=..../cl_wrapper.plFrank van Beek
2003-01-01A kludge to use the right compiler while freezingChris Want
2002-12-30small correction to temporary and output directoryMaarten Gribnau
2002-12-23Removed fixed path for Python excutable.Maarten Gribnau
2002-12-02These freeze changes give working frozen Python code on Windows.Maarten Gribnau
2002-12-02Removed non-existing Tools from the Blender module.Maarten Gribnau
2002-11-30Reverting to version 1.3 - michelMichel Selten
2002-11-30added -f option to the rm command. (Clean target) - michelMichel Selten
2002-11-30Autotools-specific freeze_ac.py and makemakefile_ac.py. Original makemakefil...Frederick Lee
2002-11-29Bunch of small fixes emailed to me from phaethonKent Mein
2002-11-25Yes I did it again ;)Kent Mein
2002-11-15Some more clean up in the intern MSVC project files.Maarten Gribnau
2002-11-14Changed module name utils to util so that freeze will find the quaternionsMaarten Gribnau
2002-11-12Made a dependency so that the MSVC intern project file will actually call theMaarten Gribnau
2002-11-12- python $(PYFLAGS) freeze.py -d -x os -x pprint -x Blender -I $(SRCDIR...Kent Mein
2002-11-11Added another project to freeze Blender Python code from the main internMaarten Gribnau
2002-11-07I autmated the rest of building libfrozen.aKent Mein
2002-11-07Updated it so intern/python/freeze is combined into intern's MakefileKent Mein
2002-10-12Initial revisionv2.25Hans Lambermont