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-28Geometry Nodes: viewport previewJacques Lucke
2022-09-27Fix curves sculpting in deformed space when using Subdivide nodePhilipp Oeser
2022-09-27Cleanup: Fix brace-scalar-init warningSergey Sharybin
2022-09-26Geometry Nodes: Miscellaneous changes in control point neighbors nodeHans Goudey
2022-09-26Geometry Nodes: Control Point Neighbors NodeJohnny Matthews
2022-09-25Geometry Nodes: decentralize implicit input definitionsJacques Lucke
2022-09-25Cleanup: follow C++ type cast style guide in some filesJacques Lucke
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-24Cleanup: simplify accessing mesh looptrisJacques Lucke
2022-09-23Geometry Nodes: Split transfer attribute nodeHans Goudey
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-23Fix: Add missing drag link search item for store named attribute nodeHans Goudey
2022-09-22Geometry Nodes: Add Self Object NodeHans Goudey
2022-09-21Attributes: Allow calling "finish" on empty accessorsHans Goudey
2022-09-21Attributes: Correct implementation of typed "write_only" methodHans Goudey
2022-09-21Cleanup: Miscellaneous cleanup in distribute points in volume nodeHans Goudey
2022-09-21Revert "Cleanup: Fix warning unused variable 'mode' when doing make lite"Dalai Felinto
2022-09-21Cleanup: Fix warning unused variable 'mode' when doing make liteDalai Felinto
2022-09-20Fix T101208: Missing original index handling in extrude nodeHans Goudey
2022-09-20Cleanup: Improve consistency when nodes run without OpenVDBHans Goudey
2022-09-20Geometry Nodes: improve evaluator with lazy threadingJacques Lucke
2022-09-19Geometry Nodes: Distribute Points in VolumeIyad Ahmed
2022-09-18Curves: Remove CurveEval and old Spline typesHans Goudey
2022-09-18Curves: Port Curve to Points node to the new data-blockHans Goudey
2022-09-18Build: limit Py_ENABLE_SHARED to modules using Python headersBrecht Van Lommel
2022-09-18Geometry Nodes: New Face Set Boundaries nodeWannes Malfait
2022-09-18BLI: Add generic utlity for gathering values with indicesMattias Fredriksson
2022-09-17Attributes: Validate some builtin attributes for untrusted inputsHans Goudey
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-13Geometry Nodes: Port the trim curve node to the new data-blockMattias Fredriksson
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-12Geometry: Avoid unnecessary initialization when resizing data arraysHans Goudey
2022-09-08Cleanup: Remove redundant vertex duplication in extrude nodeHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-08-31Cleanup: Avoid using geometry component unnecessarilyHans Goudey
2022-08-31Mesh: Avoid redundant custom data layer initializationHans Goudey
2022-08-30Cleanup: Use standard variable name for curve pointsHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-30Geometry Nodes: Use separate field context for each geometry typeHans Goudey
2022-08-29Fix: Broken build with OpenVDB turned offHans Goudey