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
2021-08-06Cleanup: clang tidyJacques Lucke
2021-08-06Cleanup: use const result in `ED_keyframes_find_*` functions.Jeroen Bakker
2021-08-06Cleanup: use range2f in `ED_keylist_find_any_between`.Jeroen Bakker
2021-08-06Cleanup: const pass `keyframes_keylist`.Jeroen Bakker
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-05Action Constraint: add Split Channels Mix choices from Copy TransformsAlexander Gavrilov
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-05BMesh: support laplacian smooth for n-gonsCampbell Barton
2021-08-05Fix T83164: Spline IK `joint_bindings` parameter is broken.Bastien Montagne
2021-08-05GPencil: New Caps iconsAntonio Vazquez
2021-08-05LibOverride: Make it reasonably impossible for users to create overrides of s...Bastien Montagne
2021-08-05Fix T90430: Crash when dragging materialJulian Eisel
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-05Cleanup: make formatAaron Carlisle
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-08-04Added some TODO remarks.Jeroen Bakker
2021-08-04GPencil: New Brush option to define Caps typeAntonio Vazquez
2021-08-04Outliner/LibOverrides: Fix logic of checks for drag'n'drop of Collections.Bastien Montagne
2021-08-04Make loopcut drawing consistent between gizmo and operator.Anthony Edlin
2021-08-04Viewport normal drawing with constant lengthJeroen Bakker
2021-08-04T90371: Asset: Drop Material Tooltip.Jeroen Bakker
2021-08-04Cleanup: spellingCampbell Barton
2021-08-03Cleanup: interface, reduce indentation of copy_to_selected_button()Sybren A. Stüvel
2021-08-03Fix T90313: Align to Transform Orientation Axis Property Doesn't WorkGermano Cavalcante
2021-08-03WM: don't store selection properties typically set in the key-mapCampbell Barton
2021-08-03UI: building without Python againCampbell Barton
2021-08-03Silenced clang-tidy warnings.Jeroen Bakker
2021-08-03Fix T90364: buttons (partially) behind animchannel search block searchPhilipp Oeser
2021-08-03USD: add USD importerMichael Kowalski
2021-08-03Fix T90341: Crash opening 2.4 file with File Browser editor openJulian Eisel
2021-08-03Fix T85436: Separate by loose parts doesn't show new objectsCampbell Barton
2021-08-03Correct task ID in 00b57136e4167ef5a303b1215574bb52a22e9194Campbell Barton
2021-08-03UI: Add light count to viewport statisticsFalk David
2021-08-03Revert "Fix spin-gizmo not allowing click events to select vertices"Campbell Barton
2021-08-03Cleanup: Hide implementation details for ED_keyframe_keylist.Jeroen Bakker
2021-08-03T90372: Assets: When dropping material use active material slot.Jeroen Bakker
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-08-03Edit Mesh: Correct normal calculation for "Set From Faces"Campbell Barton
2021-08-02Mesh: Tag normals dirty instead of calculatingHans Goudey
2021-08-02Fix T90356: Frame selected includes active stripRichard Antalik
2021-08-02Fix T87041: Driver Editor not updated in realtimePhilipp Oeser
2021-08-02Asset Browser: Proper context menu for assetsJulian Eisel
2021-08-02WindowManager: Support Dynamic tooltips when dragging.Jeroen Bakker
2021-07-31Cleanup: Use const mesh argumentsHans Goudey
2021-07-31Cleanup: Remove unused includesHans Goudey
2021-07-31Cleanup: Voxel remesh function namingHans Goudey
2021-07-30Assets: Rename "Mark Asset" operator to "Mark as Asset"Julian Eisel
2021-07-30UI: Move Mark/Clear asset out of ID Data in Outliner context menuJulian Eisel
2021-07-30Cleanup: Move remesh files to C++Hans Goudey