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-10-23Geometry Nodes: Add Instances to Points NodeJarrett Johnson
2021-10-23Fix: Cyclic single point bezier splines have multiple evaluated pointsHans Goudey
2021-10-22Fix test print wording that confuses build bot highlighting.Alexander Gavrilov
2021-10-22Asset Browser: Show "orphaned" assets in "Unassigned" catalogSybren A. Stüvel
2021-10-22Asset Catalogs: support reloading without losing local changesSybren A. Stüvel
2021-10-22Cleanup: restore alphabetic orderingJacques Lucke
2021-10-22Geometry Nodes: add Boolean and Integer Input nodesDorian
2021-10-22Fix T90638: Inconsistent object data behavior when link-duplicating collections.Bastien Montagne
2021-10-22Cleanup: spelling in comments, use C style commentsCampbell Barton
2021-10-21Asset Catalogs: add test for backslashed catalog pathsSybren A. Stüvel
2021-10-21Asset Catalogs: refresh simple name when renaming catalogSybren A. Stüvel
2021-10-21Asset Catalogs: treat first-loaded catalog as main catalogSybren A. Stüvel
2021-10-21Cleanup: rename & restructure `AssetCatalogPathCmp`Sybren A. Stüvel
2021-10-21IDManagement: Assign current Main's lib to newly created IDs.Bastien Montagne
2021-10-21Fix T92169: "View Selected" on Custom Boneshape with transform wrongPhilipp Oeser
2021-10-21IDManagement: Add option to clear asset data when making ID local.Bastien Montagne
2021-10-21Fix: Empty id attribute on curve control pointsHans Goudey
2021-10-21Fix: Builtin curve attributes unavailableHans Goudey
2021-10-20Fix: Crash when retrieving output "id" attributeHans Goudey
2021-10-20Geometry Nodes: Make Random ID a builtin attribute, remove socketsHans Goudey
2021-10-20Geometry Nodes: Fields version of Curve to Points nodeHans Goudey
2021-10-20Fix T89771: Cloth disk cache is not read on library overrides when original l...Bastien Montagne
2021-10-20Cleanup: Add check whether to remove an anonymous atttributeHans Goudey
2021-10-20Cleanup: unused parameters, `nullptr` instead of `NULL` in cpp code...Bastien Montagne
2021-10-20Fix precision issues and a bug in vec_roll_to_mat3_normalized.Alexander Gavrilov
2021-10-20Fix T82455: vec_roll_to_mat3_normalized returns NaN when nor close to -Y.Gaia Clary
2021-10-20Split and extend unit tests for vec_roll_to_mat3_normalized.Alexander Gavrilov
2021-10-20Cleanup: use elem macrosCampbell Barton
2021-10-20Fix T92354: Missing raycast node in geometry nodes add menuHans Goudey
2021-10-19Geometry Nodes: Replace String nodeErik Abrahamsson
2021-10-19Asset Browser: Improved workflow for asset catalog savingSybren A. Stüvel
2021-10-19Cleanup: use nullptr in C++Sybren A. Stüvel
2021-10-19Asset Catalogs: allow creating catalog in unsaved blend fileSybren A. Stüvel
2021-10-19Fix compilation error about undefined `PATH_MAX`Sybren A. Stüvel
2021-10-19Geometry Nodes: Fields version of the raycast nodeHans Goudey
2021-10-19Asset Library Service: make insensitive to trailing slashesSybren A. Stüvel
2021-10-19BKE_callback_remove: prevent crash on Blender exitSybren A. Stüvel
2021-10-19Geometry Nodes: Remove implicit realizing and conversionHans Goudey
2021-10-19Fix failing view layer tests after recent changes to naming conventionBrecht Van Lommel
2021-10-19Render: change view layer name convention to ViewLayer_001 to avoid OpenEXR i...Brecht Van Lommel
2021-10-19Render: use "_" as delimiter in AOV names to avoid issues with OpenEXRBrecht Van Lommel
2021-10-19Cleanup: use 'e' prefix for enum typesCampbell Barton
2021-10-19Fix crash on file load in unregistering bke::AssetLibraryServiceCampbell Barton
2021-10-18Cleanup: Remove unnecessary constructor argumentHans Goudey
2021-10-18Geometry Nodes: Optimize curve builtin attribute exists checkHans Goudey
2021-10-18Cleanup: Rearrange code, rename functionHans Goudey
2021-10-18Fix failing `AssetLibraryService` test by removing test codeSybren A. Stüvel
2021-10-18Cleanup: Use simpler method to create attribute lookupsHans Goudey
2021-10-18Fix: dangling pointer caused use-after-freeJacques Lucke
2021-10-18Asset Library Service: fix failing unit testSybren A. Stüvel