Block a user
Edge Angle Node -> Signed Angle returns wrong sign
The edge angle node needs a reference point on both adjacent faces to tell if the face is convex (positive angle) or concave (negative angle). It calculates a tangent vector from the edge center…
3f7c2dae10
qMerge branch 'main' into comb-distance-solver
4784ee852c
Merge branch 'blender-v3.5-release'
3962d9b931
Fix #105397: Support cycling through sockets after a geometry output is linked.
8f6415418e
Cleanup: Refactor UI tree & grid view building API
Lukas Tönne
deleted branch fix-viewer-node-geometry-cycling from LukasTonne/blender
2023-03-20 14:11:49 +01:00
Fix #105397: Support viewer socket cycling with linked geometry output
4784ee852c
Merge branch 'blender-v3.5-release'
3962d9b931
Fix #105397: Support cycling through sockets after a geometry output is linked.
Geometry Nodes: cycling through outputs with viewer node does not work with geometry output
9607414f4a
Provide both the old "fixed root" length constraint and the new symmetric variant.
d8ca5f165b
Renamed "slip" constraints to "keyhole" constraints for consistency with literature.
14570d4612
Merge branch 'main' into comb-distance-solver
5584c1cb53
IO: add PLY export test coverage for loose edges and loose vertices
4c70d9e11a
Merge branch 'blender-v3.5-release'
de49d18af5
Fix: Invalid custom data read during legacy mesh format conversion
7cda559d7c
Cleanup: format, spelling, struct member comment
Lukas Tönne
pushed to fix-viewer-node-geometry-cycling at LukasTonne/blender
2023-03-20 10:43:39 +01:00
3c356fba76
Revert return statement style.
Lukas Tönne
pushed to fix-viewer-node-geometry-cycling at LukasTonne/blender
2023-03-20 10:32:58 +01:00
9659081adb
Revert unnecessary style changes.
8c33970858
Merge branch 'main' into fix-viewer-node-geometry-cycling
5584c1cb53
IO: add PLY export test coverage for loose edges and loose vertices
4c70d9e11a
Merge branch 'blender-v3.5-release'
de49d18af5
Fix: Invalid custom data read during legacy mesh format conversion
Fix #105397: Support viewer socket cycling with linked geometry output
Fair enough, i'll revert the loop style.
Fix #105397: Support viewer socket cycling with linked geometry output
I changed it because this loops in the same way as the loop at the top for finding last_linked_socket_index
. No strong preference, but i think these two should be consistent. Will change the top loop to also use the "continue" style then.
Lukas Tönne
pushed to comb-solver-bending-stiffness at LukasTonne/blender
2023-03-17 17:52:05 +01:00
9b1c6d77c6
Disable length constraints for testing bending.
Lukas Tönne
pushed to comb-solver-bending-stiffness at LukasTonne/blender
2023-03-17 15:34:07 +01:00
0bdf1a88bc
Attempt at defining the constraint function for bending.
Lukas Tönne
created branch comb-solver-bending-stiffness in LukasTonne/blender
2023-03-17 15:34:06 +01:00
2c1393646f
Merge branch 'main' into comb-distance-solver
f440b15630
Merge branch 'blender-v3.5-release'
2c9ba55c7f
Fix #105849: crash when using link-swap with an existing link
8ded95c175
Vulkan: Clearing Storage Buffers
0cb02ff3ba
Merge branch 'blender-v3.5-release'