Block a user
GPv3: Fix crash when using build modifier with cyclic curves
Thanks this looks good, but the changes need to be made on the blender-v4.3-release
branch rather than main.
77b0c9caaa
fix other example
680ec43ec2
Add more tests, fix two square example
75cc443e2a
Add classify tests
b0d8421c2a
Merge branch 'main' into polygon-clipping-2d
357eb41513
VSE: Faster float image preview drawing by avoiding float 32->16 bit conversions
GPv3: Layer properties Keyframes not shown in Dope Sheet Channels or Grease Pencil Context
@dr.sybren I'm not too familiar with how the dopesheet creates these types of channels. Do you have any hints? Or any intuition why this might fail?
GPv3 not showing in Material preview and Rendered mode when Overlay is disabled
@PratikPB2123 I think this might be fixed now.
GPv3: Remove points within gesture region
@PratikPB2123 I think in 4.2 this was because in draw mode, the trim tool was basically implemented as selection + delete points. I don't think that the selection operators should delete points.
GPv3: Segment context menu
Fix #127087: initialize/copy attributes on GPv3 layers
@Lachi Thanks for this fix. This should go into the blender-v4.3-release
branch though. Since this is a small PR I recommend squash merging the commits based on blender-v4.3-release
and then…