Lukas Tönne LukasTonne
Lukas Tönne pushed to fix-particle-view-crash at LukasTonne/blender 2024-06-11 15:08:51 +02:00
0a8eb6a436 Fix #73168: Stop particle draw code from crashing.
Lukas Tönne pushed to fix-particle-view-crash at LukasTonne/blender 2024-06-11 15:07:44 +02:00
69897eca13 Merge branch 'blender-v4.2-release'
12ff1ffe5b Extensions: remove add-ons which don't have a built-in upgrade opton
55632bee7f Cleanup: spelling in comments
eca309cb1c Merge branch 'blender-v4.2-release'
2e00df3ee2 Cleanup: spelling in comments
Compare 10 commits »
Lukas Tönne created branch fix-particle-view-crash in LukasTonne/blender 2024-06-11 15:07:43 +02:00
Lukas Tönne closed issue blender/blender#72833 2024-06-11 14:54:35 +02:00
Blender becomes unstable/crashes after using "Reload Scripts" if using any "ShaderNodeCustomGroup" nodes.
Lukas Tönne commented on issue blender/blender#72833 2024-06-11 14:54:30 +02:00
Blender becomes unstable/crashes after using "Reload Scripts" if using any "ShaderNodeCustomGroup" nodes.

The issue seems to be gone in 4.3 (after updating the script for new API), will consider this fixed.

Lukas Tönne closed issue blender/blender#72763 2024-06-11 14:29:38 +02:00
Crash opening file using Clump Curves on Particle Children
Lukas Tönne commented on issue blender/blender#72763 2024-06-11 14:29:34 +02:00
Crash opening file using Clump Curves on Particle Children

Can repro in 2.81, seems fine in 4.1. ASAN build also does not complain, so i'm going to consider this fixed.

Lukas Tönne commented on issue blender/blender#72650 2024-06-11 14:23:31 +02:00
Hair particle system duplicates objects on some faces and don't fill the rest

Moving this to Known Issues, since particle systems are not actively maintained.

Lukas Tönne commented on issue blender/blender#72223 2024-06-11 14:00:10 +02:00
Particles from multiple systems disappear when all Physics Type are None.

Tagging this as a known issue, particles are not actively maintained.

Lukas Tönne closed issue blender/blender#71588 2024-06-11 13:53:29 +02:00
Hair particles crashing when baking or animating
Lukas Tönne commented on issue blender/blender#71588 2024-06-11 13:53:24 +02:00
Hair particles crashing when baking or animating

I can repro in 2.81 but not 4.1 or later, will assume it's fixed and close it.

Lukas Tönne commented on pull request blender/blender#123067 2024-06-11 13:51:00 +02:00
Fix #122883: Crash converting to curves object with no gpv3 drawings

I think it should still convert the object, just make it empty. The type is still valid and can be converted, just have to avoid accessing offsets.

Lukas Tönne closed issue blender/blender#70173 2024-06-11 12:56:29 +02:00
MultiRes+Solidify while trying to use Sculpt Mode cause Blender to crash
Lukas Tönne commented on issue blender/blender#70173 2024-06-11 12:56:24 +02:00
MultiRes+Solidify while trying to use Sculpt Mode cause Blender to crash

The crash does not happen in 4.1.1 any more (can repro in 2.81), so i'm going to assume it's fixed.

Lukas Tönne commented on issue blender/blender#69487 2024-06-11 12:38:22 +02:00
Hair particles: cannot delete hair particles in particle edit mode until you comb it

Will tag this as a known issue, particle systems are not actively maintained.

Lukas Tönne closed issue blender/blender#69348 2024-06-11 12:27:16 +02:00
Smoke not rendering randomly, video and blend attached
Lukas Tönne commented on issue blender/blender#69348 2024-06-11 12:27:12 +02:00
Smoke not rendering randomly, video and blend attached

This appears to be working now (following steps from the video). Closing.

Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-06-11 12:16:42 +02:00
460e961f6b Fix memory leak from triangle mesh shapes not storing data correctly.