Lukas Tönne LukasTonne
Lukas Tönne commented on issue blender/blender#124164 2024-07-19 13:59:37 +02:00
Regression: Playback of a VDB sequence uses a very large amount of memory

I'm suspecting the tree data just gets loaded but never unloaded. The [unload_tree_if_possible](63db751cde/sour

Lukas Tönne commented on issue blender/blender#87063 2024-07-19 13:07:43 +02:00
Blender 2.92.0 crashes when baking steam simulation

I can't repro this in 2.93 or 4.3. The callstack posted above looks like mantaflow is crashing python. Will mark this as a known issue since mantaflow isn't actively maintained.

Lukas Tönne commented on issue blender/blender#86467 2024-07-19 12:38:41 +02:00
"lifespan" animation in particle system has a different rendering result between viewport and final render.

Changing particle lifetime isn't really supported and that it works sometimes is somewhat of a hack. Will call this a known issue, particle system are not maintained at this point.

Lukas Tönne commented on issue blender/blender#87029 2024-07-19 12:31:09 +02:00
Issues with Fluid sim INSIDE objects

Duplicate of #81423, #83483 Will mark as a known issue since fluid sim isn't actively maintained.

Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-19 11:34:39 +02:00
12755f3bb8 Some fixes and more tests.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-19 09:55:57 +02:00
8bf88beb4d Merge branch 'main' into geometry-nodes-rb-component
fd4fb94751 PyAPI: Enable audaspace when building blender as a python module
d0b105f5fd Core: disable audio device for bpy module & headless builds
0826cb9681 Unbreak WITH_HEADLESS builds
ef080a4219 UI: Icon Hover Brightness for Properties Items
Compare 52 commits »
Lukas Tönne closed issue blender/blender#85622 2024-07-18 18:32:25 +02:00
Smoke Domain glitching outside of its cache range 2.91.2, 2.9 Beta
Lukas Tönne commented on issue blender/blender#85622 2024-07-18 18:32:21 +02:00
Smoke Domain glitching outside of its cache range 2.91.2, 2.9 Beta

The glitch and assert seem to be fixed. The Cycles error unexpected smoke volume resolution seems to be unrelated: it just cannot find the "temperature" grid, and the message is a bit confusing.…

Lukas Tönne commented on issue blender/blender#85403 2024-07-18 18:00:23 +02:00
Fluid simulation result not visible after reloading file

I see that the cache is placed in a /tmp/ folder - is this just the OS removing the temp folder arbitrarily? I can't really reproduce it reliably.

Lukas Tönne commented on issue blender/blender#85300 2024-07-18 16:54:28 +02:00
Particle system, Hair, unwanted recalculations

I suppose the depsgraph just isn't specific enough to tell exactly under what circumstances a transform change of the emitter requires recalculation. In addition i think the particle/hair state is…

Lukas Tönne commented on issue blender/blender#85299 2024-07-18 16:47:42 +02:00
Hair Dynamics Stretching to Mesh

Can't tell what is happening here, but particles are not maintained, so will mark this a known issue.

Lukas Tönne commented on issue blender/blender#84625 2024-07-18 16:29:58 +02:00
Hair with 'Virtual Parents' acts wrong with clumping noise

Making this a known issue, particles are not maintained any more.

Lukas Tönne closed issue blender/blender#83945 2024-07-18 16:26:28 +02:00
Reflection of smoke on object surface has white box surrounding
Lukas Tönne commented on issue blender/blender#83945 2024-07-18 16:26:24 +02:00
Reflection of smoke on object surface has white box surrounding

Seems to be working fine in latest main (4.3), confirmed in 2.93. Will close this.

Lukas Tönne commented on issue blender/blender#83561 2024-07-18 15:35:01 +02:00
Changing driven rigidbody constraint value does not invalidate cache

The depsgraph currently just adds a relation between the driver node and the Parameters component. To trigger cache reset there would need to be a dependency from the parameters of any…

Lukas Tönne commented on issue blender/blender#83483 2024-07-18 14:38:45 +02:00
Inflow not working inside enclosed collision effector

Probably a duplicate of #81423. Will mark this a known issue since mantaflow integration isn't actively maintained.

Lukas Tönne commented on issue blender/blender#82595 2024-07-18 14:34:09 +02:00
Viscoelastic springs (particle system fluid emitter) crashes blender 2.90.1 (and probably in all versions)

I can't reproduce this issue in 2.93, 4.1 or main (4.3). The callstack suggests it might generate invalid spring->particle_index in some race condition.

Since particles are not actively…

Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-18 14:07:02 +02:00
10d5bec16c Make sure to only copy physics data once.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-18 12:53:17 +02:00
806eb99ab8 Some fixes for realizing instances.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-07-18 11:32:40 +02:00
c88dac1113 Merge branch 'main' into geometry-nodes-rb-component
c7a26cf5c2 Fix #124850: Add-on legacy replacement fails without remote repo data
1497e37728 Cleanup: Vulkan: Descriptor set allocations
a2f825fde5 Cleanup: Strict compiler warning in release mode
6a39d79967 Fix #124767: VSE cache not updated for moved strips
Compare 70 commits »