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-11-03Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-09-28Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-27Scew Modifier: Remove eager normal calculationHans Goudey
2022-09-23Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-15Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-15Fix screw modifierHans Goudey
2022-09-15Cleanup: quiet sign-conversion warning in OFFSETOF_STRUCT_AFTERCampbell Barton
2022-09-14Compiles, runs in basic situationsHans Goudey
2022-09-13Convert many more uses of MVertHans Goudey
2022-09-12Start converting mesh positions to a generic attributeHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-30Attributes: Improve custom data initialization optionsHans 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