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-11-23VSE: Add drag and drop handler for preview areaPeter Fog
2021-11-23VSE: Support drag and drop for datablocksPeter Fog
2021-11-23Fix: Const warning in editmesh_knife.cErik
2021-11-22Merge branch 'blender-v3.0-release'Julian Eisel
2021-11-22Assets: Generate light preview when making light object an assetJulian Eisel
2021-11-22Fix grayed out preview generation button for light objectsJulian Eisel
2021-11-22Geometry Nodes: Rename legacy node filesHans Goudey
2021-11-22CurveEval: Add total_length() and total_control_point_size() methodsJohnny Matthews
2021-11-22UI: Use a map for block name lookupsErik
2021-11-22Fix T84493 issue with selection after boolean.Howard Trickey
2021-11-22BKE Link/Append: Use BLO's LibraryLink_Params.Bastien Montagne
2021-11-22Link/Append: Move main linking code (from WM) to use new instantiation code i...Bastien Montagne
2021-11-22Link/Append: Move most of core link/append code from WM to new `BKE_blendflie...Bastien Montagne
2021-11-22Moviecache: Fix potential memory corruption.Jeroen Bakker
2021-11-22Painting: Performance curve masks.Jeroen Bakker
2021-11-22Merge branch 'blender-v3.0-release'Hans Goudey
2021-11-22Fix T92631: Fix negative thickness regression in complex solidifyHenrik Dick
2021-11-22Fix T93250: Crash in spreadsheet tree view after recent commitHans Goudey
2021-11-22Merge branch 'blender-v3.0-release'Philipp Oeser
2021-11-22Fix T93198: Frame Selected in greasepencil curve editing does not workPhilipp Oeser
2021-11-22Cleanup: Removed unused code in curve mask creation.Jeroen Bakker
2021-11-22Painting: migrated curve mask generation to CPP.Jeroen Bakker
2021-11-22Cleanup: Make parameter const (BKE_brush_curve_strength_clamped).Jeroen Bakker
2021-11-22Revert "Fix (unreported) broken handling of constraints reordering with libov...Bastien Montagne
2021-11-22Cleanup: use simple data member instead of callbackJacques Lucke
2021-11-22Cleanup: make naming more consistentJacques Lucke
2021-11-22Merge branch 'blender-v3.0-release'Bastien Montagne
2021-11-22Fix broken NLA RNA code after own rBfa6a913ef19c.Bastien Montagne
2021-11-22Fix (unreported) broken handling of constraints reordering with liboverride.Bastien Montagne
2021-11-21Fix T93256: Instances to points node broken after recent commitHans Goudey
2021-11-21Functions: remove test for dynamic nameJacques Lucke
2021-11-21Functions: fix compile error in testsJacques Lucke
2021-11-21Functions: use static string for parameter namesJacques Lucke
2021-11-21Functions: use static names for multi-functionsJacques Lucke
2021-11-21Cleanup: Move menu search template to C++Hans Goudey
2021-11-20Merge branch 'blender-v3.0-release'Brecht Van Lommel
2021-11-20Fix T92090: Eevee crash with Intel HD 4000 and macOS 10.15.7Brecht Van Lommel
2021-11-20Cleanup: unset 'FILE_ENTRY_PREVIEW_LOADING' at the endGermano Cavalcante
2021-11-20Merge branch 'blender-v3.0-release'Philipp Oeser
2021-11-20Fix T93194: greasepencil channel lists ignoring collection visibilityPhilipp Oeser
2021-11-20Cleanup: Else after returnHans Goudey
2021-11-20Merge branch 'blender-v3.0-release'Germano Cavalcante
2021-11-20Fix error in rBfb0ea9Germano Cavalcante
2021-11-20Geometry Nodes: Instance attributes in Transfer/Capture nodesErik
2021-11-20Refactor: Port spreadsheet data set to UI tree viewHans Goudey
2021-11-20Fix: Exception in tree view code in new caseHans Goudey
2021-11-20Cleanup: Use canonical variable nameHans Goudey
2021-11-19Cleanup: Use vector instead of linked listHans Goudey
2021-11-19Cleanup: Simplify node editor link dragging storageHans Goudey
2021-11-19Merge branch 'blender-v3.0-release'Germano Cavalcante