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-04-11Curves: new Grow/Shrink brushJacques Lucke
2022-04-11Preferences: enable Duplicate Data for curves and point cloud objectsJacques Lucke
2022-04-11Fix T97010 GPencil: Artifacts on Grease PencilClément Foucault
2022-04-11Fix T97071: Duplicating strip in locked channel creates overlapping stripsRichard Antalik
2022-04-11Cleanup: Change globalBlock members to snake caseClément Foucault
2022-04-11Cleanup: Overlays: Remove unused facefill shaderClément Foucault
2022-04-11Fix T97003: color-management settings can't be animatedCampbell Barton
2022-04-11Fix T96424: Don't register undo step for empty knife cutPratik Borhade
2022-04-11WM: avoid unnecessary undo step creation when duplicatingPratik Borhade
2022-04-11Fix: wrong operator return valueJacques Lucke
2022-04-11Fix T96745: UI: Change "Inverts" to "Invert" for selection toolAlaska
2022-04-11Gizmos: enable gizmos for the action spaceYann Lanthony
2022-04-11Cleanup: avoid unnecessary undo steps for curves & simplify codeCampbell Barton
2022-04-11Keymap: use "use_tweak_select_passthrough" preference for tweak toolCampbell Barton
2022-04-11Fix keymap "use_tweak_tool_lmb_interaction" blocking sequencer scrubCampbell Barton
2022-04-11Fix T96885: drag fallback on tweak is using active tool insteadCampbell Barton
2022-04-11Fix T97032: Tweak Select preference causes selection issuesCampbell Barton
2022-04-11Keymap: remove reference to missing view2d_edge_pan propertyCampbell Barton
2022-04-11Fix: Assert fails when evaluating single point Bezier curveHans Goudey
2022-04-11Sequencer: skip redundant F-curve GSet allocationCampbell Barton
2022-04-11Fix memory leak duplicating sequencer stripsCampbell Barton
2022-04-11Fix T97034: tweak strips uses cursor position after threshold reachedCampbell Barton
2022-04-11UI: move "use_select_nearest_on_first_click" into it's own panelCampbell Barton
2022-04-11Cleanup: use doxygen links to struct membersCampbell Barton
2022-04-11Cleanup: clang-formatCampbell Barton
2022-04-11Cleanup: move doc-strings into headersCampbell Barton
2022-04-11Cleanup: spelling in commentsCampbell Barton
2022-04-11Fix T97019: Regression - GPencil Shrinkwrap modifier not longer workingAntonio Vazquez
2022-04-11Fix T95678: Thumbnails are not working with big / large ObjectsGermano Cavalcante
2022-04-11Fix collection assets hidden in old files with asset browser openJulian Eisel
2022-04-11Cleanup: Remove unused functionHans Goudey
2022-04-11Cleanup: Move interface.c to C++Hans Goudey
2022-04-11Fix T96999: RNA mesh transform does not mark normals dirtyHans Goudey
2022-04-11Fix overlapping GPU device bitmasksBrecht Van Lommel
2022-04-11OBJ: fix printf specifier compile warning on some compilersAras Pranckevicius
2022-04-11Fix errors in sequencer channel headersRichard Antalik
2022-04-11Fix T96838: Missing translations in link drag searchHans Goudey
2022-04-11Pose library: add deprecation noticesSybren A. Stüvel
2022-04-11Pose library: remove much of old pose library interfaceSybren A. Stüvel
2022-04-11Fix T96575: Can't set vertex theme colorRichard Antalik
2022-04-11VSE: Use edge panningRichard Antalik
2022-04-11UserDef: Add experimental flag for 3d texturing brush.Jeroen Bakker
2022-04-11BlenLib: Add ushort2 to math vec types.Jeroen Bakker
2022-04-11Move ImageTileWrapper to BKE.Jeroen Bakker
2022-04-11OBJ: fix mac/linux tests and compile warnings in the new obj importerAras Pranckevicius
2022-04-11VSE: Add channel headersRichard Antalik
2022-04-11Fix memleak in VSE proxy creation.Sebastian Parborg
2022-04-11OBJ: New C++ based wavefront OBJ importerAnkit Meel
2022-04-11Functions: allow for better compiler optimizationJacques Lucke
2022-04-11Cleanup: Simplify zero-initializing DNA structures in C++Sergey Sharybin