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
2020-11-23Add custom property support for assetsasset-metadataJulian Eisel
2020-11-23Merge branch 'master' into asset-metadataJulian Eisel
2020-11-23Tracking: Cover markers access with basic testsSergey Sharybin
2020-11-23Tracking: Cleanup, make units explicit in new track creationSergey Sharybin
2020-11-23Tracking: Cleanup, clarify comments in tracking settingsSergey Sharybin
2020-11-23Tracking: Refactor, move track allocation to helper functionSergey Sharybin
2020-11-22Fix T82918: File menu "Save Copy" shows "Save As" in File BrowserJulian Eisel
2020-11-22Cleanup: Use const arguments in curve bevelHans Goudey
2020-11-22Cleanup: Improve readability of curve displist buildingHans Goudey
2020-11-22Cleanup: Reduce indentationHans Goudey
2020-11-22Fix unclear tooltip for the Affect Transform option of constraints.Alexander Gavrilov
2020-11-22Previous commit forgot to guard some things with #ifdef WITH_GMP.Howard Trickey
2020-11-21Improve speed of Constrained Delaunay Triangulation with exact arith.Howard Trickey
2020-11-21Merge branch 'blender-v2.91-release'Antonio Vazquez
2020-11-21GPencil: Fix unreported assert when use select Box in single point strokesAntonio Vazquez
2020-11-21Cleanup: Declare variables where initializedHans Goudey
2020-11-20Fix wireframe opacity creating artifacts on sculpt overlay edgesPablo Dobarro
2020-11-20Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2020-11-20UI: Remove excess row spacing in outliner popoverNathan Craddock
2020-11-20Outliner: Object state filter invert toggleNathan Craddock
2020-11-20Fix (unreported) bug in liboverride diffing code for collection item insertion.Bastien Montagne
2020-11-20Fix T82493: PyDoc generation throws exception on exitCampbell Barton
2020-11-20Merge branch 'blender-v2.91-release'Jeroen Bakker
2020-11-20Fix add-object cursor plane failing to update on zoomCampbell Barton
2020-11-20Add Object Tool: support placing objects in orthographic axis viewsCampbell Barton
2020-11-20Add Object Tool: use the closest view-aligned axis as a fallbackCampbell Barton
2020-11-20UI: Fix panel drag icon added to redo panelHans Goudey
2020-11-20Fix add-object tools cursor distorted drawing on saveCampbell Barton
2020-11-20Cleanup: use a struct to backup/restore values for offscreen drawingCampbell Barton
2020-11-20Cleanup: remove unused off-screen drawing structCampbell Barton
2020-11-20Cleanup: rename do_sky argument to draw_backgroundCampbell Barton
2020-11-20Cleanup: remove unused perspective argument to off-screen drawingCampbell Barton
2020-11-20Cleanup: spellingCampbell Barton
2020-11-20Cleanup: clang-formatCampbell Barton
2020-11-20Cycles: Fixed zero sized normals when certain attributes were missing.Stefan Werner
2020-11-19Fix T82769: remove thread local data from PTCacheMemJacques Lucke
2020-11-19Atomic: Cover with unit testsSergey Sharybin
2020-11-19Fix RNA not giving error with invalid identifiers for collection propertiesBrecht Van Lommel
2020-11-19Guarded allocator: Fix lock-free allocator testsSergey Sharybin
2020-11-19Guarded allocator: Add safety around type changeSergey Sharybin
2020-11-19Guarded allocator: Add explicit switch to the lockfree implementationSergey Sharybin
2020-11-19Fix lost node links when linked node group datablock is temporarily missingBrecht Van Lommel
2020-11-19Merge branch 'blender-v2.91-release'Campbell Barton
2020-11-19Fix T82540: Smart UV project ignores seamsCampbell Barton
2020-11-19Build-system: Force C linkage for all DNA type headersJulian Eisel
2020-11-19Fix crash when adding strip using RNA API callRichard Antalik
2020-11-19Cleanup: refactor sequencer_edit.c fileRichard Antalik
2020-11-19Cleanup: Animation, fix uninitialised variable in Euler filter codeSybren A. Stüvel
2020-11-19Cleanup: Animation, refactor Euler filterSybren A. Stüvel
2020-11-19Docs: document bmesh.utils.vert_collapse_faces join_faces argumentCampbell Barton