Sivu saatavilla vain englanninkielisenä.
MiikaHweb - Blender Git Statistics v1.06
Blender Git Statistics -> Developers -> sidd017
Siddhartha Jejurkar (sidd017)
Total Commits : 66
Master Commits : 6
Branch Commits : 60
First Commit : March 10, 2021
Latest Commit : December 17, 2021
Commits by Month
Date | Number of Commits | |
---|---|---|
December, 2021 | 1 | |
November, 2021 | 3 | |
October, 2021 | 2 | |
September, 2021 | 8 | |
August, 2021 | 20 | |
July, 2021 | 11 | |
June, 2021 | 17 | |
May, 2021 | 1 | |
April, 2021 | 0 | |
March, 2021 | 3 |
Commit Distribution
Path | Number of Commits |
---|---|
soc-2021-uv-editor-improvements | 37 |
soc-2021-uv-edge-select-support | 23 |
soc-2021-uv-editor-improvements-edge-selection | 11 |
master | 6 |
Favourite Files
Filename | Total Edits |
---|---|
uvedit_select.c | 12 |
uvedit_unwrap_ops.c | 10 |
overlay_grid.c | 8 |
ED_uvedit.h | 6 |
uvedit_intern.h | 5 |
uvedit_islands.c | 5 |
image_draw.c | 5 |
rna_space.c | 4 |
space_image.py | 4 |
ED_image.h | 4 |
File Changes
Action | Total | Per Commit |
---|---|---|
Modified | 114 | 1.7 |
Code Changes
Action | Total | Per Commit |
---|---|---|
Lines Added | 3 244 | 79.1 |
Lines Removed | 874 | 21.3 |
Latest commits
Revision dbc41b3 by Siddhartha Jejurkar (soc-2021-uv-edge-select-support) December 17, 2021, 13:01 (GMT) |
Merge branch 'master' into soc-2021-uv-edge-select-support |
Revision 99a2af7 by Siddhartha Jejurkar (soc-2021-uv-edge-select-support) November 19, 2021, 18:34 (GMT) |
Merge branch 'master' into soc-2021-uv-edge-select-support |
Revision 139606b by Siddhartha Jejurkar (soc-2021-uv-edge-select-support) November 19, 2021, 18:24 (GMT) |
Code cleanup and minor fixes |
Revision 4e6f73e by Siddhartha Jejurkar (soc-2021-uv-edge-select-support) November 3, 2021, 11:46 (GMT) |
Merge branch 'master' into soc-2021-uv-edge-select-support |
Revision 7f8f2ff by Siddhartha Jejurkar (soc-2021-uv-edge-select-support) October 4, 2021, 11:07 (GMT) |
Merge branch 'master' into soc-2021-uv-edge-select-support |
Revision 52822b2 by Siddhartha Jejurkar (soc-2021-uv-edge-select-support) October 2, 2021, 07:10 (GMT) |
Merge branch 'master' into soc-2021-uv-edge-select-support |
September 29, 2021, 07:53 (GMT) |
UV: Pack to closest/active UDIM Implements T78397 Extends the functionality of pack islands operator to allow packing UVs to either the closest or active UDIM tile. This provides 2 new options for packing UVs : * Closest UDIM: Selected UVs will be packed to the UDIM tile they were placed on. If not present on a valid UDIM tile, the UVs will be packed to the closest UDIM in UV space * Active UDIM: Selected UVs will be packed to the active UDIM image tile In case, no image is present in the UV editor, then UVs will be packed to the tile on the UDIM grid where the 2D cursor is located. Reviewed By: campbellbarton Maniphest Tasks: T78397 Ref D12680 |
September 29, 2021, 07:48 (GMT) |
UV Editor: Grid and snapping improvements Implements T89789, T89792, custom grid (described as dynamic grid in T78389) and UV grid snapping (T78391) Replaces the default UV editor grid with 2 new types of grid : * Custom grid: Allows the user to create an NxN grid, where the value of N is specified by the user. * Subdividing grid: Subdivides the UV editor grid when the user zooms in the viewport and vice versa when zooming out. UV snapping improvements : * Increment snapping: Increment values for snapping are calculated based on which grid type is being used in the UV editor (subdividing or custom). In general the increment value is equal to the distance between 2 visible grid lines. * Absolute grid snap: New toggle added to increment snapping option in the UV editor, allows UV grid snapping during translation. Reviewed By: campbellbarton Ref D12684 |
Revision 560e015 by Siddhartha Jejurkar (soc-2021-uv-editor-improvements) September 25, 2021, 19:10 (GMT) |
Fix and cleanup: Pack to correct/Specified UDIM After recent changes made in master branch, it is now possible to display UDIM grid and tiled images simultaneously in the UV Editor. This commit updates the pack islands to correct/specified UDIM implementation to work with the new behavior. Also includes some code and comment cleanups. |
Revision f87ed15 by Siddhartha Jejurkar (soc-2021-uv-editor-improvements) September 22, 2021, 17:38 (GMT) |
UV grid: Resolve merge conflicts Resolves merge conflicts that broke the subdividing and dynamic grid implementations |
MiikaHweb - Blender Git Statistics v1.06