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
2015-06-18Freestyle: Fix for wrong assertion failure upon inverted face normals.Tamito Kajiyama
2015-05-11Freestyle: Fix for assertion failure in viewport preview.Tamito Kajiyama
2015-03-27Freestyle: Code cleanup, silence warning in release modeSergey Sharybin
2014-10-23Fix T42351: Freestyle will not render edges selected by Edge Type: Material B...Tamito Kajiyama
2014-07-23Freestyle: minor speedup by omitting unnecessary transform matrix operations ...Tamito Kajiyama
2014-07-07Per-material line color settings for Freestyle.Tamito Kajiyama
2014-06-29Freestyle: Fix for "cast shadows only" materials not handled properly.Tamito Kajiyama
2014-06-24Freestyle: Progress bar updates during mesh loading.Tamito Kajiyama
2014-05-21Freestyle: code cleanup - removed very old commented lines of code.Tamito Kajiyama
2014-05-17Revised the debug code added in the commit rB4958aff780a3 according to the ra...Tamito Kajiyama
2014-05-17Freestyle: Added a piece of debug code for checking the consistency of face n...Tamito Kajiyama
2014-04-18Quite compiler warnings.Tamito Kajiyama
2014-03-15Code cleanup: spelling & styleCampbell Barton
2013-07-12optimize interp_weights_poly_v2(), well tested, was calculating the area twic...Campbell Barton
2013-07-10Fix for bug #36009: Rendered ortho view messes up Freestyle lines in 3D viewp...Tamito Kajiyama
2013-04-09Attempt to fix a potential name conflict between Freestyle and the compositor.Tamito Kajiyama
2013-03-31remove blender foundation copyright from freestyle files.Campbell Barton
2013-03-16Fix for a crash due to mesh faces with wire frame materials not properly hand...Tamito Kajiyama
2013-03-13New implementation of Freestyle edge/face marksTamito Kajiyama
2013-03-08A big code clean-up patch from Bastien Montagne, many thanks!Tamito Kajiyama
2013-01-18A patch set from Bastien Montagne (thanks!) for silencing build warnings (fro...Tamito Kajiyama
2013-01-04New command-line option --debug-freestyle to enable verbose debug messagesTamito Kajiyama
2012-12-18Another big code clean-up patch by Bastien Montagne (GPL headers, indentation,Tamito Kajiyama
2012-12-09Fix for a number of compiler warnings as well as a bug hidden by the warnings.Tamito Kajiyama
2012-07-17Better handling of the ESC key during Freestyle rendering.Tamito Kajiyama
2012-06-17Fixed a typo.Tamito Kajiyama
2012-06-12Fix for emitted objects of a particle system not rendered properly.Tamito Kajiyama
2012-05-01Fix for a crash due to a corruption of data for addressing degenerate triangl...Tamito Kajiyama
2012-03-05Another possible fix for degenerate triangles in imported mesh data.Tamito Kajiyama
2012-03-03Fix for a compilation error with GCC 4.6 (Linux and MinGW32).Tamito Kajiyama
2012-03-03Made another attempt to fix degenerate triangles in imported mesh data.Tamito Kajiyama
2012-02-29Better fix for degenerate triangles in imported mesh data.Tamito Kajiyama
2012-02-29Experimental fix for degenerate triangles in imported mesh data.Tamito Kajiyama
2011-11-20Fix for duplicated feature edges due to a numerical instability of lineTamito Kajiyama
2011-10-06Fine control of feature edge selection with mesh face and edge marks.Tamito Kajiyama
2010-12-12Fix for incorrect vertex normals in the case of smooth faces withTamito Kajiyama
2010-11-27New option for taking account of face smoothness in view map calculation.Tamito Kajiyama
2010-06-03Fix for a crash due to materials of the wire type. Now all facesTamito Kajiyama
2010-05-23Made object names accessible from within style modules.Tamito Kajiyama
2010-02-19Added support for procedural duplication (such as DupliVerts and DupliFaces).Tamito Kajiyama
2010-01-30Improvements of mesh importing.Tamito Kajiyama
2010-01-25Clipping of imported meshes by the near and far view planes.Tamito Kajiyama
2010-01-10Fixed a bug in SilhouetteGeomEngine::ImageToWorldParameter() that causedTamito Kajiyama
2009-11-30Merged changes to revision 25007.Tamito Kajiyama
2009-10-05moved all Blender-Freestyle interface-related files to source/freestyle/inter...Maxime Curioni