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-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: Change grid line drawingRichard Antalik
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
2021-07-23Fix: "Bake" automatically calculated handles in set handle nodeHans Goudey
2021-07-22Fix T90026: attributes added in editmode are lost on modeswitchPhilipp Oeser
2021-07-22Geometry Nodes: Set Bezier Handle Type NodeJohnny Matthews
2021-07-22Bump subversion to avoid infinite enabling pose_library add-onSybren A. Stüvel
2021-07-21Assets: Rename workspace active asset library DNA variableJulian Eisel
2021-07-21Fix incorrect use of BLI_assert with error stringsCampbell Barton
2021-07-21Cleanup: replace BLI_assert(test || !"text") with BLI_assert_msg(test, text)Campbell Barton
2021-07-21Cleanup: replace BLI_assert(0 && "text") with BLI_assert_msgCampbell Barton
2021-07-21Cleanup: replace NB with NOTE in commentsCampbell Barton
2021-07-20Armature test: properly initialize bone hierarchySybren A. Stüvel
2021-07-20Pose Library: remove assumption about Action group namesSybren A. Stüvel
2021-07-20Fix T89979: Assert in edit mode with curve to mesh nodeHans Goudey
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-20Cleanup: reserve C++ comments for disabled codeCampbell Barton
2021-07-20Cleanup: use '#if 0' for disabling multiple linesCampbell Barton
2021-07-20Cleanup: Make function static, use const object argumentHans Goudey
2021-07-20Cleanup: spellingCampbell Barton
2021-07-20Cleanup: Remove unused functionHans Goudey
2021-07-19Cleanup: Remove unused function, unused declarationHans Goudey
2021-07-19Revert "Depsgraph: Implement 'ID_RECALC_GEOMETRY_DEFORM'"Germano Cavalcante
2021-07-19Object update: Remove fallback from batch_cache_deform_tagGermano Cavalcante
2021-07-19Cleanup: remove unused MTex.pmapto, pmaptoneg & definesCampbell Barton
2021-07-18Geometry Nodes: Curve Trim NodeAngus Stanton
2021-07-18Fix: Incorrect logic in spline lookup functionAngus Stanton
2021-07-16Cleanup: Simplify realizing of pointcloud instancesHans Goudey
2021-07-16Cleanup: Simplify logic, use C++ typesHans Goudey
2021-07-16Cleanup: Move gpencil_geom.c to C++Hans Goudey
2021-07-16Cleanup: Remove redundant logicHans Goudey
2021-07-16Cleanup: sort struct declarationsCampbell Barton