Jorijn de Graaf bonj
  • Joined on 2023-02-10
Jorijn de Graaf commented on pull request blender/blender#104599 2023-02-26 18:34:16 +01:00
#70267 Retopology Overlay

Now that the math is good, and there aren't any known issues, I think this PR might be ready. The only things left to do are things I can't do myself: test with Metal, and update localization.

Jorijn de Graaf pushed to retopology-overlay at bonj/blender 2023-02-26 18:26:03 +01:00
152dcb969a Merge branch 'main' into retopology-overlay
8b543bfa3a Merge branch 'blender-v3.5-release'
bf27a239c7 Fix: segfault when setting value in empty bit span
9335150f8c Cleanup: move some function implementations out of header
a8cc5f6919 Fix #104906: GPU: Fix signed/unsigned mismatches in shader code
Compare 8 commits »
Jorijn de Graaf pushed to retopology-overlay at bonj/blender 2023-02-26 17:03:52 +01:00
ad07bd6931 Use new and improved math for retopology offset
7aa7153b72 Fix overlay_edit_mesh_depth bug
6f3ed2f125 Fix shader name mess
d08be75414 Use epsilon for retopology bias
ee3ed2c15a Don't update View3D Shading on bias change
Compare 18 commits »
Jorijn de Graaf pushed to retopology-overlay at bonj/blender 2023-02-26 14:21:28 +01:00
2de17c2e34 Merge branch 'main' into retopology-overlay
86ceb6722f Cleanup: format
52ded6ab56 GPUTexture: Make sure all available texture format are supported
5b2b114a2a Fix #105198: Ensure Frame and Reroute nodes are searchable
7eef746270 Merge branch 'blender-v3.5-release'
Compare 44 commits »
Jorijn de Graaf pushed to retopology-overlay at bonj/blender 2023-02-26 14:19:43 +01:00
1310c51c85 Use new and improved math for retopology offset
Jorijn de Graaf pushed to retopology-overlay at bonj/blender 2023-02-23 23:23:31 +01:00
79a9cea993 Fix overlay_edit_mesh_depth bug
67392725e1 Fix shader name mess
355dabcf72 Use epsilon for retopology bias
c85ddcf577 Don't update View3D Shading on bias change
a15ed9cfa9 Adjust retopology bias property
Compare 170 commits »
Jorijn de Graaf commented on pull request blender/blender#104599 2023-02-22 00:27:42 +01:00
#70267 Retopology Overlay

I have not been able to make it look correct with multiplying by W instead of dividing. Since it works correctly as is, I'm going to consider this resolved.

Jorijn de Graaf commented on pull request blender/blender#104599 2023-02-19 18:42:26 +01:00
#70267 Retopology Overlay

@JulienKaspar good catch! It took a while to figure this bug out, but it should be fixed now. Turns out I was reusing a variable intended for another shader, so whichever was used first would be…

Jorijn de Graaf pushed to retopology-overlay at bonj/blender 2023-02-19 18:40:23 +01:00
86d8bdfec9 Fix overlay_edit_mesh_depth bug
Jorijn de Graaf pushed to retopology-overlay at bonj/blender 2023-02-19 17:15:39 +01:00
c808d9358b Fix shader name mess
94c1855b93 Use epsilon for retopology bias
b14fefa418 Don't update View3D Shading on bias change
32200dbd3a Adjust retopology bias property
1e80c74d73 Lower opacity of default retopology color
Compare 96 commits »
Jorijn de Graaf pushed to main at bonj/blender 2023-02-18 23:59:02 +01:00
e61566137b Merge branch 'blender-v3.5-release'
46e13cf8a5 Fix #104817: Camera lens gizmo out of sync when navigating via gizmos
cc4587a9b4 Merge branch 'blender-v3.5-release'
5cd2be7d54 Fix #104806: Graphical glitches in VSE timeline region
be9104f7aa Cleanup: spelling, capitalize tags, use C-style comments & clarification
Compare 82 commits »
Jorijn de Graaf commented on pull request blender/blender#104599 2023-02-18 23:55:30 +01:00
#70267 Retopology Overlay

I would like to improve selection, but not in this pull request. If we keep adding onto the scope it'll never get merged.

Jorijn de Graaf commented on pull request blender/blender#104599 2023-02-18 15:42:03 +01:00
#70267 Retopology Overlay

I have noticed this issue, though it doesn't bother me that much because I don't rely on box/lasso/etc select. It would be much better if you could only select visible geometry, but I have no…

Jorijn de Graaf created pull request blender/blender#104921 2023-02-18 14:47:01 +01:00
WIP: Use a different method for overlay edit mesh bias
Jorijn de Graaf created branch overlay-edit-mesh-offset in bonj/blender 2023-02-18 14:44:17 +01:00
Jorijn de Graaf pushed to overlay-edit-mesh-offset at bonj/blender 2023-02-18 14:44:17 +01:00
1d92979411 Use a different method for overlay edit mesh bias
Jorijn de Graaf pushed to retopology-overlay at bonj/blender 2023-02-16 13:52:36 +01:00
e34468ffba Merge branch 'main' into retopology-overlay
c39b81d832 UI: Improvement to screen_find_area_xy
6e7242f00c Merge branch 'blender-v3.5-release'
4cb119f533 Fix #104584: Reassigning effect strip input does not update its position
10c0c2a156 Windows: allow windows to span multiple monitors
Compare 15 commits »
Jorijn de Graaf pushed to main at bonj/blender 2023-02-16 13:17:45 +01:00
c39b81d832 UI: Improvement to screen_find_area_xy
6e7242f00c Merge branch 'blender-v3.5-release'
4cb119f533 Fix #104584: Reassigning effect strip input does not update its position
10c0c2a156 Windows: allow windows to span multiple monitors
ab63fe9eab Cleanup: format
Compare 14 commits »
Jorijn de Graaf commented on pull request blender/blender#104599 2023-02-15 23:38:25 +01:00
#70267 Retopology Overlay

Perhaps it's important to note how the bias is calculated.

  float retopology_bias = (show_retopology) ?
                              ((rv3d->is_persp) ?
                              
Jorijn de Graaf pushed to main at bonj/blender 2023-02-15 21:21:39 +01:00
1e6ed77896 Merge branch 'blender-v3.5-release'
72a2229848 Fix #104690: Evaluated positions user-after-free for copied poly curves
b7e39acfcd Fix #104789: uv_layers.remove() always raises error
Compare 3 commits »