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
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-06-24Cleanup: use Blender's code style for doxygen commetns in freestyleCampbell Barton
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-11-07Cleanup: Clang-format.Ankit Meel
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-09-04Cleanup: Clang-Tidy readability-const-return-type fixesSybren A. Stüvel
2020-08-07Cleanup: Freestyle, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-04-21Fix clang-format differences between version 6 and 9Brecht Van Lommel
2020-03-06Cleanup: tweak Freestyle #includes in preparation for clang-format sortingDalai Felinto
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-05-31Cleanup: style, use braces in source/Campbell Barton
2019-05-01Cleanup: comments (long lines) in freestyleCampbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-06-17Cleanup: trailing space for freestyleCampbell Barton
2016-07-21fix typo in conditionMike Erwin
2014-11-23Fix freestyle compile.Bastien Montagne
2014-04-17Fix compilation error of FreestyleSergey Sharybin
2014-04-17Replaced assert() with BLI_assert().Tamito Kajiyama
2014-04-04Freestyle: Removed SVertex _curvatureFredo and _directionFredo and their gett...Tamito Kajiyama
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-11Another big code clean-up patch from Bastien Montagne, thanks again!Tamito Kajiyama
2013-01-04New command-line option --debug-freestyle to enable verbose debug messagesTamito Kajiyama
2012-12-29Another mega (literally :p) code clean-up patch by Bastien Montagne, thanks a...Tamito Kajiyama
2012-12-12Fix for svn:executable.Tamito Kajiyama
2011-08-31Fix for an error condition in CurvePoint::getFEdge() within the C++ layer.Tamito Kajiyama
2011-02-22Consolidation of stroke drawing.Tamito Kajiyama
2010-10-30Yet another attempt to fix a fatal error in the constructor of theTamito Kajiyama
2010-10-24* Another attempt to fix the bug partly addressed in revision 31419.Tamito Kajiyama
2010-08-17Fix for a bug in a CurvePoint constructor that caused a crash.Tamito Kajiyama
2008-05-08soc-2008-mxcurioni: merged changes to revision 14747, cosmetic changes for so...Maxime Curioni