Lukas Tönne LukasTonne
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-03 15:30:44 +02:00
218e227f4a Use static constexpr for local function definitions for attributes.
Lukas Tönne commented on pull request blender/blender#124093 2024-07-03 14:39:02 +02:00
WIP: Geometry Nodes for Rigid Body Simulation

@blender-bot package

Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-03 14:38:30 +02:00
b1d5186e51 Formatting fixes.
148a92c266 Removed unused VArray implementation class.
bd7fedfbe2 Merge branch 'main' into geometry-nodes-rb-component
439c318098 Fix #98440: Confirm On Release in Radial Control doesn't work with RMB
275b6ee008 Merge branch 'blender-v4.2-release'
Compare 58 commits »
Lukas Tönne commented on pull request blender/blender#124093 2024-07-03 12:19:41 +02:00
WIP: Geometry Nodes for Rigid Body Simulation

@blender-bot package

Lukas Tönne created pull request blender/blender#124093 2024-07-03 12:18:23 +02:00
WIP: Geometry Nodes for Rigid Body Simulation
Lukas Tönne opened issue blender/blender#124045 2024-07-02 15:37:34 +02:00
Python errors when cutting node links
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-02 15:23:47 +02:00
a6a799e9a8 Fix body remapping, allow for invalid body indices of constraints.
03a3452bab Fix constraint "type" attribute, add a read-only provider.
3433fca7ba Fix attribute accessors: use correct CustomData for caches based on domain.
Compare 3 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-02 14:22:34 +02:00
5c67fb093d Fix wrong index range when moving constraints.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-02 13:52:13 +02:00
df4bff6759 Merge branch 'main' into geometry-nodes-rb-component
bf3c6a3480 Vulkan: Improve debugging render graph
365a3da148 Fix RNA 'property iterator' code wrongly skipping some custom properties.
459b4c7f00 Vulkan: Fix Point rendering in UI (Curves)
2e505b76a4 Anim: add a method to Action that ensures a Binding exists for an ID
Compare 99 commits »
Lukas Tönne pushed to gpv3-import-export at LukasTonne/blender 2024-07-02 13:47:37 +02:00
3e0f1846c4 Temp: functions for pdf export.
Lukas Tönne commented on pull request blender/blender#122155 2024-07-02 10:23:22 +02:00
GPv3: Interpolate Tool

@HooglyBoogly do you intend to work on this? should i wrap it up for final review?

Lukas Tönne created pull request blender/blender#123996 2024-07-01 15:53:09 +02:00
WIP: GPv3: Import and export for SVG and PDF
Lukas Tönne pushed to gpv3-import-export at LukasTonne/blender 2024-07-01 15:51:29 +02:00
5a65cafe2b bunch of fixes
Lukas Tönne pushed to gpv3-import-export at LukasTonne/blender 2024-07-01 11:23:15 +02:00
c67790433f Merge branch 'main' into gpv3-import-export
38582dc86a Merge branch 'blender-v4.2-release'
78330522d2 Fix #123877: exception showing an add-on with an invalid manifest
4f61fb38f5 Merge branch 'blender-v4.2-release'
75f500ad02 Fix #123923: regression un-installing an extension
Compare 243 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-01 10:55:15 +02:00
02d1b60b95 Simpler static attribute registry to avoid initialization issues.
384da64c39 Removed unused function.
Compare 2 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-01 10:31:09 +02:00
d30f647be3 Use physics 'move' function also for copy_selection_keep_bodies.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-01 09:55:17 +02:00
b3c191908a Removed broken parallel_invoke.
Lukas Tönne pushed to main at LukasTonne/.profile 2024-07-01 09:50:00 +02:00
8e400c2b46 update
4426262701 update
Compare 2 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-01 09:44:51 +02:00
c65ecb5cc8 Merge branch 'main' into geometry-nodes-rb-component
38582dc86a Merge branch 'blender-v4.2-release'
78330522d2 Fix #123877: exception showing an add-on with an invalid manifest
4f61fb38f5 Merge branch 'blender-v4.2-release'
75f500ad02 Fix #123923: regression un-installing an extension
Compare 23 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-06-30 19:36:41 +02:00
b8ddacc311 Various fixes.