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-05Cleanup: Fix Clang braced-scalar-init warningAnkit Meel
2021-08-04Cleanup: rename restrict to hide/visibility in Object, Collection, MaskLayerBrecht Van Lommel
2021-08-04Fix compile error without `WITH_OCEANSIM` enabledJulian Eisel
2021-08-04Modifier: warn if the ocean simulation fails to allocate memoryJeroen Bakker
2021-08-04Cleanup: use C comments for descriptive textCampbell Barton
2021-08-04Geometry Nodes: Curve Set Spline TypeJohnny Matthews
2021-08-04Fix T90417: font loading creates duplicate ID namesCampbell Barton
2021-08-03Cleanup: Replace int with bool for pointcache functionJulian Eisel
2021-08-03Fix T90387: division by zero when trying to invert scaleSybren A. Stüvel
2021-08-03Fix T90346: particle force field self effect amount off by onePhilipp Oeser
2021-08-03Blender Readfile: Fix annoying useless Object reading error messages.Bastien Montagne
2021-08-03USD: add USD importerMichael Kowalski
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-08-03Fix crash adding custom normalsCampbell Barton
2021-08-02Cleanup: Remove duplicate special case checkHans Goudey
2021-08-02Fix T90042: Spline tangent calculation assert with coincident pointsHans Goudey
2021-08-02Mesh: Tag normals dirty instead of calculatingHans Goudey
2021-08-02Cleanup: Remove unused/unecessary OpenVDB C APIHans Goudey
2021-08-02Revert "Asset Catalogs: loading a catalog definition file"Sybren A. Stüvel
2021-08-02Asset Catalogs: loading a catalog definition fileSybren A. Stüvel
2021-08-02Cleanup: spellingCampbell Barton
2021-07-31Cleanup: Remove unecessary helper functionHans Goudey
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-31Cleanup: Reorder functionsHans Goudey
2021-07-31UI: Show a notification when saving preferencesPablo Vazquez
2021-07-30Cleanup: Simplify logic, follow style guide for integer typesHans Goudey
2021-07-30Fix build error in debug builds and uninitialized structsHans Goudey
2021-07-30Cleanup: Move remesh files to C++Hans Goudey
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-29Render: remove unused Blender Internal view layer settingsBrecht Van Lommel
2021-07-29Render: disable Z pass by default, leave only CombinedBrecht Van Lommel
2021-07-29VSE: don't snap by defaultRichard Antalik
2021-07-29Cleanup: spellingCampbell Barton
2021-07-28Remove the code in `BKE_collection_move` to preserve LayerCollection flags.Bastien Montagne
2021-07-28LayerCollection: Refactor of resync-with-Collection-hierarchy process.Bastien Montagne
2021-07-28Fix T89415: update multi input indices after deleting a nodeWannes Malfait
2021-07-28Fix T90154, T90213: curve issues since recent cleanup commitPhilipp Oeser
2021-07-28Fix (studio-reported) liboverride resync crash after recent changes.Bastien Montagne
2021-07-27Fix LibOverride crashing in some cases where reference linked data gets MIA.Bastien Montagne
2021-07-27BlenRead: Add GHash-based search for already read linked IDs.Bastien Montagne
2021-07-27Cleanup: comment spelling & punctuationYimingWu
2021-07-26LayerCollections: Add a way to prevent their resync with Collection hierarchy.Bastien Montagne
2021-07-26Mantaflow: Remove Noise Type OptionAaron Carlisle
2021-07-25Fix T89391, etc. Boolean bugs when objects have negative scale.Howard Trickey
2021-07-23Fix T89393: crash when selecting edges when geometry nodes has "on cage" turn...Jacques Lucke
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-23Edit Mesh: multi-thread auto-smooth & custom normal calculationsCampbell Barton
2021-07-23Cleanup: Add function to check a curve's spline typesHans Goudey