Lukas Tönne LukasTonne
Lukas Tönne commented on issue blender/blender#101979 2023-03-20 15:04:28 +01:00
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…

Lukas Tönne pushed to comb-distance-solver at LukasTonne/blender 2023-03-20 14:12:20 +01:00
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
Compare 4 commits »
Lukas Tönne deleted branch fix-viewer-node-geometry-cycling from LukasTonne/blender 2023-03-20 14:11:49 +01:00
Lukas Tönne closed pull request blender/blender#105836 2023-03-20 14:11:09 +01:00
Fix #105397: Support viewer socket cycling with linked geometry output
Lukas Tönne pushed to main at blender/blender 2023-03-20 14:10:15 +01:00
4784ee852c Merge branch 'blender-v3.5-release'
3962d9b931 Fix #105397: Support cycling through sockets after a geometry output is linked.
Compare 2 commits »
Lukas Tönne closed issue blender/blender#105397 2023-03-20 14:10:15 +01:00
Geometry Nodes: cycling through outputs with viewer node does not work with geometry output
Lukas Tönne pushed to blender-v3.5-release at blender/blender 2023-03-20 14:08:57 +01:00
3962d9b931 Fix #105397: Support cycling through sockets after a geometry output is linked.
Lukas Tönne pushed to comb-distance-solver at LukasTonne/blender 2023-03-20 12:45:27 +01:00
e13c2ad4b0 Removed unused earlier keyhole constraint variant.
Lukas Tönne pushed to comb-distance-solver at LukasTonne/blender 2023-03-20 12:39:42 +01:00
39bfa0cf33 Fixed crash when accessing goal data if no goal constraints are used.
Lukas Tönne pushed to comb-distance-solver at LukasTonne/blender 2023-03-20 12:33:22 +01:00
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.
Compare 2 commits »
Lukas Tönne pushed to comb-distance-solver at LukasTonne/blender 2023-03-20 11:26:19 +01:00
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
Compare 46 commits »
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
Compare 94 commits »
Lukas Tönne commented on pull request blender/blender#105836 2023-03-20 10:19:56 +01:00
Fix #105397: Support viewer socket cycling with linked geometry output

Fair enough, i'll revert the loop style.

Lukas Tönne commented on pull request blender/blender#105836 2023-03-18 14:55:21 +01:00
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-distance-solver at LukasTonne/blender 2023-03-17 15:35:03 +01:00
7a46cbf9af Merge branch 'main' into comb-distance-solver
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
Lukas Tönne pushed to comb-distance-solver at LukasTonne/blender 2023-03-17 14:15:48 +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'
Compare 37 commits »