Soeren Schmidt-Clausen F_Scociety
Soeren Schmidt-Clausen pushed to corners_of_edge at F_Scociety/blender 2023-05-23 12:26:55 +02:00
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
Compare 137 commits »
Soeren Schmidt-Clausen pushed to corners_of_edge at F_Scociety/blender 2023-05-18 18:36:59 +02:00
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'
Compare 79 commits »
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
Soeren Schmidt-Clausen created repository F_Scociety/blender-manual 2023-05-17 16:03:30 +02:00
Soeren Schmidt-Clausen commented on pull request blender/blender#107968 2023-05-16 22:42:18 +02:00
Geometry Nodes: Add "Corners of Edge" node

I see, thought i would be better to keep the names together, but I understand

Soeren Schmidt-Clausen pushed to corners_of_edge at F_Scociety/blender 2023-05-16 22:41:30 +02:00
b97975776e Update source/blender/blenkernel/BKE_node.h
Soeren Schmidt-Clausen pushed to corners_of_edge at F_Scociety/blender 2023-05-16 22:19:43 +02:00
d3b42285b2 Update source/blender/nodes/geometry/nodes/node_geo_mesh_topology_corners_of_edge.cc
Soeren Schmidt-Clausen commented on pull request blender/blender#107968 2023-05-16 22:14:49 +02:00
Geometry Nodes: Add "Corners of Edge" node

conedge_span should be convert_span. I assume you did a vert -> edge find and replace

jep, ill correct that

Soeren Schmidt-Clausen pushed to corners_of_edge at F_Scociety/blender 2023-05-16 19:05:06 +02:00
b923448ac7 made edge_to_loop_map constant
Soeren Schmidt-Clausen commented on pull request blender/blender#107968 2023-05-16 19:04:04 +02:00
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.

Soeren Schmidt-Clausen commented on pull request blender/blender#107968 2023-05-16 18:39:11 +02:00
Geometry Nodes: Add "Corners of Edge" node

Iam sorry, but i cant find anything wrong about this.

Soeren Schmidt-Clausen pushed to corners_of_edge at F_Scociety/blender 2023-05-16 18:38:35 +02:00
d2d8370c7a Fixed order and removed unecessary functions
Soeren Schmidt-Clausen pushed to corners_of_edge at F_Scociety/blender 2023-05-16 18:18:10 +02:00
5bbcedb17d Different Register ID
Soeren Schmidt-Clausen commented on pull request blender/blender#107968 2023-05-16 18:16:00 +02:00
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.…

Soeren Schmidt-Clausen created pull request blender/blender#107968 2023-05-16 12:57:55 +02:00
GeometryNodes: Add "Corners of Edge" node
Soeren Schmidt-Clausen pushed to corners_of_edge at F_Scociety/blender 2023-05-16 12:57:11 +02:00
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
Compare 10 commits »
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
Soeren Schmidt-Clausen closed pull request blender/blender#107967 2023-05-16 12:54:21 +02:00
GeometryNodes: Add Corners of Edge Node