YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu merged pull request blender/blender#130954 2024-11-26 12:10:25 +01:00
Fix #130771: Grease Pencil: Copy vertex group names when interpolating
YimingWu created pull request blender/blender#130962 2024-11-26 12:09:35 +01:00
Fix #130799: Prevent cycles material template to show in Grease Pencil
YimingWu created branch fix-130799 in ChengduLittleA/blender 2024-11-26 12:09:05 +01:00
YimingWu pushed to fix-130799 at ChengduLittleA/blender 2024-11-26 12:09:05 +01:00
73236313ec Fix #130799: Prevent cycles material template to show in Grease Pencil
YimingWu commented on issue blender/blender#130799 2024-11-26 12:02:58 +01:00
Blender shows a duplicated view of the grease pencil material properties on files with LineArt saved pre 4.3

Looks like this duplicated panel is shown by CYCLES_PT_context_material (And if I manually switch to cycles on a fresh file I get this too).

Probably some registering problem with the panel…

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

looks like arm64 is still running. Buildbot glitch?

YimingWu created pull request blender/blender#130954 2024-11-26 08:07:20 +01:00
Fix #130771: Grease Pencil: Copy vertex group names when interpolating
YimingWu commented on issue blender/blender#130771 2024-11-26 08:06:09 +01:00
GPv3: Vertex Groups aren't transferred to frames generated with Interpolate Sequence

Got a fix, will post a PR

YimingWu created branch fix-130771 in ChengduLittleA/blender 2024-11-26 08:06:03 +01:00
YimingWu pushed to fix-130771 at ChengduLittleA/blender 2024-11-26 08:06:03 +01:00
e0f8129c89 Fix #130771: Grease Pencil: Copy vertex group names when interpolating
YimingWu commented on issue blender/blender#130771 2024-11-26 07:29:11 +01:00
GPv3: Vertex Groups aren't transferred to frames generated with Interpolate Sequence

OK what I found is that the weight interpolation works correctly, and verifiable from weight painting mode, it's the select button not working as it should, let me dig a bit more

YimingWu commented on issue blender/blender#130771 2024-11-26 07:09:04 +01:00
GPv3: Vertex Groups aren't transferred to frames generated with Interpolate Sequence

Also this use_selection option doesn't seem to be defined.

RNA_boolean_get: GREASE_PENCIL_OT_interpolate_sequence.use_selection not found

YimingWu commented on issue blender/blender#130904 2024-11-26 06:12:18 +01:00
Grease Pencil: Additive Drawing + Auto-keying + build modifier = crash

@PratikPB2123 thankfully it is correct now ❤️

YimingWu created pull request blender/blender#130952 2024-11-26 06:11:30 +01:00
Fix #130904: Grease Pencil: Build modifier additive mode fix
YimingWu pushed to fix-130904 at ChengduLittleA/blender 2024-11-26 06:10:49 +01:00
cd166db2f2 Fix #130904: Grease Pencil: Build modifier additive mode fix
YimingWu created branch fix-130904 in ChengduLittleA/blender 2024-11-26 06:09:45 +01:00
YimingWu pushed to fix-130904 at ChengduLittleA/blender 2024-11-26 06:09:45 +01:00
4d25b55437 Fix #130904: Grease Pencil: Build modifier additive mode fix
b6258375ac Grease Pencil: Fix: Ensure no bezier curves for offset modifier
Compare 2 commits »
YimingWu commented on issue blender/blender#130904 2024-11-26 05:59:39 +01:00
Grease Pencil: Additive Drawing + Auto-keying + build modifier = crash

Looks like it's missing a dst_to_src_curve[next_curve - 1] = stroke; thing in the additive mode, but now additive doesn't work correctly, I'm still investigating

YimingWu commented on issue blender/blender#130904 2024-11-26 05:38:21 +01:00
Grease Pencil: Additive Drawing + Auto-keying + build modifier = crash

Looks like it crashed in gather_attributes in build_sequential. Will try figure out this.

YimingWu closed issue blender/blender#130919 2024-11-26 05:28:20 +01:00
Unable to apply material to library override object