Lukas Tönne LukasTonne
Lukas Tönne created pull request blender/blender#130468 2024-11-18 16:55:50 +01:00
Fix #130456: GP Render engine crash due to C/C++ mix
Lukas Tönne created branch fix-gp-engine-matrix-init in LukasTonne/blender 2024-11-18 16:54:26 +01:00
Lukas Tönne pushed to fix-gp-engine-matrix-init at LukasTonne/blender 2024-11-18 16:54:26 +01:00
bfb99c91c1 Fix #130456: GP Render engine crash due to C/C++ mix
fe76d267e3 Merge branch 'blender-v4.3-release'
a452e2d499 Fix #125559: Eraser does not find intersections at small scales
4d181e9470 RNA: Store PointerRNA as pointer in PropertyRNAOrID.
1c34e00ce1 Anim: draw prop as 'orange' when changed value with stashed Actions present
Compare 10 commits »
Lukas Tönne commented on issue blender/blender#130456 2024-11-18 16:48:13 +01:00
Crash on files with Grease Pencil

Probably caused by 1d48d842: This added a float4x4 field in a C struct (MEM_mallocN'd). This matrix will not be initialized properly.

@fclem

https://projects.blender.org/blender/blender/

Lukas Tönne commented on issue blender/blender#130456 2024-11-18 16:34:16 +01:00
Crash on files with Grease Pencil

Can confirm. Best repro i got so far was in RelWithDebInfo mode, but still can't tell why it's actually crashing. ASAN doesn't report anything.

Lukas Tönne pushed to gpv3-non-uniform-interpolate at LukasTonne/blender 2024-11-18 15:34:53 +01:00
8750fdd474 Trying out a sampling function to copy from input curves.
Lukas Tönne pushed to main at blender/blender 2024-11-18 13:40:19 +01:00
fe76d267e3 Merge branch 'blender-v4.3-release'
a452e2d499 Fix #125559: Eraser does not find intersections at small scales
785965c6e7 I18N: Update UI translations from git/weblate repository (58ace72553d3a4f).
Compare 3 commits »
Lukas Tönne deleted branch fix-gpv3-eraser-small-scale from LukasTonne/blender 2024-11-18 13:39:29 +01:00
Lukas Tönne closed issue blender/blender#125559 2024-11-18 13:39:27 +01:00
GPv3: Eraser is unable to erase some points
Lukas Tönne merged pull request blender/blender#130341 2024-11-18 13:39:23 +01:00
Fix #125559: Eraser does not find intersections at small scales
Lukas Tönne pushed to blender-v4.3-release at blender/blender 2024-11-18 13:39:22 +01:00
a452e2d499 Fix #125559: Eraser does not find intersections at small scales
Lukas Tönne opened issue blender/blender#130453 2024-11-18 13:37:17 +01:00
GPv3: "Overlay Next" crash in edit mode on negative frames
Lukas Tönne pushed to gpv3-non-uniform-interpolate at LukasTonne/blender 2024-11-18 12:49:45 +01:00
b1205761fb Alternative for curve interpolation that customizes sampling function.
Lukas Tönne pushed to gpv3-non-uniform-interpolate at LukasTonne/blender 2024-11-18 12:24:09 +01:00
704d34fe0f Fix: properly save in-memory and packed textures during USD export
1a96d73f52 Fix: DRW: PassSimple do not pass resource_id correctly
94d2a1e6a2 GPU: GLSL CPP stubs: Allow printf in code
dcec1d5f68 Fix #130365 : Hard to read brush names in Blender Light theme
140ff12eae VSE: Add Box Roundness option to text strips
Compare 10 commits »
Lukas Tönne created branch gpv3-non-uniform-interpolate in LukasTonne/blender 2024-11-18 12:24:09 +01:00
Lukas Tönne pushed to fix-gpv3-eraser-small-scale at LukasTonne/blender 2024-11-18 12:20:51 +01:00
3580d574c3 Fix inverted distance value, causing points outside the radius get deleted.
df7cd2da1e Fix #125559: Eraser does not find intersections at small scales.
7dfe47164a Fix #130325: GPv3: Update overlay on changing active layer in dopesheet
Compare 3 commits »
Lukas Tönne commented on issue blender/blender#130323 2024-11-18 11:15:53 +01:00
GPv3: Interpolate Sequence makes unwanted changes to stroke geometry for intermediate frames

This is related to #128769 The interpolation tool uses a linear re-sampling of the input strokes, which can shift the interpolated points. I briefly suggested a solution [here](https://projects.bl