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
2021-12-07Cleanup: replace int with bool typeCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-09-30Nodes: Add Float Curve for GN and Shader nodes.Charlie Jolly
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-07-05Cleanup: spelling in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-01Cleanup: outdated IPO references in commentsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-02Python API: Expose CurveMapping Reset View functionPatrick Busch
2020-11-06Refactor: move color settings .blend I/O to blenkernelJacques Lucke
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-10-15Fix T81743: Changed behaviour in RGB Curves node interpolationSybren A. Stüvel
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-04Cleanup: Clang-Tidy bugprone-incorrect-roundings fixesSybren A. Stüvel
2020-09-02Cleanup: use bool instead of int in various placesJacques 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-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-06-16Refactor: Move curvemapping .blend read/write to blenkernelJacques Lucke
2020-04-17Task: Separate Finalize into Reduce And FreeJeroen Bakker
2020-04-15Fix T75443 Color Management: Use after free crash when using curve mappingClément Foucault
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-11Sculpt: Clay Strips Tip Roundness propertyPablo Dobarro
2019-11-27Curve: CurveMapping Extend OptionJeroen Bakker
2019-11-24Cleanup: doxygen commentsCampbell Barton
2019-08-06Cleanup: use BKE_ prefix for BKE_colortools.hCampbell Barton
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
2019-07-03Fix T66165: RGB Curve node generates too bright colorSebastian Parborg
2019-07-03Cleanup: rename variables for easier understandingBrecht Van Lommel
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-18Cleanup: add trailing commas to avoid right shiftCampbell 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-01Color management: change view transform for color pickers and display modes.Brecht Van Lommel
2019-02-01Cleanup: manually remove header text not handled by automationCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-15GP: New Curve primitive and other primitive improvementsAntonioya
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-06Draw manager: Use render view transform as defaultSergey Sharybin
2018-12-06Color management: Use default view with no extra transform when not specifiedSergey Sharybin
2018-12-06Color management: Cleanup, make function name more clearSergey Sharybin
2018-12-05Color management: Query default view from displaySergey Sharybin
2018-10-17Cleanup: remove some #if 0 blocksJacques Lucke
2018-09-26Revert "Compositor: Added Weighted Standard Curve evaluation"Brecht Van Lommel
2018-08-26Cleanup: styleCampbell Barton
2018-08-24Compositor: Added Weighted Standard Curve evaluationJeroen Bakker
2018-08-24Cleanup: indentation, styleCampbell Barton