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
2009-03-02Fixed an issue regarding render layers. Now the Freestyle renderer builds a ...Tamito Kajiyama
2008-12-11renamed app_blender/api.cpp FRS_freestyle.cppMaxime Curioni
2008-12-11improved Freestyle IO formattingMaxime Curioni
2008-12-11removed AppGLWidget and all related classesMaxime Curioni
2008-12-10when Freestyle would execute style modules, a copy of the Python script would...Maxime Curioni
2008-12-10replaced "Shape loading" message with "Importing triangular meshes into Blender"Maxime Curioni
2008-12-05Reverted the changes (in revisions 17517-17519) for the antialiasing based on...Tamito Kajiyama
2008-12-02The GL-based renderer was removed. Freestyle now uses Blender's internal rend...Maxime Curioni
2008-12-01Added changes to support Python's native iterator protocol in Stroke and Stro...Tamito Kajiyama
2008-12-01Fixed memory leaks.Tamito Kajiyama
2008-11-20Added changes for implementing antialiasing. The OSA settings for the internalTamito Kajiyama
2008-11-09Made changes to enable features line parameters (ridges/valleys and suggestiv...Tamito Kajiyama
2008-11-09Fixed a bug in Nature_Type and BPy_Nature_from_Nature() that broke all nature...Tamito Kajiyama
2008-10-01soc-2008-mxcurioni: added source/blender/freestyle/CMakeLists.txt to branchMaxime Curioni
2008-10-01soc-2008-mxcurioni: refactored Freestyle API to prepare for both rendering mo...Maxime Curioni
2008-09-29soc-2008-mxcurioni: moved the style module and data files to Blender's standa...Maxime Curioni
2008-09-28soc-2008-mxcurioni: FRS_glBlendEquation filesMaxime Curioni
2008-09-28soc-2008-mxcurioni: imposed the glBlendEquation test accross all platforms (p...Maxime Curioni
2008-09-25soc-2008-mxcurioni: incorporated Tamito Kajiyama's patch, improving robustnes...Maxime Curioni
2008-09-25soc-2008-mxcurioni: corrected texture loading feedback, removed paper texture...Maxime Curioni
2008-09-15soc-2008-mxcurioni: added Aldrik Dunbar's patch for 64bit Linux buildsMaxime Curioni
2008-09-09soc-2008-mxcurioni: Win32 build clean-upMaxime 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-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-08-08soc-2008-mxcurioni: clean upMaxime Curioni
2008-08-08soc-2008-mxcurioni: finished removing lib3ds. Freestyle now runs correctly wi...Maxime Curioni
2008-08-07soc-2008-mxcurioni: corrected matrix used to import meshes. Despite providing...Maxime Curioni
2008-08-07soc-2008-mxcurioni: first version of lib3ds code. It does NOT work yet and ha...Maxime Curioni
2008-08-02soc-2008-mxcurioni: clean upMaxime Curioni
2008-08-02soc-2008-mxcurioni: Made crucial corrections to stabilize the system. Most of...Maxime Curioni
2008-08-02soc-2008-mxcurioni: made considerable changes to support cross-language polym...Maxime Curioni
2008-08-01soc-2008-mxcurioni: clean-up #2Maxime Curioni
2008-08-01soc-2008-mxcurioni: clean-up #1Maxime Curioni
2008-08-01soc-2008-mxcurioni: moved Curve to FrsCurve, fixed bugs with some style modul...Maxime Curioni
2008-07-31soc-2008-mxcurioni: moved namespace collision resolution to the freestyle_ini...Maxime Curioni
2008-07-31soc-2008-mxcurioni: added a Freestyle panel to select a style at run-time, by...Maxime Curioni
2008-07-31soc-2008-mxcurioni: the native Python system now supports cross-language poly...Maxime Curioni
2008-07-30soc-2008-mxcurioni: Tested SWIG-less environment more and understood why the ...Maxime Curioni
2008-07-29soc-2008-mxcurioni: corrected problems in API with UnaryFunction1DVoid subcla...Maxime Curioni
2008-07-29soc-2008-mxcurioni: SWIG replacement is effective and the native Freestyle AP...Maxime Curioni
2008-07-29soc-2008-mxcurioni: SWIG replacement is effective and the native Freestyle AP...Maxime Curioni
2008-07-29soc-2008-mxcurioni: finished porting the Freestyle API. All of the original c...Maxime Curioni
2008-07-29 soc-2008-mxcurioni: add all predicate subclasses( BinaryPredicate1D, UnaryPr...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: implemented and tested unary predicates. The good news is...Maxime Curioni