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-24Fix T80748: Render Emissive Colors in Compositor BackdropJeroen Bakker
2020-11-24Fix T77261: Multires creates spikes when subdividing ngonsSergey Sharybin
2020-11-24Fix Python API docs for the render APIDalai Felinto
2020-11-24Outliner: Switch properties tabs only on icon clickNathan Craddock
2020-11-24UI: Add Trackpad Smooth Scrolling for PopoversYevgeny Makarov
2020-11-24UI: Block Safety Not Scaled CorrectlyYevgeny Makarov
2020-11-24Speedups for new boolean. Better hash function for verts.Howard Trickey
2020-11-23Cleanup: Animation, split `graph_edit.c` into separate filesChristoph Lendenfeld
2020-11-23Tracking: Cleanup, typos and spelling in DNA commentsSergey Sharybin
2020-11-23Animation: New Euler filter implementationSybren A. Stüvel
2020-11-23Fix T82849: Assert When Unlinking "Edit Source" Text Data-block.Bastien Montagne
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-20Outliner: Object state filter invert toggleNathan Craddock
2020-11-20Fix (unreported) bug in liboverride diffing code for collection item insertion.Bastien Montagne
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-19Fix T82769: remove thread local data from PTCacheMemJacques Lucke
2020-11-19Fix RNA not giving error with invalid identifiers for collection propertiesBrecht Van Lommel
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