- Germany
- https://soerensc.myportfolio.com/
- Joined on
2022-10-09
Block a user
3af51275d9
Merge branch 'main' into corners_of_edge
07c59041ac
GPU: Add
packed_int3
for SSBO/UBO struct alignment
4997748e5e
Vulkan: Select Compatible Render Surface
793446cbdc
BLI: Replace some macros with inlined functions for C++
a5677d225b
Refactor Render Result to allow implicit buffer sharing
87102edd17
Merge branch 'main' into corners_of_edge
406cfd214a
Refactor ImBuf buffer access
07058765b9
Merge branch 'blender-v3.6-release'
6dcebc68d6
Fix "~" expanding to the default document directory instead of HOME
9fbadc98cd
Merge branch 'blender-v3.6-release'
Soeren Schmidt-Clausen
created branch corners_of_edge in F_Scociety/blender-manual
2023-05-17 16:04:52 +02:00
Soeren Schmidt-Clausen
pushed to corners_of_edge at F_Scociety/blender-manual
2023-05-17 16:04:52 +02:00
b5a2e5bb29
add corners of edge geonode
Geometry Nodes: Add "Corners of Edge" node
I see, thought i would be better to keep the names together, but I understand
Geometry Nodes: Add "Corners of Edge" node
conedge_span
should beconvert_span
. I assume you did avert
->edge
find and replace
jep, ill correct that
Geometry Nodes: Add "Corners of Edge" node
it checks if the edge_i(index) is not inside the edge_range. I looked at other topology nodes and they have this too, so i think its prevents crashes, when the evalutation failed.
Geometry Nodes: Add "Corners of Edge" node
The code looks good to me. It would be really helpful if this PR included a demo/test file. That could be added to the regression test suite and help show people how the node can be used.…
GeometryNodes: Add "Corners of Edge" node
54f64972c5
Merge branch 'main' into corners_of_edge
8fb6b51410
GPU: Fix false positive include of debug_draw
88f536dc02
Add always-positive modulo function
072002a672
I18n: translate Quick Fur data
56df93bfc6
I18n: Asset browser: do not translate non-editable tags
Soeren Schmidt-Clausen
created branch corners_of_edge in F_Scociety/blender
2023-05-16 12:57:10 +02:00
Soeren Schmidt-Clausen
deleted branch corners_of_edge from F_Scociety/blender
2023-05-16 12:54:40 +02:00
GeometryNodes: Add Corners of Edge Node