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-02Refactor: Rename Object->imat to Object->world_to_objectSergey Sharybin
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-09Mesh: Move bevel weight out of MVert and MEdgeHans Goudey
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-18Cleanup: Rename original curve object type enumHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-08Cleanup: clang-formatCampbell Barton
2022-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-01-20Subdivision: add support for vertex creasingKévin Dietrich
2021-12-21Fix T92930: Outliner "Show Active" bone fails in certain situationsPhilipp Oeser
2021-08-10Fix T90447: 3D view transform locks do not use driver colorsHans Goudey
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-13Edit Mesh: use partial updates editing vertices with number buttonsCampbell Barton
2021-07-11Edit Mesh: tag the object data for updating instead of the objectCampbell Barton
2021-07-08Cleanup: spellingCampbell Barton
2021-06-15BMesh: use faster normal update method for edit-mesh coordinatesCampbell Barton
2021-06-15Fix outdated face tessellation use when editing edit-mesh coodinatesCampbell Barton
2021-04-01Curve: Remove 'CU_2D' flag used for nurbsGermano Cavalcante
2021-03-11UI: Avoid unnecessary redraws of unrelated editors on space changesJulian Eisel
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-10-25Cleanup: Use LISTBASE_FOREACH in curve codeHans Goudey
2020-10-02Cleanup: Move `EditBone` structure definition from `ED` to `BKE` area.Bastien Montagne
2020-09-04UI Code Quality: Use derived struct for number buttonsJulian Eisel
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-07-27UI: Show message in transform panel when no metaball elements are selectedAaron Carlisle
2020-07-03Cleanup: Editors/Space/View3D, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-03Object: refactor mode switchingCampbell Barton
2020-05-18Fix T76593: Coordinate limit of 10,000 unitsCampbell Barton
2020-05-15Fix T76563: Transforming an auto-aligned point won't set it alignedCampbell Barton
2020-04-04Cleanup: Rename Panel * variables from pa to panelHans Goudey
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2019-09-11Armature: convert the length Python property of bones to a RNA property.Alexander Gavrilov
2019-09-06Fix T69536: Setting dimensions for parented objects failsCampbell Barton
2019-04-30Fix T64003: cannot enter object dimensions above 10000Philipp Oeser
2019-04-29UI: top-bar reorganizationCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-18UI: move region toggling to propertiesCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-13Cleanup: add View3D_Runtime structCampbell Barton
2019-03-26Cleanup: style, use braces for editor/spacesCampbell Barton
2019-03-03DNA: rename BezTriple alfa to tiltCampbell Barton
2019-03-01Cleanup: use unsigned types in 3D view editorCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-17Cleanup: rename Mesh.edit_btmesh -> edit_meshCampbell Barton