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
2010-07-26* Implemented the basic stroke rendering functionality for the newTamito Kajiyama
2010-04-08Got rid of a number of compiler warnings with regard to redefinitionsTamito Kajiyama
2010-01-30Replaced "math.h" by "BLI_math.h" to suppress a warning with regardTamito Kajiyama
2009-12-29Added #include <math.h> to suppress a warning with regard toTamito Kajiyama
2009-11-10Improved context handling. Previously FRS_initialize() was used for bothTamito Kajiyama
2009-10-27Fixed PythonInterpreter::interpretFile() so as to just use add_text()Tamito Kajiyama
2009-10-15* Fixed compiler warnings concerning the lack of a newline at theTamito Kajiyama
2009-10-15TK's patch to correct the PythonInterpereterMaxime Curioni
2009-09-28Migration of Freestyle to Blender 2.5 codebase (continued):Maxime Curioni
2009-08-23Fixed a bug in PythonInterpreter::interpretFile() that a temporaryTamito Kajiyama
2009-07-27Changed DIR_SEP for WIN32 from "\\\\" (double backslashes) toTamito Kajiyama
2009-03-21Made changes to the C++ API in order to allow for proper errorTamito Kajiyama
2008-12-10when Freestyle would execute style modules, a copy of the Python script would...Maxime Curioni
2008-12-02The GL-based renderer was removed. Freestyle now uses Blender's internal rend...Maxime Curioni
2008-09-15soc-2008-mxcurioni: added Aldrik Dunbar's patch for 64bit Linux buildsMaxime Curioni
2008-09-09* Make sure freestyle branch compiles with SCons/msvc9 on Windows. This was j...Nathan Letwory
2008-09-09soc-2008-mxcurioni: replaced extgl calls with glew, to test whether glBlendEq...Maxime Curioni
2008-09-09soc-2008-mxcurioni: file cleanup (swig, extgl, pbuffer, python...)Maxime Curioni
2008-08-01soc-2008-mxcurioni: clean-up #2Maxime Curioni
2008-07-23soc-2008-mxcurioni: added Iterator class, base class for all iterators in Fre...Maxime Curioni
2008-05-27soc-2008-mxcurioni: Freestyle execution now works flawlessly (Python runtime ...Maxime Curioni
2008-05-27soc-2008-mxcurioni: PythonInterpreter now properly handles its initialization...Maxime Curioni
2008-05-26soc-2008-mxcurioni: PythonInterpreter works, using Blender's Python functions...Maxime Curioni
2008-05-26soc-2008-mxcurioni: Freestyle compiles but crashes at runtime because of the ...Maxime Curioni
2008-05-25soc-2008-mxcurioni: Big update. Finally works (links and compiles). So far, t...Maxime Curioni
2008-05-19soc-2008-mxcurioni: resolved uint issues (replaced with unsigned int). Still ...Maxime Curioni
2008-05-12soc-2008-mxcurioni: merged changes to revision 14798, compilation works for r...Maxime Curioni
2008-05-10soc-2008-mxcurioni: towards Freestyle compilation, removing Qt's QString and ...Maxime Curioni
2008-05-08soc-2008-mxcurioni: merged changes to revision 14747, cosmetic changes for so...Maxime Curioni