Block a user
2c15c8de7c
Fix: GPv3: Merge layers operator did not copy grease pencil paramters
6b6bd3bd8f
Fix: GPv3: Groups sometimes loose their color tag
Fix #129542: GPv3: Layers and Groups don't generate callback to message bus
Fix #129766: GPv3: Fallback to "frames" mode in build modifier for natural drawing speed
@blender-bot build
Fix #129766: GPv3: Fallback to "frames" mode in build modifier for natural drawing speed
d6464f172e
Fix #129766: GPv3: Fallback to "frames" mode in build modifier for natural drawing speed
f0614a4a3f
Fix: GPv3: Regression when applying modifiers after recent commit
b86ed45fcb
Fix unreported: Vulkan: Empty device list
b2e1677b36
Fix: Vulkan: Incorrect depth on ARM devices
b1bcdf8d53
Fix #130010: Fill mask crash with multires
4b1d542363
Merge branch 'blender-v4.3-release'
f0614a4a3f
Fix: GPv3: Regression when applying modifiers after recent commit
Fix #129883: GPv3: Build modifier frame timing is not correct
This will crash in get_frame_duration_at
because std::next(it)
might not exist if the last keyframe of a layer is an implicit hold (because it will be held to infinity).
Falk David
deleted branch fix-gpv3-modifier-apply-clear-keyframe from filedescriptor/blender
2024-11-08 13:09:20 +01:00
Fix: GPv3: Regression when applying modifiers after recent commit
Fix #129883: GPv3: Build modifier frame timing is not correct
@ChengduLittleA This needs to be rebased onto 4.3
Fix: GPv3: Primitive Tool: Control point misalignments when object or layer is moved.
@casey-bianco-davis It would be good if you could give steps to reproduce the issue. Otherwise I can't test if this is working or not.
Fix: GPv3: "Only In Multiframe" overlay not working
I tested this again, but there is still some issues:
- Frames on different keyframe show, even if overlays are tuned off. <img width="749" alt="image" src="attachments/9aed271d-3b8c-453e-8e44-7321…
Fix: GPv3: Regression when applying modifiers after recent commit