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-09-26Cleanup: replace unsigned with uint, use function style casts for C++Campbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-02-08Cleanup: Remove using-directive from freestyle headersOmar Emara
2020-11-06Cleanup: Clang-Tidy modernize-use-nullptrSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2019-05-31Cleanup: style, use braces 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-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-06-17Cleanup: trailing space for freestyleCampbell Barton
2015-01-04Freestyle: reserve array sizes before fillingCampbell Barton
2014-07-01Python: remove redundant castsCampbell Barton
2014-06-24Freestyle: use bool instead of int.Tamito Kajiyama
2014-04-17Freestyle: Fix for VC++ warnings about 'hypot' macro redefinitions (Part 3).Tamito Kajiyama
2013-12-17Fix crash in freestyle vector parsing (hard to believe nobody noticed)Campbell Barton
2013-11-05Additional code improvements: avoid unnecessary Python object allocations in ...Tamito Kajiyama
2013-03-31remove blender foundation copyright from freestyle files.Campbell Barton
2013-03-08A big code clean-up patch from Bastien Montagne, many thanks!Tamito Kajiyama
2013-02-24Code clean-up and fix for typos in docstrings.Tamito Kajiyama
2013-02-23Added GNU GPL header blocks.Tamito Kajiyama
2012-12-09Fix for a number of compiler warnings as well as a bug hidden by the warnings.Tamito Kajiyama
2009-09-27Made the Freestyle Python API compatible with Python 3.Tamito Kajiyama
2009-08-02SWIG/directors dependency removal (cont'd)Tamito Kajiyama
2009-08-01* Implemented Python's iterator protocol in Interface0DIterator andTamito Kajiyama
2009-07-20* Introspection-based automatic type conversion from a generic C++ objectTamito Kajiyama
2009-03-21Fixed editing errors in the last commit...Tamito Kajiyama
2009-03-21Improvements in error handling at Python-C++ boundaries.Tamito Kajiyama
2009-03-13Better error handling in the Python API.Tamito Kajiyama
2008-12-01Fixed memory leaks.Tamito Kajiyama
2008-08-07soc-2008-mxcurioni: first version of lib3ds code. It does NOT work yet and ha...Maxime Curioni
2008-08-02soc-2008-mxcurioni: Made crucial corrections to stabilize the system. Most of...Maxime Curioni
2008-08-02soc-2008-mxcurioni: made considerable changes to support cross-language polym...Maxime Curioni
2008-08-01soc-2008-mxcurioni: moved Curve to FrsCurve, fixed bugs with some style modul...Maxime Curioni
2008-07-31soc-2008-mxcurioni: the native Python system now supports cross-language poly...Maxime Curioni
2008-07-30soc-2008-mxcurioni: Tested SWIG-less environment more and understood why the ...Maxime Curioni