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-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
2021-12-03Cleanup: Use typed enum for node resize directionHans Goudey
2021-12-03ImBuf: Made Wrapping and Cropping optional in IMB_transform.Jeroen Bakker
2021-12-02Cleanup: Avoid using C++ keyword as variable nameHans Goudey
2021-12-02Fix (unreported): incorrect custom data layer createdJacques Lucke
2021-12-02Cleanup: Move public docs to BKE_spline.hh headerHans Goudey
2021-12-02Merge remote-tracking branch 'origin/blender-v3.0-release'Sybren A. Stüvel
2021-12-02Fix `Action.asset_data["is_single_frame"]` set incorrectlySybren A. Stüvel
2021-12-02Fix: don't use `BLI_strncpy_utf8` for copying file pathsSybren A. Stüvel
2021-12-02Merge branch 'blender-v3.0-release'Julian Eisel
2021-12-02Fix T93548: Appended (material) assets don't have a fake userJulian Eisel
2021-12-02Blendread: Remove all instantiation logic from `BLO_library_link_` code.Bastien Montagne
2021-12-02Cleanup: spelling in commentsCampbell Barton
2021-12-02Cleanup: Rename curve struct fieldsHans Goudey
2021-12-02UI: Add an option to display the node editor context pathHans Goudey
2021-12-01Cleanup: clarify material copying for hair and pointcloudsBrecht Van Lommel
2021-12-01Fix: Remove incorrect asserts for empty attributesHans Goudey
2021-12-01Fix: Instances component does not copy attributesHans Goudey
2021-12-01Geometry Nodes: Dual Mesh NodeWannes Malfait
2021-12-01Geometry Nodes: Generalized Compare NodeJohnny Matthews
2021-12-01Cleanup: Store instances id attribute with other attributesHans Goudey
2021-12-01Fix T92561: unstable particle distribution with Alembic filesKévin Dietrich