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-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-05Cleanup: use 'r_' prefix for return arguments, order lastCampbell Barton
2020-09-09Cleanup: reduce variable scopesJacques Lucke
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2019-05-23Masks: Properly port to Copy-on-Write conceptSergey Sharybin
2019-04-22Cleanup: style, use braces for blenkernelCampbell 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-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-05-02Depsgraph: Allow per-depsgraph debug flagsSergey Sharybin
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2018-03-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-16Depsgraph: Move evaluation debug prints to depsgraphSergey Sharybin
2018-02-21Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-21Depsgraph: Split debug flagsSergey Sharybin
2017-09-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-14Fix T52749: New Depsgraph - Render View Mask is not initialized correctlySergey Sharybin
2017-09-14Masks: Split layer evaluation into separate functionSergey Sharybin
2015-11-12Cleanup: rename line to segments, avoids confusionCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-03-19Code cleanup: unreachable break/returnCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2013-12-20Don't use with_resol suffix for functions which doesn't get resolutionSergey Sharybin
2013-12-20Code cleanup: remove unused functions from mask moduleSergey Sharybin
2013-05-08use unsigned int, for mask rasterizer.Campbell Barton
2013-05-08code cleanup: use 'const float[2]' where possible.Campbell Barton
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-08-27Alternate mask spline feather offset calculation method: now there are 2 [Eve...Campbell Barton
2012-08-26code cleanup: remove dead assignments, gave mask vars clearer names & moved s...Campbell Barton
2012-08-26code cleanup: split out mask spline evaluation into its own file.Campbell Barton