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-08-25Cleanup: Use shorter enum item namesHans Goudey
2021-08-18LibOverride: Add several missing 'OVERRIDABLE' flags to NodeTrees RNA.Bastien Montagne
2021-08-16Geometry Nodes: Add UV Smooth, Boundary Smooth options to subdivision nodeEitan
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-06Geometry Nodes: Select by Handle Type NodeHans Goudey
2021-08-04Geometry Nodes: Curve Set Spline TypeJohnny Matthews
2021-07-22Geometry Nodes: Set Bezier Handle Type NodeJohnny Matthews
2021-07-21Cleanup: replace NB with NOTE in commentsCampbell Barton
2021-07-18Geometry Nodes: Curve Trim NodeAngus Stanton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-14Python API: Add functions to ensure and clear IDPropertiesHans Goudey
2021-07-12Geometry Nodes: Curve Primitive QuadrilateralJohnny Matthews
2021-07-09Nodes: Moved group interface panel code to python.Lukas Tönne
2021-07-06Nodes: Adds button to groups to change type of sockets.Lukas Tönne
2021-07-05Geometry Nodes: Curve Primitive LineJohnny Matthews
2021-07-05Geometry Nodes: Add explicit Float to Int conversion nodeNikhil Shringarpurey
2021-07-05Geometry Nodes: new Viewer nodeJacques Lucke
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-01Geometry Nodes: Curve Primitive CircleJohnny Matthews
2021-06-30Geometry Nodes: Curve Primitive Bezier SegmentJohnny Matthews
2021-06-28Cleanup: typos in RNA enumsCampbell Barton
2021-06-17Raycast geometry node.Lukas Tönne
2021-06-17Geometry Nodes: Add Curve Subdivision NodeHans Goudey
2021-06-16Cleanup: unused warningCampbell Barton
2021-06-16Geometry Nodes: Allow int attribute input fields with single valueHans Goudey
2021-06-14Geometry Nodes: Curve to Points Node for Evaluated DataHans Goudey
2021-06-14Cleanup: clang-formatCampbell Barton
2021-06-14Fix T88807: crash when there are multiple links between the same socketsJacques Lucke
2021-06-10Geometry Nodes: Add Texture and Material options to switch nodeEitan
2021-06-10Add unit for time stored in secondsSergey Sharybin
2021-06-04Nodes: Add Multiply Add to Vector Math nodesCharlie Jolly
2021-06-01Compositor: Full-frame base systemManuel Castilla
2021-05-31Fix T88666: Cryptomatte: EXR sequence does not update when scrubbing the time...Jeroen Bakker
2021-05-28Merge branch 'blender-v2.93-release'Hans Goudey
2021-05-28Fix T88601: Attribute Compare boolean doesn't expose socketHans Goudey
2021-05-21Merge branch 'blender-v2.93-release'Hans Goudey
2021-05-21Fix T87357: Missing update after removing socketJacques Lucke
2021-05-21Cleanup: quiet -Warray-parameter warnings from GCC11Campbell Barton
2021-05-20Geometry Nodes: new Material input nodeJacques Lucke
2021-05-19Geometry Nodes: don't show grease pencil materials for nowJacques Lucke
2021-05-14Geometry Nodes: use texture socket in Attribute Sample Texture nodeJacques Lucke
2021-05-12Nodes: add boilerplate for texture and material socketsJacques Lucke
2021-05-11Geometry Nodes: Add Attribute Vector Rotate nodeCharlie Jolly
2021-05-07Geometry Noes: Curve Resample NodeHans Goudey
2021-05-07Geometry Nodes: Add Attribute Curve Map NodeCharlie Jolly
2021-04-30Geometry Nodes: Add an "Auto" option for Attribute Convert data typeCharlie Jolly
2021-04-30Nodes: Add a callback to check for valid socket typeWannes Malfait
2021-04-28UI: Change "Int" to "Integer" in enum item namesHans Goudey
2021-04-27Geometry Nodes: initial Attribute Transfer nodeJacques Lucke
2021-04-19Geometry Nodes: new Switch nodeEitan