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-12Fix: missing tooltip for color socketsIliya Katueshenock
2022-11-11Fix T96481: make color picker RGB display consistentHallam Roberts
2022-11-11Fix: Curves sculptmode: paintcurve stroke points cannot be transformedPhilipp Oeser
2022-11-11Fix T102386: crash when trying to link sockets from different node treesJacques Lucke
2022-11-11Fix T100969: Memory leak GPU subdivision during rendering.Jeroen Bakker
2022-11-10Fix strict compiler warningsSergey Sharybin
2022-11-10Cleanup: spelling in commentsCampbell Barton
2022-11-10Fix T102385: Set frame node active after joining nodesLeon Schittek
2022-11-09Fix T101906: Modifier apply not working if target object is in excluded colle...Sergey Sharybin
2022-11-09Hide ratio when using error margin mode in decimate keyframes operatorColin Basnett
2022-11-08Fix VSE: Effect strip flickers when moving left handleRichard Antalik
2022-11-08Fix T102318: crash smoothing vertex weights in editmodePhilipp Oeser
2022-11-08Fix T101894: only do FCurve-select if no keys have been touched previouslySybren A. Stüvel
2022-11-08Fix T102312: anchored brush texture overlay draws in wrong placePhilipp Oeser
2022-11-08Fix T85870: ColorRamp Keyframes crash BlenderJulian Eisel
2022-11-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-11-08Fix T100988: flickering when using sculpt brush in drag dot modeJacques Lucke
2022-11-08Fix T102242: Underline shortcut keys not working/appearing in sub-menuJulian Eisel
2022-11-08Cleanup: format, remove commented code & unused variableCampbell Barton
2022-11-07Fix T102329: assert when cutting node tree linkJacques Lucke
2022-11-07Fix T101526: assert due to wrong node tree owner idJacques Lucke
2022-11-07Fix T102311: crash when opening node add menu with assetsJacques Lucke
2022-11-07Fix T102053: snap fails with instances of geometry nodesGermano Cavalcante
2022-11-07Fix potentially uninitialized memory usageGermano Cavalcante
2022-11-07Transform: remove SnapData cache for meshesGermano Cavalcante
2022-11-07Fix File Browser Move Bookmark malfunction if no item is selectedPhilipp Oeser
2022-11-04Fix T99641: Assert hit when splitting video sequencer area horizontallyRichard Antalik
2022-11-04Fix T102218: Baked f-curves display incorrectly when normalizedColin Basnett
2022-11-04Fix missing call to AttributeWriter::finish with paint vertex selectionCampbell Barton
2022-11-04Fix T101686: WPaint + Pose select fails with GPU depth-picking disabledCampbell Barton
2022-11-03Cleanup: replace BLI_join_path with BLI_join_stringCampbell Barton
2022-11-03BLI_string: C++ support for string joining macrosCampbell Barton
2022-11-03UI: Bevel: Specify the width type as "Width Type" in the status bar.Aaron Carlisle
2022-11-02Fix empty menu title in some menus (e.g. Text Editor context menu)Julian Eisel
2022-11-02Fix arrow key menu navigation using wrong directionJulian Eisel
2022-11-02Refactor: Rename Object->imat to Object->world_to_objectSergey Sharybin
2022-11-02Nodes: Reuse input sockets when creating new node groupsCsaba Boncsér
2022-11-02Fix use-after-free in asset library storage destructionJulian Eisel
2022-11-01UI/Nodes: Update node add menu as assets get loadedJulian Eisel
2022-11-01UI: Support C defined menu types to listen to notifiersJulian Eisel
2022-11-01UI: Support refreshing menu popupsJulian Eisel
2022-11-01Nodes: Add node group assets in add menuHans Goudey
2022-11-01Fix T101062: sculpt curves crash using a paintcurve brushPhilipp Oeser
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-11-01Cleanup: spelling in commentsCampbell Barton
2022-11-01Cleanup: doxy comment formattingCampbell Barton
2022-11-01Cleanup: fix translation for rare UV unwrapping with unit scaleChris Blackbourn
2022-10-31Fix variable value assigned twice in successionGermano Cavalcante
2022-10-30Fix T102163: GPencil:Set start point Operator make stroke deletedAntonio Vazquez
2022-10-30Cleanup: replace BLI string copy & append with BLI_path_join(..)Campbell Barton