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-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
2021-11-30LibLink/Append: Some cleanup and addition to comments.Bastien Montagne
2021-11-30Rewrite ID Paste code to use new BKE_blendfile_link_append module.Bastien Montagne
2021-11-30LibLink/Append: Add a utils to link/append all ID of given types from a given...Bastien Montagne
2021-11-30LibLink/Append: tweak instantiation of collections in viewlayers.Bastien Montagne
2021-11-30Fix: Missing handling of dynamic instance attribute sizeHans Goudey
2021-11-30Geometry Nodes: Rename Curve Parameter, Add Index on SplineJohnny Matthews
2021-11-30LibLink/Append: tweak asserts in main BKE link/append functions.Bastien Montagne
2021-11-30Merge remote-tracking branch 'origin/blender-v3.0-release'Sybren A. Stüvel
2021-11-30BPath traversing: allow skipping weak library referencesSybren A. Stüvel
2021-11-30Cleanup: clang-format, trailing spaceCampbell Barton
2021-11-30Cleanup: capitalize NOTE tagCampbell Barton
2021-11-30Cleanup: spelling in comments & stringsCampbell Barton
2021-11-30Cleanup: use colon after doxygen params, correct slash directionCampbell Barton
2021-11-29Geometry Nodes: Domain Size NodeJohnny Matthews
2021-11-29Merge branch 'blender-v3.0-release'Sergey Sharybin
2021-11-29Fix T93384: Objects with Constraints to curves have wrong locations on file loadSergey Sharybin