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
2020-02-20Cleanup: unused structsCampbell Barton
2020-02-20Cleanup: unused enumsCampbell Barton
2020-02-19Fix T54270: Reset last_hit and last_location when reading the filePablo Dobarro
2020-02-19readfile: Move ID refcounting to libquery.Bastien Montagne
2020-02-18Fix crash loading .blend file saved with Blender 2.25Brecht Van Lommel
2020-02-18Fix T62612: Saving with "Remap Relative" makes ALL paths relativeCampbell Barton
2020-02-17Shading: add direction modes and phase offset to wave texture nodeBartosz Moniewski
2020-02-17Fix many typos and other issues in UI messages.Bastien Montagne
2020-02-15Cleanup: remove unused RenderData.displaymodeCampbell Barton
2020-02-15Modifiers: Add option to directly specify a 2D transform for UVWarpLukas Stockner
2020-02-15Cleanup: clang-formatCampbell Barton
2020-02-14Alembic: refactor import and export of transformationsSybren A. Stüvel
2020-02-14BKE: Version Bump to 2.82.3Clément Foucault
2020-02-14EEVEE: Shadow: Fix cascade shadowmap bias multiplicatorClément Foucault
2020-02-14Fix minor issue with new libraries ID usercount.Bastien Montagne
2020-02-13Cleanup old special cases from some libquery callbacks.Bastien Montagne
2020-02-13Refactor libquery ID looper callback to take a single parameter.Bastien Montagne
2020-02-12Fix T73446: WorkSpace ID properties not savedCampbell Barton
2020-02-11Sculpt: Split normal radius and area radiusPablo Dobarro
2020-02-11Sculpt: Clay Strips Tip Roundness propertyPablo Dobarro
2020-02-11Pose Brush: Option to disable the IK anchor pointPablo Dobarro
2020-02-10Cleanup: Rename `BKE_library_override_` functions to `BKE_lib_override_library_`Bastien Montagne
2020-02-10Refactor: move `Library`-specific functions into proper `BKE_library` file.Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-10Cleanup: spellingCampbell Barton
2020-02-07Cleanup: Rename `BKE_library_idmap` file to `BKE_main_idmap`Bastien Montagne
2020-02-07Fix crash when linking.Bastien Montagne
2020-02-06Readfile: refactor/factorize more handling of common ID data.Bastien Montagne
2020-02-06Merge branch 'blender-v2.82-release'Antonio Vazquez
2020-02-06Cleanup: Fix commentAntonio Vazquez
2020-02-06Merge branch 'blender-v2.82-release'Antonio Vazquez
2020-02-06Fix T64058: GPencil - Ensure object mode if linking from a libraryAntonio Vazquez
2020-02-05Refactor readfile's liblink code.Bastien Montagne
2020-02-05T73589: Code Quality: Renaming on BKE_material.hAntonio Vazquez
2020-02-05Readfile: Proper fix for `recalc` flags clearing in non-real IDsBastien Montagne
2020-01-29Merge branch 'blender-v2.82-release'Philipp Oeser
2020-01-29UI: Info Editor Visual ChangesHarley Acheson
2020-01-29Fix T73054: Add DNA defaults for pose_ik_segmentsPablo Dobarro
2020-01-28Merge branch 'blender-v2.82-release'Bastien Montagne
2020-01-28Partially fix & comment about bad handling of `wrong_id` in `read_libblock()`.Bastien Montagne
2020-01-27Cleanup: removed unused derivedDeform and derivedFinalBrecht Van Lommel
2020-01-27Cleanup: remove unused partial visibility code, weird indentationBrecht Van Lommel
2020-01-22UI: Hide empty Tool-Header in Rendering workspace (Image Editor)Julian Eisel
2020-01-22VSE: Tool system integrationRichard Antalik
2020-01-18Weight Paint: implement a red shade for bones with locked weights.Alexander Gavrilov
2020-01-16Minor correction to previous commitJulian Eisel
2020-01-16Fix failing asserts in versioning with some pre 2.5 filesJulian Eisel
2020-01-16Merge branch 'blender-v2.82-release'Bastien Montagne
2020-01-16Fix T73125: Crash when opening a file containing a Line Style.Bastien Montagne
2020-01-16Merge branch 'blender-v2.82-release'Lukas Stockner