Jorijn de Graaf bonj
  • Joined on 2023-02-10
Jorijn de Graaf pushed to retopology-select at bonj/blender 2023-03-15 00:21:14 +01:00
8c08242da6 Merge branch 'main' into retopology-select
99506b3d73 Fix: Crash in weighted normal modifier
7b66168bcb Merge branch 'blender-v3.5-release' into main
a7cd6de244 Fix Cycles missing light from multiple distant lights with different visibility
ee18b625ca Fix: Edit mesh face corner color operators always use first layer
Compare 24 commits »
Jorijn de Graaf commented on issue blender/blender-addons#104484 2023-03-14 22:11:23 +01:00
Bsurfaces addon stopped working (probably after the new Retopology Overlay addition)

Going all the way back to https://projects.blender.org/bonj/blender/src/branch/retopology-overlay does fix it, so the retopology overlay isn't what broke the addon. I guess that means something…

Jorijn de Graaf pushed to fix/bsurfaces at bonj/blender-addons 2023-03-14 21:38:00 +01:00
51d715db30 Bsurfaces: Bump version and Blender version
Jorijn de Graaf created pull request blender/blender-addons#104486 2023-03-14 21:23:47 +01:00
Fix #104484: Bsurfaces addon stopped working
Jorijn de Graaf pushed to fix/bsurfaces at bonj/blender-addons 2023-03-14 21:22:45 +01:00
54d50be586 Fix #104484: Bsurfaces addon stopped working
Jorijn de Graaf pushed to fix/bsurfaces at bonj/blender-addons 2023-03-14 21:19:14 +01:00
Jorijn de Graaf created branch fix/bsurfaces in bonj/blender-addons 2023-03-14 21:19:14 +01:00
Jorijn de Graaf created repository bonj/blender-addons 2023-03-14 21:16:50 +01:00
Jorijn de Graaf commented on issue blender/blender-addons#104484 2023-03-14 20:54:43 +01:00
Bsurfaces addon stopped working (probably after the new Retopology Overlay addition)

None of the addons that come with Blender use the old show_occlude_wire or the new show_retopology. Neither use_hidden_wire nor use_retopology ever existed. My guess is the issue has…

Jorijn de Graaf pushed to retopology-select at bonj/blender 2023-03-14 00:19:48 +01:00
c10961696e Reduce changes in edbm_shortest_path_pick_invoke
Jorijn de Graaf pushed to retopology-select at bonj/blender 2023-03-13 23:51:30 +01:00
f29d77b15f Reduce changes in mouse_mesh_loop
Jorijn de Graaf pushed to retopology-select at bonj/blender 2023-03-13 23:43:42 +01:00
28e6aab364 Merge branch 'main' into retopology-select
46da66f4df Fix: Uninitialized boolean arrays in mesh conversion
1dba915dff Merge branch 'blender-v3.5-release' into main
98bfa8d458 Fix 'use_occlusion_test' option not having effect on wireframe
f92bacee94 Cleanup: use macro for 'SCE_SNAP_MODE_GEOM'
Compare 11 commits »
Jorijn de Graaf pushed to retopology-select at bonj/blender 2023-03-13 23:31:41 +01:00
4ea0e17462 Check for edit mode in unified_findnearest
Jorijn de Graaf pushed to retopology-select at bonj/blender 2023-03-13 22:23:08 +01:00
38a7a08a9b Revert "Include non-mesh objects for selection occlusion"
Jorijn de Graaf pushed to retopology-select at bonj/blender 2023-03-13 20:31:02 +01:00
c5db3e8fa3 Include non-mesh objects for selection occlusion
Jorijn de Graaf pushed to retopology-select at bonj/blender 2023-03-13 16:55:20 +01:00
dfe02741ff Restore the early exit for pick shortest path
1e755fa0fc Make pick path and mouse loop consistent
c5e0613778 Fix crash in mouse mesh loop
1eef5fe920 Add support for pick shortest path
9c3cff0b2d Add support for pick loop and pick linked
Compare 24 commits »
Jorijn de Graaf closed issue blender/blender#105707 2023-03-13 16:52:04 +01:00
Bug: All metaball and some surface type objects cause crash when added
Jorijn de Graaf commented on issue blender/blender#105707 2023-03-13 16:52:02 +01:00
Bug: All metaball and some surface type objects cause crash when added

Fixed in d3cfb2e20ed63f3907e2c51a9899a0e6bc95cfa0

Jorijn de Graaf commented on issue blender/blender#105707 2023-03-13 15:39:13 +01:00
Bug: All metaball and some surface type objects cause crash when added

Detailed

That's it though, there's one step. Open Blender, add object, choose surface, curve. image

Jorijn de Graaf commented on issue blender/blender#105707 2023-03-13 15:32:47 +01:00
Bug: All metaball and some surface type objects cause crash when added

Try to add more precise playback steps so that others can repeat it too. Earlier in the morning I couldn't /

Metaballs are fixed, try with a nurbs curve or circle instead.