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-04-04Cleanup: ensure space after file named in headersCampbell Barton
2022-04-03Fix T96957: creating paint curve crashesJacques Lucke
2022-04-02Cleanup: Further use of const for object bounding boxesHans Goudey
2022-04-01Cleanup: Use const for bounding boxes where possibleHans Goudey
2022-03-30Cleanup: spelling in commentsCampbell Barton
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-03-29Curves: improve Snake Hook brushJacques Lucke
2022-03-25Cleanup: Further renaming in new curves codeHans Goudey
2022-03-25Cleanup: use array syntax for sizeof, zero before float suffixCampbell Barton
2022-03-25Cleanup: sort cmake file listsCampbell Barton
2022-03-24Cleanup: Clang tidyHans Goudey
2022-03-24Cleanup: Adjust naming in new curves codeHans Goudey
2022-03-23Curves: improve Comb brushJacques Lucke
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-21Curves: new Add brushJacques Lucke
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-03-18Cleanup: Remove unused includesHans Goudey
2022-03-17BLI: add probabilistic rounding utilityJacques Lucke
2022-03-17Curves: separate sculpt brushes into separate filesJacques Lucke
2022-03-16Cleanup: rename cnt to countCampbell Barton
2022-03-15Cleanup: correct unbalanced doxy sectionsCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-14RNA: Generate property declerations header, solving msg-bus C++ incompatibilityJulian Eisel
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-10Curves: actually delete curves with Delete brushJacques Lucke
2022-03-09Curves: rename initial brushesJacques Lucke
2022-03-09Cleanup: rename wmEvent.prev_click_* to prev_press_*Campbell Barton
2022-03-08Cleanup: Clang tidyHans Goudey
2022-03-08Merge branch 'blender-v3.1-release'Hans Goudey
2022-03-08Fix T95843: Invalid mesh runtime data after sculpt undov3.1.0Hans Goudey
2022-03-08Curves: add initial comb, grow and shrink brushJacques Lucke
2022-03-08Curves: disable stroke spacing for curve sculpt brushesJacques Lucke
2022-03-02Curves: add brush to add curves on surfaceJacques Lucke
2022-03-02Cleanup: use back-slash for doxygen commands, color after parametersCampbell Barton
2022-03-01Cleanup: ED_view3d_win_to_delta & ED_view3d_calc_zfac usageCampbell Barton
2022-02-28Merge branch 'blender-v3.1-release'Sergey Sharybin
2022-02-28Fix compilation warning.Jeroen Bakker
2022-02-28Fix T95992: Crash Ancored strokes 2d texture painting.Jeroen Bakker
2022-02-25Cleanup: use flags for wmEvent modifier keysCampbell Barton
2022-02-23Curves: initial brush implementations for curves sculpt modeJacques Lucke
2022-02-23Cleanup: correction to repeated word removal & correct spellingCampbell Barton
2022-02-22Cleanup: Replace eTexPaintMode with classes.Jeroen Bakker
2022-02-22Fix compilation issue under windows.Jeroen Bakker
2022-02-22Fix compilation error on certain platforms.Jeroen Bakker
2022-02-22Convert paint_image to cc.Jeroen Bakker
2022-02-22Cleanup: Renamed PaintOperation.custom_paint to stroke_handle.Jeroen Bakker
2022-02-22Cleanup: use doxygen sectionsCampbell Barton
2022-02-22Cleanup: Use switch-statement for eTexPaintMode.Jeroen Bakker
2022-02-21Paint: pass operator to stroke update functionJacques Lucke
2022-02-21Curves: use paint cursor in curves sculpt modeJacques Lucke