Lukas Tönne LukasTonne
Lukas Tönne pushed to geometry-nodes-tetrahedralization at LukasTonne/blender 2023-02-23 10:18:18 +01:00
e44020411b Cleanup: Mark sections in SimplexGeometry cc file.
26a75fedc0 Made wrap methods into DNA members in line with other C++ wrapper classes.
Compare 2 commits »
Lukas Tönne pushed to geometry-nodes-tetrahedralization at LukasTonne/blender 2023-02-22 21:21:40 +01:00
d264bed065 Fixes for changed geometry component API.
Lukas Tönne deleted branch geometry-nodes-tetrahedralization from blender/blender 2023-02-22 19:53:33 +01:00
Lukas Tönne pushed to geometry-nodes-tetrahedralization at LukasTonne/blender 2023-02-22 19:53:09 +01:00
ac36cf2d21 Merge branch 'main' into geometry-nodes-tetrahedralization
8693f1fdd2 Merge branch 'blender-v3.5-release'
defd95afcd Win32: Auto-Raise and -Focus Windows on Hover
11766574a4 Fix #104842: Incorrect cyclic curve parameter node factor
8b45f583a2 Fix: No default for NURBS weights in realize instances and join nodes
Compare 1382 commits »
Lukas Tönne pushed to main at LukasTonne/blender 2023-02-22 19:52:07 +01:00
8693f1fdd2 Merge branch 'blender-v3.5-release'
defd95afcd Win32: Auto-Raise and -Focus Windows on Hover
11766574a4 Fix #104842: Incorrect cyclic curve parameter node factor
8b45f583a2 Fix: No default for NURBS weights in realize instances and join nodes
4ba73b50d0 Fix: Set curve type node creates unnecessary nurbs weight attribute
Compare 184 commits »
Lukas Tönne deleted branch triangulation from blender/blender 2023-02-22 19:34:25 +01:00
Lukas Tönne deleted branch delaunay from blender/blender 2023-02-22 19:34:16 +01:00
Lukas Tönne pushed to delaunay at blender/blender 2023-02-22 19:22:08 +01:00
Lukas Tönne created branch delaunay in blender/blender 2023-02-22 19:22:07 +01:00
Lukas Tönne pushed to triangulation at blender/blender 2023-02-22 19:20:51 +01:00
Lukas Tönne created branch triangulation in blender/blender 2023-02-22 19:20:51 +01:00
Lukas Tönne pushed to bvh-embree at LukasTonne/blender 2023-02-22 13:10:32 +01:00
096d3fa61e Implemented "Donut Cloud" test as a more realistic BVH case.
d65db65b3b Fix for "triangle soup" mesh generator, have to offset vertex positions.
5b745de877 Added a "test" to output the generated meshes for visual inspection.
Compare 3 commits »
Lukas Tönne pushed to bvh-embree at LukasTonne/blender 2023-02-20 13:17:29 +01:00
cd1dc9da85 Added a performance test to compare "classic" and Embree BVH trees.
Lukas Tönne pushed to bvh-embree at LukasTonne/blender 2023-02-19 07:59:35 +01:00
5ce99b7afa Added a SharedCache for the new bvh tree in Mesh runtime data.
Lukas Tönne pushed to bvh-embree at LukasTonne/blender 2023-02-18 19:36:26 +01:00
873b459232 Fix incorrect vertex indices, MLoopTri indicates into MLoop buffer.
0d0891f840 Clean up RTC device after using the Embree BVH tree.
Compare 2 commits »
Lukas Tönne pushed to bvh-embree at LukasTonne/blender 2023-02-17 19:37:51 +01:00
90781d29cb Add Embree include folders.
Lukas Tönne pushed to bvh-embree at LukasTonne/blender 2023-02-17 17:03:43 +01:00
e2b754f7b8 Test implementation of raycasting based on Embree.
1bbbbca085 Simple BVH class that will wrap around Embree.
Compare 2 commits »
Lukas Tönne created branch bvh-embree in LukasTonne/blender 2023-02-17 17:03:43 +01:00
Lukas Tönne pushed to main at LukasTonne/blender 2023-02-17 10:38:14 +01:00
2ccb820c7e Merge branch 'blender-v3.5-release'
47934b5c2b Curves: Add remove_selection function
be6847e773 Cleanup: Remove read-only attribute type
300c673a64 Geometry Nodes: Remove "normal" attribute
368559647f Merge branch 'blender-v3.5-release'
Compare 148 commits »
Lukas Tönne created pull request blender/blender#104696 2023-02-13 14:19:50 +01:00
Fix and regression test for crash during node group updates