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
2021-06-14BMesh: support face-normal calculation in normal & looptri functionsCampbell Barton
2021-06-09Cleanup: remove redundant checks which have already been testedCampbell Barton
2021-06-03LibOverride: Add `override_hierarchy_create`to ID's RNA API.Bastien Montagne
2021-05-27Cleanup: rename BKE_main_id_{clear_newpoins => newptr_and_tag_clear}Campbell Barton
2021-05-14Cleanup: spelling, rename metas to meta-strips / meta-ballsCampbell Barton
2021-04-08Fix T81707: Spline IK Joints "Floating" above curveSebastian Parborg
2021-03-11UI: Avoid unnecessary redraws of unrelated editors on space changesJulian Eisel
2021-03-05Cleanup: Use boolean in WM_cursor_waitAntonio Vazquez
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-01-20UI: Object "Make Links" sub-menu overhaulWilliam Reynish
2021-01-06Fix T84420: Linking regular materials to gpencilFalk David
2020-12-18UI: Don't use abbreviations in label textYevgeny Makarov
2020-12-17Fix T83875: Converting Proxy to override crashes blender.Bastien Montagne
2020-12-14Cleanup: Fix capitalization in various placesYevgeny Makarov
2020-12-11GPencil: Add Link support to Effects using Ctrl+LAntonio Vazquez
2020-12-02Geometry Nodes: active modifier + geometry nodes editorHans Goudey
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-02Cleanup: Sanitise return value of `ED_object_parent_set()`Sybren A. Stüvel
2020-11-02Revert "Parenting: fix return value when parenting object to itself"Sybren A. Stüvel
2020-10-30Merge remote-tracking branch 'origin/blender-v2.91-release'Sybren A. Stüvel
2020-10-30Parenting: fix return value when parenting object to itselfSybren A. Stüvel
2020-10-24UI: Capitalization CorrectionsYevgeny Makarov
2020-10-21Fix T81896: Outliner missing redraw after "Set Parent (Without Inverse)"Philipp Oeser
2020-10-13Fix (unreported) broken 'make override' of objects in master collection.Bastien Montagne
2020-10-13Cleanup: Fix typo in function name.Bastien Montagne
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07Refactor `BKE_id_copy` to return the new ID pointer.Bastien Montagne
2020-09-30Cleanup: convert gforge task ID's to phabricator formatValentin
2020-09-23LibOverride: Add operator to convert a proxy object into an override.Bastien Montagne
2020-09-08Cleanup: Refactor `ED_object_parent_set`Sybren A. Stüvel
2020-09-07Cleanup: Refactor object.parent_set operatorSybren A. Stüvel
2020-08-28Cleanup 'make vertex parent' operator code.Bastien Montagne
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete)Sybren A. Stüvel
2020-07-22Cleanup: spellingCampbell Barton
2020-07-21Fix (unreported) broken code in recent override operator enhancements.Bastien Montagne
2020-07-21Fix (unreported) bad handling of detection of what to override from 3DView in...Bastien Montagne
2020-07-15LibOverride: move most of 'complete override creation' from ED_object to BKE_...Bastien Montagne
2020-07-15Cleanup: remove debug prints.Bastien Montagne
2020-07-15LibOverride: rework 'make override' 3DView operator.Bastien Montagne
2020-07-14Cleanup: function name not following its module conventions.Bastien Montagne
2020-07-14LibOverride: Move code tagging reauired dependencies of an override into BKE.Bastien Montagne
2020-07-13LibOverride: Cleanup: Remove option to disable library overrides.Bastien Montagne
2020-07-09Implement T77959: Never duplicate linked data during deep-copy.Bastien Montagne
2020-07-03Cleanup: Editors/Object, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-01Cleanup: typos in comment.Bastien Montagne
2020-06-30LibOverride: Refactor 'make override' 3DView operator.Bastien Montagne
2020-06-19LibOverride: Cleanup: remove unused parameter.Bastien Montagne
2020-06-16Cleanup: get rid of `BKE_collection_copy`.Bastien Montagne
2020-06-12LibOverride: Remove 'auto override' option.Bastien Montagne