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-03Fix T101510: Incorrect context for running data unlink from template IDJulian Eisel
2022-10-03Cleanup: remove 2D region-relative coordinates from BaseCampbell Barton
2022-10-02Cleanup: Move more files using mesh runtime data to C++Hans Goudey
2022-10-01Cleanup: simplify uv packing for non-square materialsChris Blackbourn
2022-09-30Cleanup: Move files that use mesh runtime data to C++Hans Goudey
2022-09-29Cleanup: run clang-format in sculpt codeJoseph Eagar
2022-09-29Sculpt: Normal-based automasking modesJoseph Eagar
2022-09-28Geometry Nodes: viewport previewJacques Lucke
2022-09-23View3d: move space_view3d.c to c++Jacques Lucke
2022-09-20GPencil: Add `offset` parameter to reproject operator Redo PanelAntonio Vazquez
2022-09-20UV: extend custom grid sizes to set each axis separatelyChris Blackbourn
2022-09-20Cleanup: spellingChris Blackbourn
2022-09-19Nodes: Add node group assets to search menusHans Goudey
2022-09-19Cleanup: spellingCampbell Barton
2022-09-17Cleanup: spelling, punctuation & repeated words in commentsCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-12UV: support uv seams when computing uv islandsChris Blackbourn
2022-09-08Cleanup: remove ED_types.h & ACTIVE, DESELECT definitionsCampbell Barton
2022-09-07Cleanup: factor out "set default filepath" into a ED_fileselect_ensure_defaul...Aras Pranckevicius
2022-09-07Cleanup: spelling in comments, correct doxy slashes, replace '/w'Campbell Barton
2022-09-02UI: 3D Text CaretHarley Acheson
2022-08-27Cleanup: pass notifiers as constCampbell Barton
2022-08-23Cleanup: match names between functions & declarationsCampbell Barton
2022-08-22Cleanup: match names between functions & declarationsCampbell Barton
2022-08-22Cleanup: move model authors from the doc-string to the implementationCampbell Barton
2022-08-19Cleanup: replace uint cd_loop_uv_offset with intChris Blackbourn
2022-08-19Cleanup: uvedit_*_select, replace `BMEditMesh*` with `BMesh*`Chris Blackbourn
2022-08-17Cleanup: Move view3d_select.c to C++Hans Goudey
2022-08-17UV: grab tool supports live unwrapChris Blackbourn
2022-08-17UV: add geometry driven uv relax brushChris Blackbourn
2022-08-16Cleanup: spelling in commentsCampbell Barton
2022-08-16Sculpt: Fix redo panel bugsJoseph Eagar
2022-08-14Cleanup: Move object_vgroup.c to C++Hans Goudey
2022-08-12Cleanup: replace misleading use of 'true' for the bit-field sizeCampbell Barton
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-11Cleanup: check if the camera was moved before auto-key in smooth-viewCampbell Barton
2022-08-11Cleanup: pass const arguments to smooth-view functionsCampbell Barton
2022-08-09Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-09Fix missing undo steps for smooth-view operatorsCampbell Barton
2022-08-08Cleanup: refactoring uvislands to prepare for python apiChris Blackbourn
2022-08-06Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-06Fix T92099: No undo when moving viewport with camera locked to viewPratik Borhade
2022-08-02Cleanup: Simplify functions for adding and removing color attributesHans Goudey
2022-08-02Cleanup: Remove unused sculpt and vertex color operatorsHans Goudey
2022-08-02Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-02Fix Unreported : add F-curves only filter to functions only appliable to F-cu...Amelie Fondevilla
2022-07-30UI: UI_MENU_ARROW_SEP Unicode CharacterHarley Acheson
2022-07-30UV: Add options for uv select similar in island modeChris Blackbourn