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-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-14Fix T91005: Autosplit produces unusable filesRichard Antalik
2021-12-14Remove G.save_overCampbell Barton
2021-12-13GPencil: New Shrinkwrap modifierAntonio Vazquez
2021-12-13Cleanup: use "filepath" term for Main, BlendFileData & FileGlobalCampbell Barton
2021-12-13Cleanup: Point cloud vs point-cloud in commentsHans Goudey
2021-12-13Docs: document all Global (G) struct membersCampbell Barton
2021-12-13Cleanup/docs: Add comment to spline lookup factor methodHans Goudey
2021-12-11macOS: add tilde-based path expanderAnkit Meel
2021-12-11Cleanup: Use const argumentsHans Goudey
2021-12-11Cleanup: Return early for null checkHans Goudey
2021-12-10Cleanup: Use const argument, rename variablesHans Goudey
2021-12-10Cleanup/Docs: Add comments to Mesh header, rearrange fieldsHans Goudey
2021-12-10Cleanup: move public doc-strings into headers for various API'sCampbell Barton
2021-12-10Geometry Nodes: Remove unnecessary copy when replacing dataHans Goudey
2021-12-09Cleanup: Return early in null checkHans Goudey
2021-12-09Geometry Nodes: Scene Time NodeJohnny Matthews
2021-12-09Fix T93871: Image.has_data returns True for images that failed to loadBrecht Van Lommel
2021-12-09Cleanup: spelling in commentsCampbell Barton
2021-12-09Fix T93523: Memory leak in Menu SearchErik
2021-12-08Geometry Nodes: Mesh Island NodeJohnny Matthews
2021-12-08Cleanup: Silence clang-tidy warnings.Jeroen Bakker
2021-12-08Cleanup: Clang-Tidy modernize-redundant-void-argAaron Carlisle
2021-12-08Cleanup: spelling in commentsCampbell Barton
2021-12-07Cleanup: Extend a few comments in BKE_spline.hhHans Goudey
2021-12-07Docs: Add more comments to geometry set headerHans Goudey
2021-12-07Geometry Nodes: Edge Neighbors NodeJohnny Matthews
2021-12-07Geometry Nodes: new Geometry to Instance nodeJacques Lucke
2021-12-07Geometry Nodes: move type conversions to blenkernelJacques Lucke
2021-12-07Cleanup: Add macro and functions for node storageHans Goudey
2021-12-07Revert moving all shader nodes to c++Jacques Lucke
2021-12-07Cleanup: note that functions in BKE_node.h aren't part of blenkernelCampbell Barton
2021-12-07Cleanup: remove BKE_ptcache_removeCampbell Barton
2021-12-07Cleanup: clarify source/destination args for BKE_spacedata_copylistCampbell Barton
2021-12-07Cleanup: remove incorrect/unhelpful commentsCampbell Barton
2021-12-07Cleanup: replace int with bool typeCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-12-07Cleanup: Fix various source typosluzpaz
2021-12-07Cleanup: Remove unused includesHans Goudey
2021-12-06Shader Nodes: Split each node into own fileAaron Carlisle
2021-12-06Geometry Nodes: reduce code duplication with new GeometyrFieldInputJacques Lucke
2021-12-06Geometry Nodes: 4 Field Inputs for Mesh Topology DataJohnny Matthews
2021-12-06Cleanup: remove unnecessary extern template implementationsJacques Lucke
2021-12-06Fix T93707: Dragging the tweaked NLA strip causes crashSybren A. Stüvel
2021-12-06Cleanup: remove some temp dev asserts in new link/append code.Bastien Montagne
2021-12-06Cleanup: Remove unused next and prev pointers in bNodeTypeHans Goudey
2021-12-06Cleanup: Remove unnecesary node type draw callbackHans Goudey
2021-12-06Cleanup: Remove unnecessary node type callbacks for drawingHans Goudey
2021-12-05Geometry Nodes: use array instead of map in GeometrySetJacques Lucke
2021-12-04Cleanup: Use references in node editor, other improvementsHans Goudey