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-03-28Cleanup: use "num" as a suffix in: source/blender/modifiersCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-26Merge branch 'blender-v3.1-release'Hans Goudey
2022-02-26Fix: Failing OBJ export tests due to mesh normals commitHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-31Cleanup: Remove unused DerivedMesh flagHans Goudey
2022-01-30Cleanup: Remove modifier type hair callbackHans Goudey
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-09-15Cleanup: Use function to mark mesh normals dirtyHans Goudey
2021-08-13Cleanup: split BKE_mesh_calc_normals_poly function in twoCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-04-26Cleanup: Replace modifyVolume with modifyGeometrySetHans Goudey
2020-12-10Geometry Nodes: rename modifyPointCloud to modifyGeometrySetJacques Lucke
2020-10-26Modifiers: include the object & modifier when logging errorsCampbell Barton
2020-10-07Refactor `BKE_id_copy_ex` to return the new ID pointer.Bastien Montagne
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-11Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-11Fix T79517: Data Transfer modifier fails in edit-modeCampbell Barton
2020-08-07Cleanup: Modifiers, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-02UI: Small Tweaks to Modifier Layouts for ConsistencyHans Goudey
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-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-11UI: edit modifier messages to clarify where auto-smooth is setGreg Neumiller
2020-02-19Fix for Fix (c) : Normals Edit modifier using unititialized array of normals...Bastien Montagne
2020-02-19Fix T73941: Custom normals from normal edit modifier ignored by further modif...Bastien Montagne
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-05-01Cleanup: comments (long lines) in modifiersCampbell Barton
2019-04-18Cleanup: indentation from braces in '#if 0'Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-01Modifiers: Use object passed to evaluationSergey Sharybin
2019-03-30Cleanup: remove unused modifier methods.Brecht Van Lommel
2019-03-18Subdiv: Enable topology cache in edit modeSergey Sharybin
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-25Cleanup: order of modifiers' headers includes.Bastien Montagne
2019-02-20Comment: clarify reason for using scale as sizeCampbell Barton
2019-02-18DNA: rename Object.size -> scaleCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-12Depsgraph: Add utility function for transform dependencySergey Sharybin
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05BKE_library: id_copy: More general usage of LIB_ID_COPY_LOCALIZE.Bastien Montagne
2019-02-05Cleanup: BKE_library: remove 'test' param of id_copy.Bastien Montagne