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-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Fix T94635: Sculpt Smooth in Surface mode with Anchored Stroke crashPhilipp Oeser
2022-01-06Cleanup: anim, remove `const` declarations from pass-by-value paramsSybren A. Stüvel
2022-01-06Cleanup: Replace FINISHED with CANCELLEDAntonio Vazquez
2022-01-06Cleanup: move public doc-strings into headersCampbell Barton
2022-01-06Cleanup: sort cmake file listsCampbell Barton
2022-01-06Cleanup: remove redundant/unused assignmentCampbell Barton
2022-01-06Cleanup: spelling in commentsCampbell Barton
2022-01-06Cleanup: compiler warningsCampbell Barton
2022-01-06CMake: add missing headersCampbell Barton
2022-01-06Cleanup: Clang-tidy: modernize-redundant-void-argAaron Carlisle
2022-01-06Cleanup: Spelling/grammar in commentsHans Goudey
2022-01-06Fix: MSVC build errorRay Molenkamp
2022-01-05Fix T93695: Discontinuous cutting with the knife toolCian Jinks
2022-01-05Assets: disable automatic preview generation for node groupsJacques Lucke
2022-01-05Fix T54488: hair disconnect/reconnect not working with modifiersAleksi Juvani
2022-01-05Fix T94564: Mirror clipping is not properly placed in sculpt modePhilipp Oeser
2022-01-05Fix T89587: Don't Change Line Width For PreviewsHarley Acheson
2022-01-04Fix T94145: Knife tool fails in orthographic modeCian Jinks
2022-01-04Fix T94620: GPencil AutoMerge does not work when Draw On Back is enabledAntonio Vazquez
2022-01-04Cleanup: Code formatting.Jeroen Bakker
2022-01-04Fix T94599: Assert on usercount when deleting image created via operator.Bastien Montagne
2022-01-04Fix T91160 - Movie Clip Editor - frame indicator/controller is not displayedAidan Davey
2022-01-03Add a new C++ version of an exporter for the Wavefront .obj format.Howard Trickey
2022-01-03Fix T94316: Asset catalog tree scrolls away when renaming a catalogJulian Eisel
2022-01-03Fix T94392: 3D Cursor surface projection onto hidden geometryGermano Cavalcante
2022-01-03Cleanup: Renamed to_object_value to to_dictionary_value.Jeroen Bakker
2022-01-03Cleanup: Rename ObjectValue to DictionaryValue (Serialization).Jeroen Bakker
2022-01-03UDIM: Support virtual filenamesJesse Yurkovich
2021-12-30Fix T93134: Set origin broken for curve edit modeShen Ciao
2021-12-30Fix T93163: GPencil scale thickness fails in negative scalesAntonio Vazquez
2021-12-29Nodes: Composite: UI fixes to time nodeAaron Carlisle
2021-12-29Cleanup: Remove dead codeAaron Carlisle
2021-12-29Cleanup: clang-tidyAaron Carlisle
2021-12-28GPencil: Avoid crashes calling from pythonAntonio Vazquez
2021-12-28Fix T94380: Scrolling zooms in spreadsheet data set regionHans Goudey
2021-12-28Fix T94439: Some GPencil operators crash when calling from consoleAntonio Vazquez
2021-12-28Fix T94408: missing sockets after adding node groupJacques Lucke
2021-12-28Cleanup: clang formatAaron Carlisle
2021-12-27GPencil: Fix error in previous CleanupAntonio Vazquez
2021-12-27Cleanup: Use vector functionAaron Carlisle
2021-12-27Cleanup: Store cursor location in tGPspoint as an arrayAaron Carlisle
2021-12-27Cleanup: clang tidyJacques Lucke
2021-12-27Render: move editor/render module to c++Jacques Lucke
2021-12-27OpenSubDiv: add support for an OpenGL evaluatorKévin Dietrich
2021-12-27Nodes: Support linking to existing group input from link drag search.Jacques Lucke
2021-12-26Cleanup: Use array for BKE cursor functionsAaron Carlisle
2021-12-25Cleanup: Use more common variable nameHans Goudey
2021-12-25Breakdown ImplementationChristoph Lendenfeld
2021-12-25Blend To Neighbor ImplementationChristoph Lendenfeld