It works for me on Windows 11. You can see it here:
I must say on some systems I had issues with Qt fullscreen. From what I know these stem from display drivers such as Intel drivers on some laptops.
bradley.henke
Thanks! That's exactly the kind of thing I'm looking for. Unfortunately, it causes me to insta-crash.
from _alembic_hom_extensions import alembicClearArchiveCache alembicClearArchiveCache()
jbudsberg
On a related note, is there a way to hide the playbar via Python? It's not in the pane list and I can't see to find anything obvious in the API. thanks!
petipetanimatrix_
There are a few things:
This code only selects edge loops using the connectivity of quad polygons.
The wrangle should be set to detail run over mode.
If the result is like in your screenshot, there is disconnected polygons in that region of your geometry.
So attaching the geo here would help to identify the issue.
This is very simple geometry. There are no disconnected polygons here. I noticed that the algorithm only needs quad polygons to work correctly. I noticed that the shortest path goes to the place with the triangle, it chooses the path where the quad polygon is.
misakacirnoanimatrix_
Hi,
You can do it with this option:
Thanks for your reply, that's the method I'm using, but I want the selected item to have a tick mark to indicate it is selected like the Group node, is there any way to do that?