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-01-07Cleanup: rename sculpt_brushes.c -> sculpt_brush_types.cCampbell Barton
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Fix T94635: Sculpt Smooth in Surface mode with Anchored Stroke crashPhilipp Oeser
2022-01-06Cleanup: move public doc-strings into headersCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-05Fix T94564: Mirror clipping is not properly placed in sculpt modePhilipp Oeser
2021-12-25Cleanup: Use array for BKE cursor functionsAaron Carlisle
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-20Run clang-formatJoseph Eagar
2021-12-20Sculpt: split sculpt.c into three filesJoseph Eagar
2021-12-16Cleanup: spellingCampbell Barton
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-10Cleanup: move public doc-strings into headers for various API'sCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-12-07Cleanup: Use rcti marking dirty regions when texture painting.Jeroen Bakker
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-26Fix T93117: Texture paint clone tool crash in certain situationPhilipp Oeser
2021-11-22Painting: Performance curve masks.Jeroen Bakker
2021-11-22Cleanup: Removed unused code in curve mask creation.Jeroen Bakker
2021-11-22Painting: migrated curve mask generation to CPP.Jeroen Bakker
2021-11-17Cleanup: Painting - reduce reallocation of same memory.Jeroen Bakker
2021-11-13Cleanup: spelling in comments, comment block formattingCampbell Barton
2021-11-08Cleanup: remove references to non-existent 'mtexpoly'Campbell Barton
2021-11-02Images: refactor how failed image load attempts are rememberedJacques Lucke
2021-10-26Cleanup: spelling in commentsCampbell Barton
2021-10-22Fix T92290: Linked Color Palette datablocks can not be used.Bastien Montagne
2021-10-21Cleanup: use underscore separators for event struct membersCampbell Barton
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-18Fix T79005: Vertex color conversion operators changing the colorsPablo Dobarro
2021-10-18Cleanup: spelling in commentsCampbell Barton
2021-10-14Cleanup: pass the sizeof(..) as the second arg for array allocationCampbell Barton
2021-10-07Revert commit, turns out this isn't a bug?Joseph Eagar
2021-10-07Fix mask expand not properly supportingJoseph Eagar
2021-10-06Cleanup: spelling in commentsCampbell Barton
2021-09-29Fix T89164: Sculpt "Smooth" brush crash with zero pressurePhilipp Oeser
2021-09-23Fix T91557: Texture Paint Stencil doesnt use assigned UV LayerPhilipp Oeser
2021-09-17UI: enable the depend-on-cursor flag for some operatorsCampbell Barton
2021-09-15Cleanup: Use function to mark mesh normals dirtyHans Goudey
2021-08-31Cleanup: remove unnecessary obedit argument from ED_space_image_setCampbell Barton
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-05Fix T90235: Smooth Brush not working with interior vertices with two adjacent...Pablo Dobarro
2021-08-05Fix T90236: Sculpt automasking failing when the stroke does not start over th...Pablo Dobarro
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-07-26Cleanup: spelling in commentsCampbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-16Cleanup: remove redundant parenthesesCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton