Block a user
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
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
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.
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.
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).
Lukas Tönne
deleted branch fix-gpv3-eraser-small-scale from LukasTonne/blender
2024-11-18 13:39:29 +01:00
GPv3: Eraser is unable to erase some points
Fix #125559: Eraser does not find intersections at small scales
GPv3: "Overlay Next" crash in edit mode on negative frames
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
Lukas Tönne
created branch gpv3-non-uniform-interpolate in LukasTonne/blender
2024-11-18 12:24:09 +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
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…