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-26Geometry Nodes: remove reference to anonymous attributes in tooltipsJacques Lucke
2021-10-26Cleanup: LibQuery: Rename `BKE_LIB_FOREACHID_PROCESS` to `BKE_LIB_FOREACHID_P...Bastien Montagne
2021-10-26Cleanup: `else` after `continue`.Bastien Montagne
2021-10-26Fix crash in liboverride/pointcache handling code after recent changes.Bastien Montagne
2021-10-26Cleanup: build warnings.Bastien Montagne
2021-10-26UI: Change node editor grid into a dot gridHans Goudey
2021-10-25Assets: Snapping with visual feedback while draggingGermano Cavalcante
2021-10-25Geometry Nodes: Add "Fill Caps" option to curve to mesh nodeHans Goudey
2021-10-25Tests: assets, add BKE callback init/finalize to test setup/teardownSybren A. Stüvel
2021-10-25Assets: Add Author field to asset metadataJulian Eisel
2021-10-25Assets/IDs: Don't generate previews for object types with no real geometryJulian Eisel
2021-10-25Geometry Nodes: new Image Texture nodeJacques Lucke
2021-10-25Asset Catalogs: be more accepting of backslashes as separatorsSybren A. Stüvel
2021-10-25Cleanup: asset catalog path test, improve sub-test separationSybren A. Stüvel
2021-10-25BKE Callbacks: more explicit initialisation checkSybren A. Stüvel
2021-10-25Image: Fix Crash During Undo.Jeroen Bakker
2021-10-24Cleanup: quiet asan warning because of uninitialized variableJacques Lucke
2021-10-24Cleanup: spelling in commentsCampbell Barton
2021-10-24Geometry Nodes: Rename node "String Substring"Erik Abrahamsson
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-21Geometry Nodes: Update bounding box to work on individual instancesHans Goudey
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-20Cleanup: sort cmake file listsCampbell Barton
2021-10-20Fix T92354: Missing raycast node in geometry nodes add menuHans Goudey