Lukas Tönne LukasTonne
Lukas Tönne commented on pull request blender/blender#127714 2024-09-17 11:32:02 +02:00
GPv3: Add armature parent "With Envelope Weights" option

Would it be possible to just start out with empty groups? Then collecting points to remove from a group wouldn't be necessary, and the result is the same.

Lukas Tönne pushed to main at blender/blender 2024-09-17 10:50:12 +02:00
d918c22fcc Revert "CMake: suppress warnings building with mold on Linux"
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-17 09:39:35 +02:00
282188f5c7 Merge branch 'main' into geometry-nodes-rb-component
65d71c2672 Cleanup: spelling in comments
b70925a8cc Cleanup: prefer ASCII characters
0791f53029 Fix shape-keys always being freed in BKE_mesh_nomain_to_mesh
cb4a203677 Fix #93911: Multires Unsubdivide destroys the vertex groups
Compare 54 commits »
Lukas Tönne commented on pull request blender/blender#124093 2024-09-16 20:52:01 +02:00
WIP: Geometry Nodes for Rigid Body Simulation
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-16 20:51:55 +02:00
eee8a88961 Fix unused variable warning.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-16 20:49:56 +02:00
4c0663d237 Fix missing function when building IMB_performance_test.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-16 20:47:31 +02:00
59abe4371c Revert "Attempt at fixing linker issue with IMB_performance_test."
Lukas Tönne commented on pull request blender/blender#124093 2024-09-16 20:29:36 +02:00
WIP: Geometry Nodes for Rigid Body Simulation
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-16 20:28:55 +02:00
0e60f79f62 Attempt at fixing linker issue with IMB_performance_test.
Lukas Tönne commented on pull request blender/blender#124093 2024-09-16 19:18:48 +02:00
WIP: Geometry Nodes for Rigid Body Simulation
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-16 19:18:23 +02:00
9a6ca5c984 Struct declaration fallback to fix build error.
af7a07a38b Merge branch 'geometry-nodes-rb-component' of projects.blender.org:LukasTonne/blender into geometry-nodes-rb-component
5bdfd7bd0c Merge branch 'main' into geometry-nodes-rb-component
Compare 3 commits »
Lukas Tönne commented on pull request blender/blender#124093 2024-09-16 18:02:40 +02:00
WIP: Geometry Nodes for Rigid Body Simulation
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-16 18:02:03 +02:00
694df4aed2 Move stub function definition to source file.
Lukas Tönne commented on pull request blender/blender#124093 2024-09-16 17:47:14 +02:00
WIP: Geometry Nodes for Rigid Body Simulation
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-16 17:46:34 +02:00
6ce2276f8f Stub mesh debug functions for release mode.
Lukas Tönne created pull request blender/blender#127709 2024-09-16 17:19:18 +02:00
GPv3: Interpolate Sequence operator
Lukas Tönne pushed to gpv3-interpolate-sequence at LukasTonne/blender 2024-09-16 17:15:59 +02:00
a73bb02d87 Cleanup: comment formatting.
Lukas Tönne pushed to gpv3-interpolate-sequence at LukasTonne/blender 2024-09-16 17:09:47 +02:00
1a9791569a Cleanup: remove unused code.
Lukas Tönne pushed to gpv3-interpolate-sequence at LukasTonne/blender 2024-09-16 17:02:38 +02:00
68b2a95473 GPv3: Porting the Interpolate Sequence operator from GPv2.