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-10-07Merge branch 'master' into tracking_toolstracking_toolsSergey Sharybin
2022-10-07Refactor: adding function to check if an animation container has grease penci...Amelie Fondevilla
2022-10-07Fix T100953: Zooming with NDOF is inverted in the camera viewCampbell Barton
2022-10-07Cleanup: use doxy sectionsCampbell Barton
2022-10-07Cleanup: remove redundant 'using'Campbell Barton
2022-10-073D View: depth sort candidates in the selection menuCampbell Barton
2022-10-07Cleanup: spelling in commentsCampbell Barton
2022-10-06Fix: Properly free non-trivial node editor runtime typeHans Goudey
2022-10-06Cleanup: Remove unnecessary MOD_nodes.h includesHans Goudey
2022-10-06DRW: fix use of potentially uninitialized variableGermano Cavalcante
2022-10-06Animation: Expose "mute" for drivers in their properties UISybren A. Stüvel
2022-10-06UI: remove extraneous inversion of "inverted" button stateSybren A. Stüvel
2022-10-06UI: New modifier Icons Envelope and OutlineAntonio Vazquez
2022-10-06Fix T101492: UV stitch crash (more than 32 objects selected)Philipp Oeser
2022-10-06Fix T101517: GPencil strokes snap to origin in a Scale value is on 0Antonio Vazquez
2022-10-06Fix T101628: Correct frame node intersection in add reroute operatorLeon Schittek
2022-10-063D View: use float for ED_view3d_project_base & minor changesCampbell Barton
2022-10-05GPencil: Use stroke function for convert pointsAntonio Vazquez
2022-10-05Cleanup: make formatBrecht Van Lommel
2022-10-05Sculpt: Fix crash in face set initJoseph Eagar
2022-10-05Cleanup: Clang tidyHans Goudey
2022-10-05I18n: disambiguate a few messagesDamien Picard
2022-10-05Fix T101306: crash when calling Delete command for Library OverridePhilipp Oeser
2022-10-04Cleanup: VSE code readabilityRichard Antalik
2022-10-04Fix: UI: Warning for description with period at endHans Goudey
2022-10-04Fix T101233: Crash on deleting the object in outliner due to null pointer accessPratik Borhade
2022-10-04Fix T101499: Do not allow unlinking objects from linked collections.Bastien Montagne
2022-10-04Animation: Update tooltips to be more readableJames
2022-10-04Cleanup: remove unnecessary includes from sculpt_paintCampbell Barton
2022-10-04Cleanup: formatCampbell Barton
2022-10-04Cleanup: undeclared function warningCampbell Barton
2022-10-04Cleanup: correct argument size for plane in planeProjectionCampbell Barton
2022-10-04Sculpt: Visibility bugfixesJoseph Eagar
2022-10-04Sculpt: implement Reveal All for PBVH_BMESHJoseph Eagar
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-10-04Sculpt: Fix T101430: Blank stroke undo steps corrupt dyntopoJoseph Eagar
2022-10-04Sculpt: Add debug code to print sculpt undo stack.Joseph Eagar
2022-10-03Images: remove option to choose between BW/RGB/RGBA for multilayer EXR saveBrecht Van Lommel
2022-10-03Image: improve Save As Render tooltip, hide option when saving render resultBrecht Van Lommel
2022-10-03Fix T101510: Incorrect context for running data unlink from template IDJulian Eisel
2022-10-03Fix T101564: GPencil: Selecting imprecise if transforms are animatedAntonio Vazquez
2022-10-03Fix T101548: GPencil new lines in Multiframe editing appear as OnionAntonio Vazquez
2022-10-03CMake: add missing headersCampbell Barton
2022-10-03Cleanup: remove 2D region-relative coordinates from BaseCampbell Barton
2022-10-03Cleanup: spelling in commentsCampbell Barton
2022-10-03Cleanup: use function style casts for C++Campbell Barton
2022-10-02Cleanup: Rename function `gpencil_point_to_parent_space`Antonio Vazquez
2022-10-02Cleanup: Rename functionsAntonio Vazquez
2022-10-02Cleanup: Move more files using mesh runtime data to C++Hans Goudey
2022-10-01Cleanup: simplify uv packing for non-square materialsChris Blackbourn