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
2022-09-18Geometry Nodes: New Face Set Boundaries nodeWannes Malfait
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-09Nodes: fix memory leakJacques Lucke
2022-09-08Silence warnings/assert about invalid embedded IDs for older blendfiles.Bastien Montagne
2022-09-08IDManagement: change `IDTypeInfo.owner_get` to instead return address of the ...Bastien Montagne
2022-09-07IDManagement: Add some assert to ensure lib consistency in embedded IDs.Bastien Montagne
2022-09-07Cleanup: spelling in comments, correct doxy slashes, replace '/w'Campbell Barton
2022-09-06Cleanup: IDManagement: Simplify `owner_get` calllback of IDTypeInfo.Bastien Montagne
2022-09-06Address to some extent issues with invalid embedded IDs in existing files.Bastien Montagne
2022-09-06Fix T100850: Regression: Gpencil: crash on material color and other propertie...Bastien Montagne
2022-09-05IDMAnagement: Add owner ID pointer to embedded ones.Bastien Montagne
2022-09-04Cleanup: Replace recursive quadratic node link mute operationHans Goudey
2022-09-03Cleanup: use more standard variable name for node socketsHans Goudey
2022-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-08-31Node: Mix nodeCharlie Jolly
2022-08-30Cleanup: formatCampbell Barton
2022-08-29I18n: translate newly created node group socketsDamien Picard
2022-08-12IDType `get_owner`: add an optional hint about owner ID.Bastien Montagne
2022-08-10Fix T100308: Removing scene time node does not update relationsHans Goudey
2022-07-29Fix (unreported) lib-linking of ID properties not taking library parameter.Bastien Montagne
2022-07-27Geometry Nodes: Rename "Field on Domain" to "Interpolate Domain"Hans Goudey
2022-07-27Geometry Nodes: Shortest Paths nodesErik Abrahamsson
2022-07-08Curves: support deforming curves on surfaceJacques Lucke
2022-07-02Revert "Start of Bevel V2, as being worked on with task T98674."Howard Trickey
2022-07-02Start of Bevel V2, as being worked on with task T98674.Howard Trickey
2022-06-29Geometry Nodes: UV Unwrap and Pack Islands NodesAleksi Juvani
2022-06-29Geometry Nodes: Add Mesh To Volume NodeErik Abrahamsson
2022-06-25Geometry Nodes: Field on Domain NodeHans Goudey
2022-06-25Geometry Nodes: Add Points NodeJohnny Matthews
2022-06-17Geometry Nodes: new Volume Cube nodeChris Clyne
2022-06-06Geometry Nodes: Add Instance Scale Input NodeJohnny Matthews
2022-06-06Geometry Nodes: Instance Rotation NodeJohnny Matthews
2022-05-30Nodes: add separately allocated runtime data for nodes and socketsJacques Lucke
2022-05-30Nodes: add separately allocated run-time data for bNodeTreeJacques Lucke
2022-05-30Nodes: call init function for new node trees in ntreeAddTreeJacques Lucke
2022-05-18Merge branch 'blender-v3.2-release'Sergey Sharybin
2022-05-18Fix T98157: improve animation fps with better check in depsgraphJacques Lucke
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-05-04Nodes: Add general Combine/Separate Color nodesHallam Roberts
2022-05-01Nodes: Fix T90233Lukas Tönne
2022-04-28Geometry Nodes: Add default attribute name to field inputs/outputsHans Goudey
2022-04-13Cover some DNA files with C++ utility macrosSergey Sharybin
2022-04-08Painting: Canvas switcher for painting brushes/tools.Jeroen Bakker
2022-04-06Fix badly broken caches handling during undo/redo.Bastien Montagne
2022-03-21Cleanup: add image_format.cc for functions related to ImageFormatDataBrecht Van Lommel
2022-03-18Cleanup: Redundant parenthesisSergey Sharybin
2022-03-16Geometry Nodes: Remove legacy node codeHans Goudey
2022-03-14Geometry Nodes: Add named attribute nodes behind experimental flagHans Goudey
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel