Patrick Busch Xylvier
  • Joined on 2020-03-04
Patrick Busch pushed to main at Xylvier/blender 2023-03-17 15:52:23 +01:00
4efb5f80e0 Merge pull request 'main sync' (#3) from blender/blender:main into main
d9273d8578 Fix Cycles growing BoundBox with empty BoundBox modifies the original BoundBox
f440b15630 Merge branch 'blender-v3.5-release'
2c9ba55c7f Fix #105849: crash when using link-swap with an existing link
8ded95c175 Vulkan: Clearing Storage Buffers
Compare 319 commits »
Patrick Busch merged pull request Xylvier/blender#3 2023-03-17 15:52:21 +01:00
main sync
Patrick Busch created pull request Xylvier/blender#3 2023-03-17 15:51:44 +01:00
main sync
Patrick Busch created pull request Xylvier/blender#2 2023-03-17 15:46:39 +01:00
main sync
Patrick Busch commented on pull request blender/blender#105544 2023-03-15 19:47:56 +01:00
xylvier-patch-edge-width-max-value

@fclem Thanks.

@Ghostil The feature "Edge Width" is not based on how far or close you are to the object. "Vertex Size" and "Outline" are equally not, it's only there to allow adjusting the…

Patrick Busch commented on pull request blender/blender#105544 2023-03-15 15:11:11 +01:00
xylvier-patch-edge-width-max-value

@Ghostil Hei, sorry but I do not think that the established features using the coloring of the outlines to show seams/sharp edges/creases and such in 3DView and UV/Image Editor will see any change…

Patrick Busch commented on pull request blender/blender#105544 2023-03-09 21:20:28 +01:00
xylvier-patch-edge-width-max-value

@kursadk Sorry, this patch was generally just to allow higher values for the initially limited to 5 max width for "Edges". As it was only adjusting the limit from 5 to 32, it was easily done.

Th…

Patrick Busch pushed to xylvier-patch-edge-width-max-value at Xylvier/blender 2023-03-08 14:18:43 +01:00
d3e575c1fe Merge branch 'main' into xylvier-patch-edge-width-max-value
6398c9cd7f Cleanup: Remove unused GPU subdivision function declaration
25016b56ef EEVEE Next: Tag shadowmap usage for transparent object volumes
53bb713eda Refactor: Rename `OB_GPENCIL` and `ID_GD`
a736f1d638 BLI: Math: Support more vector swizzling and add alignment static assert
Compare 6 commits »
Patrick Busch pushed to xylvier-patch-edge-width-max-value at Xylvier/blender 2023-03-08 08:55:35 +01:00
03a111ca82 Merge branch 'main' into xylvier-patch-edge-width-max-value
b1185da403 Fix #102843: Add UV Packer with O(nlogn) performance
4fb2c9a407 Cleanup: use system native slashes in PLY, OBJ tests, studiolights
4787384d9d Cleanup: use BKE_area_find_region_type utility function
3a1d5e6032 Cleanup: surround expressions in defines by parenthesis
Compare 14 commits »
Patrick Busch commented on pull request blender/blender#105544 2023-03-08 00:30:30 +01:00
xylvier-patch-edge-width-max-value

Well it seems it's still WIP as it says this pull request is broken due to missing fork information.. even if I wanted to remove the "WIP" it's not available atm.

Sorry, I really do not know…

Patrick Busch pushed to xylvier-patch-edge-width-max-value at Xylvier/blender 2023-03-08 00:28:10 +01:00
d256880641 Merge branch 'main' into xylvier-patch-edge-width-max-value
d46a0f5a1a Cleanup: UV: simplify #uv_parametrizer_construct_end
d41a1e1806 Cleanup: UV: simplify types
8faeccf6e5 Fix #105496: Incorrect solidify modifier materials after recent cleanup
a97cae3efc Fix: VSE retiming off by 1 error
Compare 27 commits »
Patrick Busch commented on pull request blender/blender#104741 2023-03-07 19:27:13 +01:00
UI: Added Edge Width option in preferences for 3DView and UV/Image Editor

@kursadk I made a new PR 105544, as this one is already merged. @fclem I requested the review from you again, I hope you don't mind.

Patrick Busch created pull request blender/blender#105544 2023-03-07 19:21:44 +01:00
WIP: xylvier-patch-edge-width-max-value
Patrick Busch pushed to xylvier-patch-edge-width-max-value at Xylvier/blender 2023-03-07 17:20:42 +01:00
cce3239fd0 Increased the max "Edge Width" from 5 to 32
Patrick Busch created branch xylvier-patch-edge-width-max-value in Xylvier/blender 2023-03-07 17:20:42 +01:00
Patrick Busch pushed to main at Xylvier/blender 2023-03-07 17:10:53 +01:00
3315666493 Merge pull request 'main sync' (#1) from blender/blender:main into main
5ff959a056 Fix BLI_assert 'attr->comp_len == 2' failed in cage 2d gizmo
48944e7a8e Gizmo: slightly increase cage2d corner margins
275d69467b Gizmo: show hovering regions of cage2d gizmo to indicate constraint axis
7bf20e93d6 Cleanup: silence unused local variable warning
Compare 684 commits »
Patrick Busch merged pull request Xylvier/blender#1 2023-03-07 17:10:52 +01:00
main sync
Patrick Busch created pull request Xylvier/blender#1 2023-03-07 16:51:55 +01:00
main sync
Patrick Busch pushed to xylvier-edge-width-patch at Xylvier/blender 2023-02-27 18:24:25 +01:00
2655d5546b Corrected the value for "gb->size_edge"
Patrick Busch pushed to xylvier-edge-width-patch at Xylvier/blender 2023-02-27 17:50:50 +01:00
abd96598de Moved "TH_EDGE_WIDTH" behind "TH_VERTEX_SIZE".