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-30Cleanup: colon after params, move text into public doc-strings, spellingCampbell Barton
2022-06-30Curves: New tools for curves sculpt mode.Jacques Lucke
2022-06-30Fix T99196: sculpt_update_object calls paint updates for nonpaint toolsJoseph Eagar
2022-06-30Sculpt: Fix a few bugs revealed by SCULPT_TOOL_NEEDS_COLOR name changeJoseph Eagar
2022-06-30Cleanup: Renamed SCULPT_TOOL_NEEDS_COLOR to SCULPT_tool_is_paintJoseph Eagar
2022-06-29Fix T99231: Wrong anchored mode test for smear brushJoseph Eagar
2022-06-28Fix: Flush mode to evaluated object when exiting curves sculpt modeHans Goudey
2022-06-28Cleanup: fix various typosluzpaz
2022-06-27Cleanup: formatCampbell Barton
2022-06-27Cleanup: remove redundant has key checksCampbell Barton
2022-06-27Fix T98673: Color attribute fill API didn't support editmodeJoseph Eagar
2022-06-27Fix T99100: Undo/redo bugs with paint and gravityJoseph Eagar
2022-06-26Cleanup: Clang tidyHans Goudey
2022-06-24Cleanup: Remove unnecessary includesHans Goudey
2022-06-24Cleanup: Fix building warnings on gcc 9.4.0Dalai Felinto
2022-06-23Cleanup: Remove unused array in vertex paint codeHans Goudey
2022-06-23Vertex paint mode tried to do a "fast update" by trying to avoid taggingHans Goudey
2022-06-23Mesh: Add an explicit "positions changed" functionHans Goudey
2022-06-23Geometry Nodes: Optimize selection for virtual array inputHans Goudey
2022-06-23Fix T98975: Broken vertex paint mode operatorsHans Goudey
2022-06-23Cleanup: Clang tidyHans Goudey
2022-06-22Cleanup: remove unused sculpt texture cache generationBrecht Van Lommel
2022-06-22D14974: Tip roundness - match square and round brush radiusRamil Roosileht
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