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-03-24Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-08Fix T95843: Invalid mesh runtime data after sculpt undov3.1.0Hans Goudey
2022-02-28Fix T95992: Crash Ancored strokes 2d texture painting.Jeroen Bakker
2022-02-16Fix T95787: Texture paint: Apply Camera Image crash for certain imagesPhilipp Oeser
2022-02-03Docs: correct weight paint sample descriptionCampbell Barton
2022-02-01Cleanup: remove duplicate vertex normal array in SculptSessionCampbell Barton
2022-01-25Cleanup: Correct location of node function declarationsHans Goudey
2022-01-24Cleanup: Move the "toggle smooth brush" functionality to functionsSebastian Parborg
2022-01-24Hook up invert and smooth mode to weight and vertex paintSebastian Parborg
2022-01-24Cleanup: Remove unused enumGermano Cavalcante
2022-01-20Revert "Sculpt: Multires Heal Brush"Joseph Eagar
2022-01-20Sculpt: Multires Heal BrushJoseph Eagar
2022-01-20Cleanup: spelling in commentsCampbell Barton
2022-01-20Cleanup: clang-formatCampbell Barton
2022-01-20Cleanup doc comments for sculpt_intern.hJoseph Eagar
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
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