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-11-30Woo Hoo. First git commit.Alexandr Kuznetsov
2013-11-22Code Cleanup: int pointer comparisonCampbell Barton
2013-10-31code cleanup: spellingCampbell Barton
2013-09-15Fix [#36727] Curve Object Scaled to 0 + Freestyle = CrashBastien Montagne
2013-09-05code cleanup:Campbell Barton
2013-08-24Quiet annoying VC++ warning C4819: The file contains a character that cannot ...Tamito Kajiyama
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-08-04add c++/guardedalloc to more freestyle classes, also remove redundant 'public:'Campbell Barton
2013-07-13Fix for [#35482] 2.67 freestyle line visibility computation bug.Tamito Kajiyama
2013-07-11Fix for Bug #35695: Freestyle produces extra line across an object with point...Tamito Kajiyama
2013-06-26correct typos in comments.Campbell Barton
2013-06-16Fix for Freestyle face marks incorrectly reset when feature edges are split a...Tamito Kajiyama
2013-05-19Fix for [#35245] Freestyle getting stuck on view map creation + memory leaks.Tamito Kajiyama
2013-05-14Added support for WITH_CXX_GUARDEDALLOC build option to the Freestyle module.Tamito Kajiyama
2013-04-29More build fixes for visual studio 2012.Brecht Van Lommel
2013-04-11code cleanup: unused vars, make other vars static.Campbell Barton
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-19quiet warnings by making undeclared vars staticCampbell Barton
2013-03-11Another big code clean-up patch from Bastien Montagne, thanks again!Tamito Kajiyama
2013-01-27Slightly generalized the crash fix in revision 54111.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
2013-01-02Yet another big style clean-up patch by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-29Fix encoding (from ISO 8859-15 to utf8).Bastien Montagne
2012-12-12Fix for svn:executable.Tamito Kajiyama
2012-12-09Fix for a number of compiler warnings as well as a bug hidden by the warnings.Tamito Kajiyama
2012-09-03Experimental fix for incorrect view edge visibility.Tamito Kajiyama
2012-07-17Better handling of the ESC key during Freestyle rendering.Tamito Kajiyama
2012-06-17Fix for NaN's in the Z component of projected points by SilhouetteGeomEngine:...Tamito Kajiyama
2012-06-04Made an attempt to fix an instability issue in stroke rendering due to a failureTamito Kajiyama
2012-04-29Suppressed "unused but set variable" warnings.Tamito Kajiyama
2012-04-07Fix for an unnormalized normal vector in ViewEdgeXBuilder::BuildSmoothFEdge().Tamito Kajiyama
2012-04-07Fix for broken face normals in FEdgeSharp and FEdgeSmooth, resulting fromTamito Kajiyama
2011-11-12Fix for the view map construction not taking account of face marks.Tamito Kajiyama
2011-10-10Stability improvements for the Face Smoothness option.Tamito Kajiyama
2011-10-06Fine control of feature edge selection with mesh face and edge marks.Tamito Kajiyama
2011-05-02Fix for a memory leak in silhouette edge detection.Tamito Kajiyama
2011-04-13Fix for a crash in silhouette edge detection. The problem wasTamito Kajiyama
2011-03-14Optimized view map calculation by Alexander Beels.Tamito Kajiyama
2011-02-22Two minor fixes:Tamito Kajiyama
2011-02-22Consolidation of stroke drawing.Tamito Kajiyama
2010-10-19Merged changes in the trunk up to revision 32565.Tamito Kajiyama
2010-07-05Bug fixes from Stéphane Grabli, one of the coauthors of theTamito Kajiyama
2010-06-06Fix for a crash related to the feature edge detection at material boundaries.Tamito Kajiyama
2010-05-23Made object names accessible from within style modules.Tamito Kajiyama
2010-05-23Fix for a compilation issue with GCC.Tamito Kajiyama
2010-05-23New option to specify the angular threshold for detecting crease edges.Tamito Kajiyama
2010-05-23New option for detecting feature edges at material boundaries.Tamito Kajiyama
2010-05-09Fixed the flags argument of IMB_saveiff calls.Tamito Kajiyama