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
2019-12-20Cleanup: remove redundant 'char *' castsCampbell Barton
2019-11-27Curve: CurveMapping Extend OptionJeroen Bakker
2019-08-06Cleanup: use BKE_ prefix for BKE_colortools.hCampbell Barton
2019-08-01Cleanup: misc spelling fixesCampbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-07-10Cleanup: avoid line breaks from trailing commentsCampbell Barton
2019-07-02Cleanup: move comments onto own lines to avoid breaking linesCampbell Barton
2019-05-31Cleanup: style, use braces in source/Campbell Barton
2019-05-01Cleanup: comments (long lines) in freestyleCampbell Barton
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Cleanup: trailing commasCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-04Fix T57890: freestyle rendering crash.Brecht Van Lommel
2018-12-24Fix/cleanup typos and such in UI messages (and some comments).Bastien Montagne
2018-10-11Cleanup: style (pointers)Campbell Barton
2018-08-29Cleanup: indentationCampbell Barton
2018-06-17Cleanup: trailing space for freestyleCampbell Barton
2017-12-07Cleanup: Use BKE_colorband prefixCampbell Barton
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2016-08-05Fix T48366: Freestyle will unnecessary exclude some linked objects.Tamito Kajiyama
2016-07-02Cleanup: comment blocksCampbell Barton
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2015-11-23Cleanup: use single struct for freestyle globalsCampbell Barton
2015-10-26Fix T46604: Crash in ChainPredicateIterator instantiated without predicates.Tamito Kajiyama
2015-09-02Cleanup: styleCampbell Barton
2015-07-20Freestyle: minor optimization for space by using a pointer to a const char ar...Tamito Kajiyama
2015-07-18Cleanup: whitespace & break placementCampbell Barton
2015-07-13Freestyle: Fix compilation error with strict compiler flagsSergey Sharybin
2015-07-10Freestyle: new stroke modifiersFolkert de Vries
2015-07-06Cleanup: style, spellingCampbell Barton
2015-05-31Improvements to the Freestyle Python API (needed by the SVG Exporter)Tamito Kajiyama
2015-04-22Freestyle: Fixed a crash due to missing call of StrokeShader.__init__() in Py...Tamito Kajiyama
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-27Freestyle: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-02-06cleanup: styleCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-20Fix error in freestyle apiCampbell Barton
2015-01-19Fix own error in freestyle apiCampbell Barton
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2015-01-04Freestyle: reserve array sizes before fillingCampbell Barton
2015-01-04Fix 8 memory leaks from bad PyList_Append useCampbell Barton
2015-01-04mathutils: refactor instantiationCampbell Barton
2014-11-23Refactor: BLI_path_util (part 2)Campbell Barton
2014-11-23Refactor: BLI_path_util (split out app directory access)Campbell Barton
2014-10-10Freestyle: Fix for memory leaks in StrokeVertexIterator.Tamito Kajiyama
2014-10-10Freestyle: Fix for StrokeVertexIterator.__next__() ignoring the first and onl...Tamito Kajiyama