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-08-04Removed unnecessary initialization argumentMaxime Curioni
2009-08-04Removed unnecessary initializationMaxime Curioni
2009-08-04SUMMARY:Maxime Curioni
2009-07-25Fixed a minor memory leak in Controller::LoadMesh().Tamito Kajiyama
2009-07-18Fixed a bug that the parameter panel did not correctly work whenTamito Kajiyama
2009-04-12Simplified modelview matrix copy (take 2)Maxime Curioni
2009-04-12Simplified modelview matrix copyMaxime Curioni
2009-04-09Corrected the problem of the view moving after a Freestyle render, when posit...Maxime Curioni
2009-04-09Made the calculation of the number of available style modules more robustMaxime Curioni
2009-04-08Corrected crash when calculating number of available style modulesMaxime Curioni
2009-04-07SUMMARY:Maxime Curioni
2009-04-05Tweaked a preprocessor conditional statement to support MinGWTamito Kajiyama
2009-03-22Freestyle was changed from a tile-based process to a post-processing effect. ...Maxime Curioni
2009-03-21Corrected stroke/Operators.cpp to compile without warningsMaxime Curioni
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-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-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-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: 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-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-07-31soc-2008-mxcurioni: added a Freestyle panel to select a style at run-time, by...Maxime Curioni
2008-07-30soc-2008-mxcurioni: Tested SWIG-less environment more and understood why the ...Maxime Curioni
2008-07-29soc-2008-mxcurioni: SWIG replacement is effective and the native Freestyle AP...Maxime Curioni
2008-07-27soc-2008-mxcurioni: added (but did not test) ViewMap and Noise classes. Updat...Maxime Curioni
2008-07-22Added StrokeAttribute class. Beginning of StrokeVertex.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-07-06soc-2008-mxcurioni: merge-repair with trunk rev 15456Maxime Curioni
2008-07-05soc-2008-mxcurioni: render buffer modificationMaxime Curioni
2008-07-05soc-2008-mxcurioni: render buffer formatMaxime Curioni
2008-07-05soc-2008-mxcurioni: render layer with FBOs -> render buffers, version 2. Stil...Maxime Curioni
2008-07-05soc-2008-mxcurioni: first render layer implementation with frame buffer objec...Maxime Curioni
2008-07-04soc-2008-mxcurioni: foundations for Freestyle as a render layer - new UI butt...Maxime Curioni
2008-07-02soc-2008-mxcurioni: renamed libQGLWidget's Camera class to AppGLWidget_Camera...Maxime Curioni
2008-06-16soc-2008-mxcurioni: Freestyle now supports camera information (the image is s...Maxime Curioni