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-19Undo: Clear more ID runtime data on filewrite.Bastien Montagne
2021-08-19Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID ...Bastien Montagne
2021-08-13PyAPI: remove the .py extension requirement for startup registrationCampbell Barton
2021-08-11Enable Asset Browser by default for poses, rest stays experimentalJulian Eisel
2021-08-06Cleanup: rename `FileList::asset_library` → `asset_library_ref`Sybren A. Stüvel
2021-08-05Render: move Cycles visibility, holdout and shadow catcher properties to BlenderBrecht Van Lommel
2021-08-05Fix T83164: Spline IK `joint_bindings` parameter is broken.Bastien Montagne
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-08-04Viewport normal drawing with constant lengthJeroen Bakker
2021-08-04Cleanup: use C comments for descriptive textCampbell Barton
2021-08-04Cleanup: add comment to fix for T90417Campbell Barton
2021-08-04Fix T90417: font loading creates duplicate ID namesCampbell Barton
2021-08-04Cleanup: de-duplicate ID renaming utility for versioningCampbell Barton
2021-07-31LineArt: Material flag versioning correction.YimingWu
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-30Cleanup: spelling in commentsCampbell Barton
2021-07-29Render: disable Z pass by default, leave only CombinedBrecht Van Lommel
2021-07-29VSE: Change grid line drawingRichard Antalik
2021-07-29VSE: don't snap by defaultRichard Antalik
2021-07-27BlenRead: Add GHash-based search for already read linked IDs.Bastien Montagne
2021-07-27Anotations: Fix a several issues with stroke placementAaron Carlisle
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-22VSE: Speed Effect layout updatesGermano Cavalcante
2021-07-22Versioning: move "until next subveresion bump" codeSybren A. Stüvel
2021-07-22Bump subversion to avoid infinite enabling pose_library add-onSybren A. Stüvel
2021-07-21Assets: Replace duplicated asset library reference type from DNAJulian Eisel
2021-07-21Assets: Rename workspace active asset library DNA variableJulian Eisel
2021-07-21Cleanup: replace NB with NOTE in commentsCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-20LineArt: UI cleanups.YimingWu
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-20Cleanup: use '#if 0' for disabling multiple linesCampbell Barton
2021-07-18Versioning: fix vertex group name loss in linked duplicates.Alexander Gavrilov
2021-07-16Surface Deform: support sparse binding mode for improving performance.Alexander Gavrilov
2021-07-15Animation/add-ons: Enable the poselib add-on by defaultSybren A. Stüvel
2021-07-15Assets: Add an active asset library per workspace, for the UI to useJulian Eisel
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-13Fix UV snapping brokenRichard Antalik
2021-07-09Fix T89435: Reordering FCurves can cause crash or corruptionSybren A. Stüvel
2021-07-07Geometry Nodes: Rename nodes for clarity between mesh and curveHans Goudey
2021-07-06Rename Scene's embeded collections from "Master Collection" to "Scene Collect...Bastien Montagne
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-01Cleanup: rename playhead to current-frameCampbell Barton
2021-07-01Cleanup: clang-format, clang-tidyCampbell Barton
2021-06-30Fix bad versioning of snapping flagsGermano Cavalcante
2021-06-30Fix T89554: UV snapping brokenPhilipp Oeser
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-29VSE: Improved SnappingRichard Antalik