YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#130793 2024-11-26 16:03:21 +01:00
GPV3 Running repeat on duplicate and shift keyframe does not work

But apparently now it will snap on shift-r... Probably will take a closer look on how it failed. Undo is quite a myth

YimingWu commented on issue blender/blender#130793 2024-11-26 15:20:29 +01:00
GPV3 Running repeat on duplicate and shift keyframe does not work

Seems to me that we probably would need to make an exception case in the transform operator and the GP call to duplicate frames, otherwise we can't use the transform operator combo to do achieve…

YimingWu deleted branch fix-130513 from ChengduLittleA/blender 2024-11-26 14:27:04 +01:00
YimingWu pushed to main at blender/blender 2024-11-26 14:27:04 +01:00
fc2f815b66 Fix #130513: Grease Pencil: material/vertex color pinning logic fix
YimingWu closed issue blender/blender#130513 2024-11-26 14:27:01 +01:00
Grease Pencil - Pin mode between Material and Vertex Color overrides Pin mode in other tools
YimingWu merged pull request blender/blender#130968 2024-11-26 14:27:00 +01:00
Fix #130513: Grease Pencil: material/vertex color pinning logic fix
YimingWu pushed to fix-130513 at ChengduLittleA/blender 2024-11-26 13:46:50 +01:00
6febe1acd4 Cursor color fix
YimingWu created pull request blender/blender#130968 2024-11-26 13:42:57 +01:00
Fix #130513: Grease Pencil: material/vertex color pinning logic fix
YimingWu pushed to fix-130513 at ChengduLittleA/blender 2024-11-26 13:39:36 +01:00
f85a8da8c7 Fix #130513: Grease Pencil: material/vertex color pinning logic fix
73cfa9f065 Fix #130785: Grease Pencil: Selection mask ignored in vertex paint
6d7eecb1c4 Fix #130799: Prevent cycles material template to show in Grease Pencil
ee2b543da1 Fix #129921: Graph editor lacked any "frame changed" tagging
43560ad9f7 Refactor: Make areas_do_frame_follow to be easier to parse
Compare 10 commits »
YimingWu created branch fix-130513 in ChengduLittleA/blender 2024-11-26 13:39:35 +01:00
YimingWu commented on issue blender/blender#130513 2024-11-26 13:10:50 +01:00
Grease Pencil - Pin mode between Material and Vertex Color overrides Pin mode in other tools

Looks like for new paint & fill operations here they both only used color_mode in tool_settings but not the pinned one in the brush. Let me try making a fix.

YimingWu commented on issue blender/blender#130513 2024-11-26 13:03:55 +01:00
Grease Pencil - Pin mode between Material and Vertex Color overrides Pin mode in other tools

Ah I get it, the culpit was it's using scene.tool_settings.gpencil_paint.color_mode, and switching tools didn't update the display of that property (you have to unpin for the buttons to update,…

YimingWu commented on issue blender/blender#130513 2024-11-26 12:57:00 +01:00
Grease Pencil - Pin mode between Material and Vertex Color overrides Pin mode in other tools

Looks like pin_draw_mode is still within each brush, not a global thing, but the commit kinda specifies it will hold the pinned mode: 88970e3900f32d43cadd0f3b6809e71771612379 . Maybe before…

YimingWu commented on issue blender/blender#130793 2024-11-26 12:40:56 +01:00
GPV3 Running repeat on duplicate and shift keyframe does not work

Also looks like a undo thing. I tried Duplicate Move operation in time line, and use the undo panel to adjust values, the newly created frame will immediately disappear :/

YimingWu commented on issue blender/blender#130951 2024-11-26 12:37:09 +01:00
Grease Pencil shortcut eraser can't be resized as you use it

Looks like the use of EraseOperation kinda prevented it from changing size mid-stroke. The eraser_radius is set at the creation of the erase operation and I don't think paint operation is…

YimingWu commented on pull request blender/blender#130886 2024-11-26 12:26:32 +01:00
Fix #130840: Grease Pencil: Use vgroup count to guard invalid defnr

eh I don't think I see any previous files, but all files that have the binding here on my computer including the one in the report all seems to work.

YimingWu commented on pull request blender/blender#130886 2024-11-26 12:12:13 +01:00
Fix #130840: Grease Pencil: Use vgroup count to guard invalid defnr

Ah ok I guess I can merge it... Or did you check with the previous crashing file? @filedescriptor

YimingWu pushed to main at blender/blender 2024-11-26 12:10:30 +01:00
8121d47960 Fix #130771: Grease Pencil: Copy vertex group names when interpolating
YimingWu deleted branch fix-130771 from ChengduLittleA/blender 2024-11-26 12:10:28 +01:00
YimingWu closed issue blender/blender#130771 2024-11-26 12:10:28 +01:00
GPv3: Vertex Groups aren't transferred to frames generated with Interpolate Sequence