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-11-07Merge branch 'master' into gpencil-new-data-proposalgpencil-new-data-proposalAntonio Vazquez
2022-11-07Merge branch 'blender-v3.4-release'Miguel Pozo
2022-11-07 Fix T101533: Wrong DoF when a non-camera object is the active cameraMiguel Pozo
2022-11-07Fix T100872: restrict Python API on built-in nodesJacques Lucke
2022-11-07Fix T102324: reverse curve node breaks crazy space editingJacques Lucke
2022-11-07Fix strict compiler warningsSergey Sharybin
2022-11-07Fix T102311: crash when opening node add menu with assetsJacques Lucke
2022-11-07Merge branch 'blender-v3.4-release'Germano Cavalcante
2022-11-07Fix T102053: snap fails with instances of geometry nodesGermano Cavalcante
2022-11-07Fix potentially uninitialized memory usageGermano Cavalcante
2022-11-07Transform: remove SnapData cache for meshesGermano Cavalcante
2022-11-07Cleanup: unify struct declaration style for Python types, update namesCampbell Barton
2022-11-07Cleanup: remove unused variableCampbell Barton
2022-11-07Fix 'ED_transform_snap_object_project_ray_all' not return 'hit_list'Germano Cavalcante
2022-11-07Merge branch 'blender-v3.4-release'Philipp Oeser
2022-11-07Fix T102053: snap fails with instances of geometry nodesGermano Cavalcante
2022-11-07Fix potentially uninitialized memory usageGermano Cavalcante
2022-11-07Transform: remove SnapData cache for meshesGermano Cavalcante
2022-11-07Fix Curves Smooth modifier appears to be able to act on control pointsPhilipp Oeser
2022-11-07Fix File Browser Move Bookmark malfunction if no item is selectedPhilipp Oeser
2022-11-07Fix T102238: double free when storing attribute on empty geometryJacques Lucke
2022-11-07Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-07Fix T102316: blank color-space menu drop-downsCampbell Barton
2022-11-07Cycles: Apple GPU threadgroup tuningMichael Jones
2022-11-07Fix File Browser Move Bookmark malfunction if no item is selectedPhilipp Oeser
2022-11-06Merge branch 'blender-v3.4-release'Jacques Lucke
2022-11-06Fix T102153: crash when muting node group with active viewerJacques Lucke
2022-11-06Fix T102144: missing validation of spline resolutionJacques Lucke
2022-11-06Fix T102292: deadlock in geometry nodes evaluation with task isolationJacques Lucke
2022-11-06Geometry Nodes: fix missing curve cacheJacques Lucke
2022-11-06Fix: Missing initialization curves bounds in set origin operatorHans Goudey
2022-11-06Cleanup: Nodes: Use const arguments, avoid recursive iterationHans Goudey
2022-11-06UI: Sort items in Weight Locks menuPablo Vazquez
2022-11-05Fix: Broken debug build after recent cleanup commitHans Goudey
2022-11-05Cleanup: Remove unused node functionHans Goudey
2022-11-05Cleanup: Use Vector in group input/output node update functionsHans Goudey
2022-11-05Sculpt: Fix T102253: Missing call to SCULPT_automasking_node_updateJoseph Eagar
2022-11-05Cleanup: Move function to legacy mesh conversion fileHans Goudey
2022-11-05OBJ Export: Remove edge recalculationHans Goudey
2022-11-05Cleanup: Remove unnecessary node type registraction functionsHans Goudey
2022-11-05Cleanup: Remove redundant assignment of loose edge flagHans Goudey
2022-11-05Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-05Fix crash building Python API docsCampbell Barton
2022-11-05Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-05Cleanup: quiet unused argument warningCampbell Barton
2022-11-05Cleanup: use bools and typed enums for WM_job type & flagCampbell Barton
2022-11-05Cleanup: use bool instead of short for job stop & do_update argumentsCampbell Barton
2022-11-05Cleanup: Move legacy mesh conversions to proper fileHans Goudey
2022-11-04Cleanup: OBJ: Simplify access to loose edgesHans Goudey
2022-11-04Merge branch 'blender-v3.4-release'Richard Antalik