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-11-11Merge branch 'master' into refactor-mesh-position-genericrefactor-mesh-position-genericHans Goudey
2022-11-04Cleanup: Mesh: Remove redundant edge render flagHans Goudey
2022-09-28Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-25Cleanup: follow C++ type cast style guide in some filesJacques Lucke
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-13Convert many more uses of MVertHans Goudey
2022-09-12Start converting mesh positions to a generic attributeHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-07-26BLI: add use_threading parameter to parallel_invokeIliay Katueshenock
2022-07-25Geometry Nodes: Improve UV Sphere primive performanceHans Goudey
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-03-08Geometry Nodes: Tiny optimization to UV Sphere primitiveHallam Roberts
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-11Cleanup: Fix build warnings with MSVCRay Molenkamp
2022-01-04Cleanup: Remove bNodeType flag from base registration functionsAaron Carlisle
2021-12-20Cleanup: Remove mesh valid assertions in debug buildsHans Goudey
2021-11-26Geometry Nodes: add utility to set remaining outputsJacques Lucke
2021-11-23Cleanup: Simplify geometry node function namesHans Goudey
2021-11-23Geometry Nodes: add namespace for every fileJacques Lucke
2021-11-03Geometry Nodes: Add tooltips to primitive node inputsNikhil Shringarpurey
2021-10-29Nodes: Add translation markers to new socket names and descriptionsHans Goudey
2021-10-27Geometry Nodes: Rename more geometry socketsHans Goudey
2021-09-02Cleanup: Convert geometry nodes socket list to use new APIJohnny Matthews
2021-08-06Fix: Avoid floating point error in some mesh primitive nodesMattias Fredriksson
2021-08-05Geometry Nodes: Add more warnings for out of bounds parametersEitan
2021-06-08Fix T88934: Crash with line node count input < 0Hans Goudey
2021-06-01Geometry Nodes: add empty material slot to new meshesJacques Lucke
2021-04-17Geometry Nodes: use virtual arrays in internal attribute apiJacques Lucke
2021-04-08Cleanup: spellingCampbell Barton
2021-04-07Geometry Nodes: Greatly improve speed of some mesh primitivesHans Goudey
2021-03-24Fix T86875: "Show on Cage" crash for geometry nodes primitivesHans Goudey
2021-03-22Geometry Nodes: Remove location and rotation from mesh primitivesHans Goudey
2021-03-19Fix T86701: Geometry nodes Cube and UV Sphere mesh sizePratik Borhade
2021-03-17Geometry Nodes: Add initial version of mesh primitivesHans Goudey