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-06-20Cleanup: Move paint_vertex_color_ops.c to C++Hans Goudey
2022-06-20Curves: extract surface brush sampling into separate functionJacques Lucke
2022-06-17Cleanup: deduplicate generating transform matrices in curves brushesJacques Lucke
2022-06-17Cleanup: simplify Add Curves brushJacques Lucke
2022-06-17Curves: refactor Add brushJacques Lucke
2022-06-16Fix T98904: GPencil sculpt brushes break after you delete a brushAntonio Vazquez
2022-06-16Cleanup: differentiate region/screen relative coordinatesCampbell Barton
2022-06-16Fix mouse coords for sculpt ignore background click, sample voxel detailCampbell Barton
2022-06-12Fix T98745: Anchored mode not working for sculpt smear brushJoseph Eagar
2022-06-10Cleanup: Clang tidyHans Goudey
2022-06-09Fix: Crash in selection paint brush with empty curvesHans Goudey
2022-06-09Cleanup: use const variables & argumentsCampbell Barton
2022-06-09Cleanup: warningsCampbell Barton
2022-06-09Cleanup: formatCampbell Barton
2022-06-08Paint: Fix Image Editor Cursor Disappearing (T90120)Joseph Eagar
2022-06-08Cleanup: Move sculpt_automasking.c to c++Joseph Eagar
2022-06-08Cleanup: Use const variables/pointersHans Goudey
2022-06-07Cleanup: Use const pointers in attribute APIHans Goudey
2022-06-07Curves: fix transforms in Add brushJacques Lucke
2022-06-07Cleanup: remove dead codeJacques Lucke
2022-06-07Keymap: use both left/right modifier keysCampbell Barton
2022-06-07Cleanup: formatCampbell Barton
2022-06-05Cleanup: Remove unused BKE_spline.hh includesHans Goudey
2022-06-05Curves: use uv coordinates to attach curves to meshJacques Lucke
2022-06-05Fix compiling debug buildJacques Lucke
2022-06-04D15041: Sculpt: Elastic TransformPablo Dobarro
2022-06-03Sculpt: Fix zeroing of last position on stroke startJoseph Eagar
2022-06-03Cleanup: remove unused codeJacques Lucke
2022-06-03Cleanup: deduplicate resampling curve after moving last pointJacques Lucke
2022-06-03Cleanup: deduplicate retrieving data from context in curves brushesJacques Lucke
2022-06-03Cleanup: spelling in commentsCampbell Barton
2022-06-02Cleanup: Use const pointersHans Goudey
2022-06-01Cleanup: spelling in comments, use doxy sectionsCampbell Barton
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-06-01Merge branch 'blender-v3.2-release'Joseph Eagar
2022-06-01Fix T97408: Temporary fix for attribute convert undoJoseph Eagar
2022-05-31Merge branch 'blender-v3.2-release'Joseph Eagar
2022-05-31Fix T98364: Remove improper OPTYPE_UNDO flagsJoseph Eagar
2022-05-31Curves: Add soft selection in sculpt modeHans Goudey
2022-05-31Merge branch 'blender-v3.2-release'Jeroen Bakker
2022-05-31UI: Correct sculpt tooltipsJulien Kaspar
2022-05-30Cleanup: Clang tidyHans Goudey
2022-05-30Merge branch 'blender-v3.2-release'Joseph Eagar
2022-05-30Fix T98368: Shading artifacts on paint/mask anchored sculpt brushesJoseph Eagar
2022-05-23Merge remote-tracking branch 'origin/blender-v3.2-release'Dalai Felinto
2022-05-23Cleanup: clarify what is scene linear color space in conversion conversionBrecht Van Lommel
2022-05-23Cleanup: Unused field in sculpt DeleteOperationSergey Sharybin
2022-05-23Fix T98101: Handle single point curves in delete brushHans Goudey
2022-05-23Fix: Sample pressure properly for 3D curves sculpt brushesHans Goudey
2022-05-20Cleanup: Further simplification of loop syntax for curve segmentsHans Goudey