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-07-31Cleanup: Remove mesh edge "tmp tag"Hans Goudey
2022-07-28Cleanup: Use new IDProperty creation API for geometry ndoes modifierHans Goudey
2022-07-28Geometry Nodes: add assert to check if node supports lazynessIliay Katueshenock
2022-07-22Cleanup: Use r_ prefix for boolean return parametersHans Goudey
2022-07-20Cleanup: remove unused get_cage_mesh parameterJacques Lucke
2022-07-20Add a 'Apply and Delete All' operation to shapekeys.Bastien Montagne
2022-07-15Fix overly noisy surface deform warning messageSergey Sharybin
2022-07-15UI: make many modifier strings translatableDamien Picard
2022-07-14Modifiers: fix mesh to volume modifier on non-volume objectsJacques Lucke
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-07-08Fix T99191: Boolean modifier creates invalid material indicesHans Goudey
2022-07-08Curves: support deforming curves on surfaceJacques Lucke
2022-07-08Cleanup: Move mesh legacy conversion to a separate fileHans Goudey
2022-06-29Geometry Nodes: Only calculate mesh to volume bounds when necessaryHans Goudey
2022-06-29Geometry Nodes: Add Mesh To Volume NodeErik Abrahamsson
2022-06-23Mesh: Add an explicit "positions changed" functionHans Goudey
2022-06-21Cleanup: removed unused Blender Internal bump/normal mapping texture codeBrecht Van Lommel
2022-06-16Geometry Nodes: add 'Intersecting Edges' output for boolean nodePhilipp Oeser
2022-06-14Fix T98813: crash with GPU subdiv in edit mode and instanced geometryBrecht Van Lommel
2022-06-07Fix T98626: Mesh Deform modifier stops working on a linked collection upon undo.Bastien Montagne
2022-06-07Cleanup: spelling in comments, additional white spaceCampbell Barton
2022-06-03Fix (unreported) important memory leak in Boolean modifier using a Collection...Bastien Montagne
2022-06-03Fix (unreported) invalid debug timing code in Boolean modifier code.Bastien Montagne
2022-06-03Cleanup: spelling in commentsCampbell Barton
2022-06-01Cleanup: '*' prefix C-comment blocksCampbell Barton
2022-06-01Cleanup: spelling in comments, use doxy sectionsCampbell Barton
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-31Geometry Nodes: Don't allow UI attributes as modifier field inputsJacques Lucke
2022-05-30Cleanup: Clang tidyHans Goudey
2022-05-30Nodes: add separately allocated run-time data for bNodeTreeJacques Lucke
2022-05-19Cleanup: format, reduce line length & strip trailing spaceCampbell Barton
2022-05-18Cleanup: remove unused variables, redundant assignmentsCampbell Barton
2022-05-17Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-17Fix T98052: Eevee / Workbench background render crash with GPU subdivisionBrecht Van Lommel
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-05-17Cleanup: Deduplicate Alembic procedural bounding box mesh creationHans Goudey
2022-05-17Cleanup: spelling in commentsCampbell Barton
2022-05-16LibOverride: Do not write Surface Deform modifier binding data.Bastien Montagne
2022-05-16LibOverride: Do not write Laplacian Deform modifier binding data.Bastien Montagne
2022-05-16LibOverride: Do not write Corrective Smooth modifier binding data.Bastien Montagne
2022-05-16LibOverride: Do not write MeshDeform modifier binding data.Bastien Montagne
2022-05-16Refactor modifiers writing code.Bastien Montagne
2022-05-15Cleanup: Clang tidyHans Goudey
2022-05-14Cleanup: Further use of const for retrieved custom data layersHans Goudey
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-05-12Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-12Cleanup: use proper naming in Warp modifier read/write code.Bastien Montagne
2022-05-12Merge branch 'blender-v3.2-release'Bastien Montagne
2022-05-12Fix (unreported) bad memory access in read/write code of MeshDeform modifier.Bastien Montagne
2022-05-12Merge branch 'blender-v3.2-release'Campbell Barton