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-06-03Fix T98459: vertex weight paste/copy inconsistentPhilipp Oeser
2022-04-26Correct over allocation in "Fix Vertex Group Deform" operatorCampbell Barton
2022-04-26Cleanup: replace in-line swapping with SWAP macroCampbell Barton
2022-03-29LibOverride: Massive edits to 'editable' IDs checks in editors code.Bastien Montagne
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Fix: Missing translations from operator descriptionsHans Goudey
2022-01-29Cleanup: Remove mesh vertex "temp tag" flagHans Goudey
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-08-26Fix T90973: GPencil - Add buttons to move up and down vertex groupsAntonio Vazquez
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-07-16Fix T89899: Crashes when accessing vertex groups from objectsHans Goudey
2021-07-13Refactor: Move vertex group names to object dataHans Goudey
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-05-26Fix T88251: "Operator Cheat Sheet" CrashPhilipp Oeser
2021-04-02Fix T84520: Make the different weight paint code paths exclusive to each otherSebastian Parborg
2021-02-16Cleanup: spellingCampbell Barton
2020-12-24Cleanup: Fix capitalization in various UI stringsYevgeny Makarov
2020-12-21Weight Paint: fix Multi-Paint weight display after rB5502517c3.Alexander Gavrilov
2020-12-20fix T83880: Added check for valid context object to avoid null pointer except...Gaia Clary
2020-12-16Allow vertex tools to operate on weight groups when armature is in object modeGaia Clary
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-04UI: set the message for disabled vertex weight operatorsCampbell Barton
2020-11-04Fix T60517: "Fix Deforms" crashes for meshes without vgroup dataCampbell Barton
2020-10-03Cleanup: Remove/replace C standard library assert() and header usagesJulian Eisel
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-18Unify all XYZ symmetry options using Mesh SymmetryPablo Dobarro
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-01Fix T80224: Crash after duplicating and hiding vertices while using X Axis Mi...Germano Cavalcante
2020-09-01Cleanup: correct doxy sectionsCampbell Barton
2020-08-30Object: support multiple objects for limit-total vertex groupsCampbell Barton
2020-08-30Object: add ED_object_array_in_mode_or_selectedCampbell Barton
2020-08-30Object: support removing unused weights for selected objectsCampbell Barton
2020-07-22UI: use term 'Vertex' instead of 'Vert'Yevgeny Makarov
2020-07-03Clang-tidy: Enable braces-around-statements warningSebastian Parborg
2020-07-03Cleanup: Editors/Object, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-03Clang-Tidy: Enable readability-redundant-control-flowHans Goudey
2020-06-30LibOverride: Fix lots of poll functions for Object operators.Bastien Montagne
2020-06-19Cleanup: use doxy sectionsCampbell Barton
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2020-02-12Weight Paint: add a pie menu for locking and unlocking vertex groups.Alexander Gavrilov
2020-02-07Cleanup: use of 'unsigned'Campbell Barton
2020-01-18Weight Paint: implement a red shade for bones with locked weights.Alexander Gavrilov
2019-10-27Cleanup: remove redundant NULL checksCampbell Barton
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-08-31Cleanup: rename natural string comparisonCampbell Barton