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-08-31Merge branch 'master' into refactor-mesh-material-index-genericrefactor-mesh-material-index-genericHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-14Compiling, basics workingHans Goudey
2022-08-12Mesh: Move material indices to a generic attribute (WIP)Hans Goudey
2022-08-12Cleanup: screw modifier comments & namingCampbell Barton
2022-08-04Depsgraph: More clear function name for transform dependnecySergey Sharybin
2022-07-15UI: make many modifier strings translatableDamien Picard
2022-05-18Cleanup: remove unused variables, redundant assignmentsCampbell Barton
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-05-12Merge branch 'blender-v3.2-release'Campbell Barton
2022-05-12Fix error tagging vertices as loose in the screw modifierCampbell Barton
2022-05-12Screw Modifier: avoid unnecessary normal calculationCampbell Barton
2022-05-12Fix T98056: Screw modifier crash with normal calculation and mergingHans Goudey
2022-04-22Fix: Assert failure with certain screw modifier settingsHans Goudey
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-13Cleanup: use C++ comments for disabled codeCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-30Cleanup: Remove modifier type hair callbackHans Goudey
2022-01-29Cleanup: Remove mesh vertex "temp tag" flagHans Goudey
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-09-15Cleanup: Use function to mark mesh normals dirtyHans Goudey
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: remove redundant/outdated commentsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-04-26Cleanup: Replace modifyVolume with modifyGeometrySetHans Goudey
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-12-11Cleanup: spelling, expand on FCurve.rna_path docstringCampbell Barton
2020-12-10Geometry Nodes: rename modifyPointCloud to modifyGeometrySetJacques Lucke
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-01remove foreachObjectLink callbackJacques Lucke
2020-10-01Use DNA defaults system for modifiersHans Goudey
2020-09-25Modifiers: add StructRNA pointer field to ModifierTypeInfoJacques Lucke
2020-09-25Modifiers: add icon field to ModifierTypeInfoJacques Lucke
2020-09-02UI: Use instanced panel custom data instead of list indexHans Goudey
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-06-15Modifiers: New callbacks for reading and writing .blend filesJacques Lucke
2020-06-05UI: Drag and Drop Modifiers, Layout UpdatesHans Goudey
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-04-22Objects: add infrastructure for hair, pointcloud, volume modifiersBrecht Van Lommel
2020-03-29Screw Modifier: support 1-2 stepsHenrik Dick
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2019-09-19Cleanup: use uint,ushort,uchar for modifiersCampbell Barton
2019-08-02Cleanup: spellingCampbell Barton
2019-07-08Fix T66475 Spin Modifier: Merge Vert Makes mesh disappearClément Foucault