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
path: root/source
AgeCommit message (Expand)Author
2021-12-20Sculpt: split sculpt.c into three filesJoseph Eagar
2021-12-20Fix T94144: Duplicate edges in dual mesh nodeWannes Malfait
2021-12-20Cleanup: Remove mesh valid assertions in debug buildsHans Goudey
2021-12-20Fix: Incorrect assert conditions in NURBSplinePiotr Makal
2021-12-20Cleanup: Remove unused node type flagHans Goudey
2021-12-20Cleanup: Comment formatting in node.ccHans Goudey
2021-12-20Geometry Nodes: Parallelize mesh grid primitiveHans Goudey
2021-12-20Cleanup: Remove unused argumentsHans Goudey
2021-12-20BLI: fix Vector.prepend declarationJacques Lucke
2021-12-20Fix T93570: VSE image transforms in preview dont autokeyPhilipp Oeser
2021-12-20Docs: use doxygen formatting for BLICampbell Barton
2021-12-20Docs: use doxygen formatting for DNACampbell Barton
2021-12-20Docs: minor correction to doc-stringCampbell Barton
2021-12-20Fix T94254: Crash using view_all operator in VSERichard Antalik
2021-12-20Fix: Meta strip not created with alpha over blend modeRichard Antalik
2021-12-20Cleanup: Remove more texture nodes preview handlingHans Goudey
2021-12-20VSE: Clamp sound strip when adding movie stripRichard Antalik
2021-12-20Cleanup: Remove more no-op node preview codeHans Goudey
2021-12-20Cleanup: Const arguments, remove unused argumentHans Goudey
2021-12-19Cleanup: Clang tidy lamda function nameHans Goudey
2021-12-18Cleanup: Move weld modifier to C++Hans Goudey
2021-12-18Fix: Build error from missing includeHans Goudey
2021-12-18Fix: Link drag search missing field nodes from function nodesHans Goudey
2021-12-18Fix T94173: Missing update for frame node sizeHans Goudey
2021-12-18Cleanup: compiler warnings with clangBrecht Van Lommel
2021-12-18Fix T94215: compositer denoise node UI wrongly shows as disabledBrecht Van Lommel
2021-12-18GPU: add memory barriers for vertex and index buffersKévin Dietrich
2021-12-18Function to return a list of keyframe segmentsChristoph Lendenfeld
2021-12-18Fix T94184: Outliner: Collection dragging tooltip is not updatingGermano Cavalcante
2021-12-17Fix T94116: Drivers can have multiple variables with same nameSybren A. Stüvel
2021-12-17Theme: Node Group color only needs RGB, not RGBADalai Felinto
2021-12-17Cleanup: Use signed integers in the weld modifierHans Goudey
2021-12-17Cleanup: quiet warning due to incompatible pointer typesJacques Lucke
2021-12-17Cleanup: use new c++ guarded allocator api in some filesJacques Lucke
2021-12-17Allocator: simplify using guarded allocator in C++ codeJacques Lucke
2021-12-17UI: make Remap User dialog in outliner widerPhil Stopford
2021-12-17UI: Fix node socket alignment in some casesAlessio Monti di Sopra
2021-12-17Fix T94137: GPencil: Eraser does not erase first pointPhilipp Oeser
2021-12-17Outliner ID Remap Users: hide ID type from the UIPhilipp Oeser
2021-12-17Fix (unreported): missed running versioning code in some filesJacques Lucke
2021-12-17Fix T94166: set handle position node crashed after refactorJacques Lucke
2021-12-17GPU: Sort SSBOs In Shader Interface.Jeroen Bakker
2021-12-17Cleanup: Silenced unused var warnings.Jeroen Bakker
2021-12-17UI: move "undo history" from a custom popup to a menu typeCampbell Barton
2021-12-17Cleanup: spelling in commentsCampbell Barton
2021-12-17Cleanup: use more common naming suffix for item callbacksCampbell Barton
2021-12-17UI: Correct "QuickTime" SpellingJohannes Jakob
2021-12-17Cleanup: Simplify logic in set material nodeHans Goudey
2021-12-17Geometry Nodes: Support point clouds in the set material nodeHans Goudey
2021-12-16Cleanup: Move curve.c to C++Hans Goudey