YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#126977 2024-09-02 05:20:14 +02:00
Gpencil: GPv3 Time offset not suitable for using multiple modifiers of that kind

Ehhhh I'd say this is probably the new time offset limitation 🤔. Until we get GN for that it's probably gonna be like this for a while

YimingWu commented on issue blender/blender#126968 2024-09-02 05:17:50 +02:00
Python API: sometimes bpy.props.StringProperty changes value to its default value and refuses to update via code

I do believe saved_obj.ids.add() will re-allocate the whole thing, but changing of existing values should not be expected.

YimingWu pushed to fix-120604 at ChengduLittleA/blender 2024-08-31 16:37:06 +02:00
ee2511813a Merge branch 'fix-120604' of projects.blender.org:chengdulittlea/blender into fix-120604
de487a6712 Fix #126872: Cannot assign custom preview to node asset
d31c633f4c Sculpt: Reduce size of undo node struct
e950bea4df Cleanup: Sculpt: Remove unused field from undo Node struct
a7ecca9ed1 Cleanup: Sculpt: Pass mesh as const reference to BVH build
Compare 5363 commits »
YimingWu commented on pull request blender/blender#120688 2024-08-31 16:26:25 +02:00
Fix #120604: GPv3: Draw wires in wireframe mode

@fclem Will do. Thanks for the help (not sure if it's still broken tho actually, haven't noticed this quite often)

YimingWu commented on issue blender/blender#126939 2024-08-31 06:49:16 +02:00
Blender crashes every time i try to use "Smooth" set on negative direction with stylus

The crash log you provided does seem to indicate it being faulty in processing smooth brush dabs. It could still be the pbvh (?) bug that happened a while ago. Will poke sculpt developers again to…

YimingWu commented on issue blender/blender#126946 2024-08-31 06:47:03 +02:00
Grease Pencil - Eraser mouse button doesn't work with GP3 Eraser

I believe #126962 now handles that correctly now.

YimingWu deleted branch gpv3-add-menu-fix from ChengduLittleA/blender 2024-08-30 15:44:00 +02:00
YimingWu merged pull request blender/blender#126979 2024-08-30 15:43:58 +02:00
Grease Pencil: Add menu corrections for GPv3
YimingWu pushed to main at blender/blender 2024-08-30 15:43:57 +02:00
b98b93ec8f Grease Pencil: Add menu corrections for GPv3
YimingWu commented on pull request blender/blender#126962 2024-08-30 15:18:53 +02:00
Fix #126946: Handle erase mode in grease pencil v3

I believe the keymap is added this way and seems to be working here 😅

YimingWu pushed to fix-126946 at ChengduLittleA/blender 2024-08-30 15:18:19 +02:00
9b9dde12cb eraser default key map
YimingWu created pull request blender/blender#126979 2024-08-30 15:08:01 +02:00
Grease Pencil: Add menu corrections for GPv3
YimingWu pushed to gpv3-add-menu-fix at ChengduLittleA/blender 2024-08-30 15:07:19 +02:00
fc9b75e850 Grease Pencil: Add menu corrections for GPv3
YimingWu created branch gpv3-add-menu-fix in ChengduLittleA/blender 2024-08-30 15:05:52 +02:00
YimingWu pushed to gpv3-add-menu-fix at ChengduLittleA/blender 2024-08-30 15:05:52 +02:00
fbf2cfb74c Grease Pencil: Add menu corrections for GPv3
YimingWu created pull request blender/blender#126962 2024-08-30 10:22:00 +02:00
Fix #126946: Handle erase mode in grease pencil v3
YimingWu created branch fix-126946 in ChengduLittleA/blender 2024-08-30 10:21:22 +02:00
YimingWu pushed to fix-126946 at ChengduLittleA/blender 2024-08-30 10:21:22 +02:00
c1873a5a36 Fix #126946: Handle erase mode in grease pencil v3
b019e4235a Cleanup: Standardize StrokeCache symmetry variable naming
ce0aafe3ef Cleanup: Remove unused SculptSession variable
2d6416454d Cleanup: Move vertex paint data out of stroke cache
8fed15b15d FFmpeg: Add test case for #126865
Compare 10 commits »
YimingWu commented on issue blender/blender#126946 2024-08-30 09:40:05 +02:00
Grease Pencil - Eraser mouse button doesn't work with GP3 Eraser

@PratikPB2123 this fix works, I guess I'll make a PR. But not sure if we need to be able to key-map this 🤔

YimingWu commented on issue blender/blender#126946 2024-08-30 09:29:07 +02:00
Grease Pencil - Eraser mouse button doesn't work with GP3 Eraser

Ah interesting, let me have a try :D