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
2013-06-25Buildbot: disable command length workaround for now, seems to give link errors.Brecht Van Lommel
2013-06-25Buildbot: another workaround for the Windows command length limit, this timeBrecht Van Lommel
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-20code cleanup: scons - binreloc include was copied all over the place for no r...Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2012-12-20Another big patch set by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-18Another big code clean-up patch by Bastien Montagne (GPL headers, indentation,Tamito Kajiyama
2012-12-05A patch set by Bastien Montagne (many thanks!)Tamito Kajiyama
2010-07-10Removed the OpenGL-based stroke renderer that was no longer used.Tamito Kajiyama
2009-12-14Fixed compile errors due to an incomplete list of header directories.Tamito Kajiyama
2009-12-07Added Freestyle.getCurrentScene() to give access to the current sceneTamito Kajiyama
2009-10-15Fixed a linker issue resulting in undefined reference to Freestyle_Init.Tamito Kajiyama
2009-10-08jmsoler's SConscript patch for phtreadsMaxime Curioni
2009-10-05fixed headers and SConscript to have successful buildMaxime Curioni
2009-09-28Migration of Freestyle to Blender 2.5 codebase (continued):Maxime Curioni
2009-03-21Corrected stroke/Operators.cpp to compile without warningsMaxime Curioni
2008-09-25soc-2008-mxcurioni: corrected texture loading feedback, removed paper texture...Maxime Curioni
2008-09-09soc-2008-mxcurioni: Win32 build clean-upMaxime Curioni
2008-09-09soc-2008-mxcurioni: replaced extgl calls with glew, to test whether glBlendEq...Maxime Curioni
2008-09-08soc-2008-mxcurioni: merged changes to revision 16424, corrected compilation e...Maxime Curioni
2008-09-07soc-2008-mxcurioni: corrected compilation issues (remnants of extern_lib3ds)Maxime Curioni
2008-07-29soc-2008-mxcurioni: finished porting the Freestyle API. All of the original c...Maxime Curioni
2008-07-27soc-2008-mxcurioni: implemented and integrated all 21 original stroke shaders.Maxime Curioni
2008-07-27soc-2008-mxcurioni: ported ALL 1D unary functions, representing 32 new classes.Maxime Curioni
2008-07-27soc-2008-mxcurioni: ported ALL 0D unary functions, representing 34 new classe...Maxime Curioni
2008-07-27soc-2008-mxcurioni: added (but did not test) ViewMap and Noise classes. Updat...Maxime Curioni
2008-07-27soc-2008-mxcurioni: implemented (but did not test) ChainPredicateIterator and...Maxime Curioni
2008-07-26soc-2008-mxcurioni: added (but did not test) NonTVertex and TVertex classes. ...Maxime Curioni
2008-07-25soc-2008-mxcurioni: fully implemented (but did not test) Curve class.Maxime Curioni
2008-07-24soc-2008-mxcurioni: added (without testing) the following classes: BBox, SSha...Maxime Curioni
2008-07-23soc-2008-mxcurioni: added Iterator class, base class for all iterators in Fre...Maxime Curioni
2008-07-23soc-2008-mxcurioni: renamed all Freestyle API related files with 'BPy_' prefi...Maxime Curioni
2008-07-23soc-2008-mxcurioni: implemented (without testing) StrokeShader, Stroke and Me...Maxime Curioni
2008-07-22soc-2008-mxcurioni: filled and tested StrokeVertex classMaxime Curioni
2008-07-22Added StrokeAttribute class. Beginning of StrokeVertex.Maxime Curioni
2008-07-20soc-2008-mxcurioni: updated support for Nature class.Maxime Curioni
2008-07-19soc-2008-mxcurioni: Added IntegrationType and Nature classes, used to store c...Maxime Curioni
2008-07-18soc-2008-mxcurioni: FEdge class added. Modifed converting functions to passin...Maxime Curioni
2008-07-17soc-2008-mxcurioni: SWIG removal - completed SVertex and CurvePoint classes m...Maxime Curioni
2008-07-15soc-2008-mxcurioni: reimplemented the initialization/allocation for base clas...Maxime Curioni
2008-07-12soc-2008-mxcurioni: first part of the Freestyle Python implementation. A new ...Maxime Curioni
2008-07-09soc-2008-mxcurioni: first (blank) file upload for SWIG removal, in source/ble...Maxime Curioni
2008-06-08soc-2008-mxcurioni: now supports current scene drawing (instead of fixed scen...Maxime Curioni
2008-05-29soc-2008-mxcurioni: updated SConscript file for SWIG module compilation and l...Maxime Curioni
2008-05-29soc-2008-mxcurioni: First render ! It should render the teapot upside down on...Maxime Curioni
2008-05-29soc-2008-mxcurioni: corrected GLStrokeRender::preparePaper function for paper...Maxime Curioni
2008-05-27soc-2008-mxcurioni: updated SWIG module linking instructionMaxime 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