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-10-12Fix T101679: Duplicate objects are created when 'Make' override is called on ...Bastien Montagne
2022-10-12Cleanup: Simplify node insert after drag codeHans Goudey
2022-10-12Cleanup: use function style casts for C++, format & spellingCampbell Barton
2022-10-12Cleanup: use commented arguments for unused args in C++Campbell Barton
2022-10-12Cleanup: Convert two nodes files to C++Hans Goudey
2022-10-12Cleanup: Reduce indentation in node attach operatorHans Goudey
2022-10-12UV: add grid shape source to the uv editor, and add new "pixel" optionChris Blackbourn
2022-10-12Fix T90782: add uv pack option to specify margin as a fractionChris Blackbourn
2022-10-11Sculpt: Fix mask from cavity not redrawing viewport with modifiersJoseph Eagar
2022-10-11Sculpt: Fix T101718: Automasking crash with new texture paintJoseph Eagar
2022-10-11Fix T101709: Proportional editing being disabled in NLA Editor redo panelGermano Cavalcante
2022-10-11Cleanup: Remove unused spreadsheet geometry cache itemHans Goudey
2022-10-11Cleanup: rename base_index to ob_index in knife logicCampbell Barton
2022-10-11Fix T101721: Knife project crashesCampbell Barton
2022-10-11Correct argument type for BKE_pbvh_node_get_bm_orco_data, formatCampbell Barton
2022-10-11Sculpt: Clean up Dyntopo's original triangle apiJoseph Eagar
2022-10-10Sculpt: T101699: Face set change visibility crashes on no face setsJoseph Eagar
2022-10-10Sculpt: Fix T101729: Automasking crash in elastic deform brushJoseph Eagar
2022-10-10Cleanup: clang-formatLukas Stockner
2022-10-10I18n: disambiguate message "World"Damien Picard
2022-10-10Cleanup: NLA transforms, simplify `recalcData_nla()`Thibault de Villèle
2022-10-10IO: support Presets in Alembic, Collada, OBJ, STL, USD importersAras Pranckevicius
2022-10-10I18n: disambiguate or extract a few messagesDamien Picard
2022-10-10I18n: fix popup menus contextDamien Picard
2022-10-10OBJ: add global scale factor import settingAras Pranckevicius
2022-10-10Cleanup: spelling in commentsCampbell Barton
2022-10-08Set operator poll message when vertex group is lockedColin Basnett
2022-10-08Curve: Retain active NURBS curve after point deletionLaurynas Duburas
2022-10-07Fix T101424: Empty group node added to node add searchHans Goudey
2022-10-07FIX T101275: Regression in NLA causes Actions to be ignored by Context menu (...Nate Rupsis
2022-10-07Cleanup: Move editmesh_undo.c to C++Hans Goudey
2022-10-07GPencil: New Fill Extend lines adjust with MMBAntonio Vazquez
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-07Fix T101547: Add update notifiers in dopesheet and timeline selection operatorsAmelie Fondevilla
2022-10-07Refactor: adding function to check if an animation container has grease penci...Amelie Fondevilla
2022-10-07Fix T100953: Zooming with NDOF is inverted in the camera viewCampbell Barton
2022-10-07Cleanup: use doxy sectionsCampbell Barton
2022-10-07Cleanup: remove redundant 'using'Campbell Barton
2022-10-073D View: depth sort candidates in the selection menuCampbell Barton
2022-10-07Cleanup: spelling in commentsCampbell Barton
2022-10-06Fix: Properly free non-trivial node editor runtime typeHans Goudey
2022-10-06Cleanup: Remove unnecessary MOD_nodes.h includesHans Goudey
2022-10-06DRW: fix use of potentially uninitialized variableGermano Cavalcante
2022-10-06Animation: Expose "mute" for drivers in their properties UISybren A. Stüvel
2022-10-06UI: remove extraneous inversion of "inverted" button stateSybren A. Stüvel
2022-10-06UI: New modifier Icons Envelope and OutlineAntonio Vazquez
2022-10-06Fix T101492: UV stitch crash (more than 32 objects selected)Philipp Oeser
2022-10-06Fix T101517: GPencil strokes snap to origin in a Scale value is on 0Antonio Vazquez
2022-10-06Fix T101628: Correct frame node intersection in add reroute operatorLeon Schittek
2022-10-063D View: use float for ED_view3d_project_base & minor changesCampbell Barton