Block a user
Falk David
created branch fix-gpv3-modifier-apply-clear-keyframe in filedescriptor/blender
2024-11-08 12:03:16 +01:00
Falk David
pushed to fix-gpv3-modifier-apply-clear-keyframe at filedescriptor/blender
2024-11-08 12:03:16 +01:00
a49ffc6949
Fix: GPv3: Regression when applying modifiers after recent commit
449e7229f3
Fix #129749: Use consistent GPv3 color settings in different modes
9a03f283e8
Fix #129346: GPv3: Merge layers into correct groups when applying modifier
0fd2c747fc
Fix #126076: GPv3: Strokes in multi-frame mode always use onion skinning colors
67865cb73a
Tests: add tests to ensure literal paths are properly handled
5de9dd1786
Merge branch 'blender-v4.3-release'
761f075f8d
Fix #128280: GPv3: Realize instances doesn't copy grease pencil parameters
GPv.3: Wrong drawing order of realized instances of GP object
Fix #128280: GPv3: Realize instances doesn't copy grease pencil parameters
Grease pencil "Stroke Depth Order" setting ignored for geometry node output
Looking at the code and the file, this is not the same bug. In the case of this file, the Grease Pencil data is generated from scratch. By default (as of today) Grease Pencil uses the 2D Layer
…
Fix #129346: GPv3: Merge layers into correct groups when applying modifier
Ah wait, this needs to be rebased onto blender-v4.3-release
.
Fix #129346: GPv3: Merge layers into correct groups when applying modifier
Seems to fix the issue, thanks!
Fix #128280: GPv3: Realize instances doesn't copy grease pencil parameters
9ae41a5535
Fix #128280: GPv3: Realize instances doesn't copy grease pencil parameters
8887a5ed71
Fix: EEVEE: Better description light probe reduced size message
5cdaa7b0f0
Fix #129642: material lost after first frame in uncached simulation zone
da767bcbdc
Fix: Vulkan: Enable interleaved tests
fee02cc224
Fix #129871: converting linked text to mesh results in empty mesh
GPv.3: Wrong drawing order of realized instances of GP object
@Alaska Trying to first confirm that this is an actual bug.
GPv.3: Wrong drawing order of realized instances of GP object
When I open the Schwarm.blend
file in latest blender-v4.3-release
I'm getting a crash hitting the assert here:
https://projects.blender.org/blender/blender/src/commit/48e3402aaf0f7247b7d4882fa…