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-07-22Geometry Nodes: Port sample curves node to new data-blockHans Goudey
2022-07-22Curves: support sculpting on deformed curvesJacques Lucke
2022-07-22Refactor: arrange transform convert functions in 'TransConvertTypeInfo'Germano Cavalcante
2022-07-22BMesh: move bmesh_mesh to C++Campbell Barton
2022-07-22Cleanup: move crazyspace.c to c++Jacques Lucke
2022-07-22Fix T87779: Asymmetric vertex positions in circles primitivesCampbell Barton
2022-07-22Cleanup: add BKE_image_find_nearest_tile_with_offsetCampbell Barton
2022-07-22Fix crash loading factory settings in image paint modeCampbell Barton
2022-07-22Cleanup: quiet nonull-compare warnings with GCCCampbell Barton
2022-07-22UV: Edge support for select shortest path operatorSiddhartha Jejurkar
2022-07-22Fix T99884: Crash when converting to old curve typeHans Goudey
2022-07-22Cleanups: Small changes to armature deformHans Goudey
2022-07-21Fix T99854: Crash converting legacy NURBS curves to new typeHans Goudey
2022-07-21Cleanup: compiler warningBrecht Van Lommel
2022-07-21Fix crash in some very rare case in remapping code.Bastien Montagne
2022-07-21DRW: Volume: Fix crash in command line render caused by null texturesClément Foucault
2022-07-21EEVEE-Next: Add back option to disable TAA (Viewport DenoisingClément Foucault
2022-07-21Fix crash due to improper handling of new library runtime name_map data on re...Bastien Montagne
2022-07-21Spreadsheet: Implement selection filter for curves sculpt modeHans Goudey
2022-07-21GPU: Fix compilation with WITH_GPU_BUILDTIME_SHADER_BUILDER optionClément Foucault
2022-07-21EEVEE-Next: Filter NaN at output to avoid propagation.Clément Foucault
2022-07-21Cleanup: DRW: common_math_geom_lib.glsl: Fix variable name styleClément Foucault
2022-07-21EEVEE-Next: Add Temporal-AntiAliasingClément Foucault
2022-07-21DRW: common_math_geom_lib.glsl: Add line_aabb_clipping_distClément Foucault
2022-07-21Fix build error in tests binary after previous commitHans Goudey
2022-07-21Cleanup: Rename length parameterization interpolation functionHans Goudey
2022-07-21Cleanup: Remove debug print in testHans Goudey
2022-07-21Cleanup: Simplify relation flags assignmentSergey Sharybin
2022-07-21Geometry Nodes: add debug check for whether AttributeWriter.finish is calledJacques Lucke
2022-07-21Curves: fix applying materials when applying modifierJacques Lucke
2022-07-21Cleanup: Make automated code check happy.Bastien Montagne
2022-07-21Cleanup: Unused forward declarationSergey Sharybin
2022-07-21Fix T99885: Invalid dependency graph state when curves surface is invisibleSergey Sharybin
2022-07-21LibOverride: support 'make override' for all selected items.Bastien Montagne
2022-07-21Fix T99733: Objects with driven visibility are evaluated when not neededSergey Sharybin
2022-07-21Depsgraph: Clear operation evaluation flags early onSergey Sharybin
2022-07-21Cleanup: formatCampbell Barton
2022-07-21Cleanup: add ISMOUSE_MOTION macroCampbell Barton
2022-07-21Fix WM_event_type_mask_test ignoring wheel and gesture eventsCampbell Barton
2022-07-21WM: replace ISMOUSE with ISMOUSE_BUTTONCampbell Barton
2022-07-21WM: categorize smart-zoom as a gestureCampbell Barton
2022-07-21Fix failing cycles test from previous commitChris Blackbourn
2022-07-21Fix T90620: Ignore missing UV data caused by corrupt .blend fileChris Blackbourn
2022-07-21Cleanup: spelling in comments, typos in tool-tipsCampbell Barton
2022-07-21Fix T99678: Crash applying non-existent modifiersCampbell Barton
2022-07-21Fix T99687: Cloth filter crashJoseph Eagar
2022-07-21Fix T99878: Deleting curves or points removes anonymous attributesHans Goudey
2022-07-20Cleanup: Remove unused functionHans Goudey
2022-07-20Cleanup: Remove unnecessary handling of normals for fluid collidersHans Goudey
2022-07-20Fix T99340: Image.frame_duration returning wrong value when image not loadedBrecht Van Lommel