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-10-26Fix build error on Windows without precompiled headersBrecht Van Lommel
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-26Cleanup: replace unsigned with uint, use function style casts for C++Campbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-11-19Cleanup: fix typos in comments and docsBrecht Van Lommel
2020-12-04Cleanup: Clang-Tidy, modernize-deprecated-headersSybren A. Stüvel
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
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-08-29Cleanup: indentationCampbell Barton
2018-06-17Cleanup: trailing space for freestyleCampbell Barton
2016-07-08Cleanup: spellingCampbell Barton
2016-07-07Cleanup: spelling, styleCampbell Barton
2015-07-20Freestyle: minor optimization for space in the FEdgeXDetector.Tamito Kajiyama
2015-07-20Freestyle: commented part of FEdgeXDetector::ProcessRidgeFace() that has no e...Tamito Kajiyama
2015-07-20Freestyle: internal switch from double to float in mesh loading and construct...Tamito Kajiyama
2015-07-20Freestyle: minor optimization for space from mesh importing to feature edge d...Tamito Kajiyama
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-03Cleanup: spelling, wsCampbell Barton
2014-04-17Freestyle: Fix for VC++ warnings about 'hypot' macro redefinitions (Part 1).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-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-02Yet another big style clean-up patch by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-12Fix for svn:executable.Tamito Kajiyama
2012-07-17Better handling of the ESC key during Freestyle rendering.Tamito Kajiyama
2011-10-06Fine control of feature edge selection with mesh face and edge marks.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
2010-06-06Fix for a crash related to the feature edge detection at material boundaries.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-02-01Added support for orthographic camera.Tamito Kajiyama
2008-07-24soc-2008-mxcurioni: added (without testing) the following classes: BBox, SSha...Maxime Curioni
2008-07-22Added StrokeAttribute class. Beginning of StrokeVertex.Maxime Curioni
2008-05-10soc-2008-mxcurioni: towards Freestyle compilation, removing Qt's QString and ...Maxime Curioni
2008-05-08soc-2008-mxcurioni: merged changes to revision 14747, cosmetic changes for so...Maxime Curioni