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-02-07Curves: Rename "Hair" types, variables, and functions to "Curves"Hans Goudey
2022-02-02Remove operators to manually convert proxies to liboverrides.Bastien Montagne
2022-02-02LibOverride: Add 'owner library' info to some liboverride code.Bastien Montagne
2021-12-23LibOverride: protect better against using on complex inter-dependency cases.Bastien Montagne
2021-12-21Fix T92930: Outliner "Show Active" bone fails in certain situationsPhilipp Oeser
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-03UI: Display disabled-hint when dragging material outside object modeJulian Eisel
2021-11-01Fix T92629: Crash on mesh separate after rB43bc494892c3.Bastien Montagne
2021-10-29IDManagement: Remove deprecated `BKE_libblock_relink_to_newid` usages.Bastien Montagne
2021-10-26Cleanup: spelling in commentsCampbell Barton
2021-10-25UI Drag Drop: allow customizable drawingGermano Cavalcante
2021-10-24Cleanup: spelling in commentsCampbell Barton
2021-10-22Cleanup/Fix (unreported) 'make single user' handling of actions.Bastien Montagne
2021-10-22Fix T91410: Make Single User operation ignores linked data-blocks.Bastien Montagne
2021-09-24LibOverride: deprecate Proxies: Remove 'Make Proxy' operator.Bastien Montagne
2021-09-08Asset: Dropping Material assets on material slot under mouse cursor.Jeroen Bakker
2021-08-12Fix T88498: 'Clear Parent' does not clear parent_bonePhilipp Oeser
2021-08-10Cleanup: use give_object_under_cursor when dragging materials.Jeroen Bakker
2021-08-09Cleanup/fixes in UI messages.Bastien Montagne
2021-08-04T90371: Asset: Drop Material Tooltip.Jeroen Bakker
2021-08-03T90372: Assets: When dropping material use active material slot.Jeroen Bakker
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-09Make Single User: support object data animationPhilipp Oeser
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-28Cleanup: Remove unused "for_orco" argument to curve evaluationHans Goudey
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
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