YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#105640 2023-03-16 14:28:15 +01:00
Vertex Weight Proximity not working for Grease Pencil Thickness Modifier

Hi, I checked the problem and I think the issue is indeed with a wrongly assigned _DNA_DEFAULT_LineartGpencilModifierData. The correct way should be LRT_GPENCIL_MATCH_OUTPUT_VGROUP being…

YimingWu deleted branch gp_uv_rotation_fix from ChengduLittleA/blender 2023-02-28 12:16:04 +01:00
YimingWu merged pull request blender/blender#105284 2023-02-28 12:16:01 +01:00
GPencil: UV parameters for the first point in sample modifier.
YimingWu pushed to blender-v3.5-release at blender/blender 2023-02-28 12:16:01 +01:00
30a81f1b55 GPencil: UV parameters for the first point in sample modifier.
YimingWu created pull request blender/blender#105284 2023-02-28 06:49:00 +01:00
GPencil: UV parameters for the first point in sample modifier.
YimingWu pushed to gp_uv_rotation_fix at ChengduLittleA/blender 2023-02-28 06:45:41 +01:00
333f563c93 GPencil: UV parameters for the first point in sample modifier.
9cee0eb7fa Cleanup: format
e885973ea9 Fix #104894: Toggle comments assumes '#' prefix (failing for OSL)
52f521dec4 Fix #105063: Registering existing RNA types overwrote built-in types
0965341dcf Fix #105229: Operator tooltips are cut short
Compare 10 commits »
YimingWu created branch gp_uv_rotation_fix in ChengduLittleA/blender 2023-02-28 06:45:41 +01:00
YimingWu commented on pull request blender/blender#104942 2023-02-23 15:16:41 +01:00
GPencil: Include UV information in simplify->sample modifier.

@hamza-el-barmaki

I think I know what's going on there. I don't think the sampler function touched the starting point as it's always not changing... It might just created a new point and…

YimingWu commented on issue blender/blender#104898 2023-02-23 04:49:13 +01:00
Gpencil: Rotation in texture Mapping modifier don't work by adding simplify modifier with sample mode

@PratikPB2123 Yes, I think this should be backported. Thanks! :)

YimingWu commented on issue blender/blender#104982 2023-02-21 08:54:23 +01:00
lineart bake w/ object keyframes + camera binds = crash

Seems pretty nasty... I shall take a look

YimingWu pushed to blender-v3.5-release at blender/blender 2023-02-20 12:11:47 +01:00
248d81fcbf GPencil: Include UV information in simplify->sample modifier.
YimingWu merged pull request blender/blender#104964 2023-02-20 12:11:46 +01:00
GPencil: Include UV information in simplify->sample modifier.
YimingWu created pull request blender/blender#104964 2023-02-20 11:51:43 +01:00
GPencil: Include UV information in simplify->sample modifier.
YimingWu pushed to blender-v3.5-release at ChengduLittleA/blender 2023-02-20 11:50:39 +01:00
bb14de845c GPencil: Include UV information in simplify->sample modifier.
3eed00dc54 Revert "GPencil: Include UV information in simplify->sample modifier."
87e5d7212c Mac: Enable Metal as default gpu backend.
25e57c39b1 Fix 104920: crash when creating node group from script node
74bf0c834b Python: Add scissor functions to gpu.state.
Compare 7 commits »
YimingWu pushed to blender-v3.5-release at ChengduLittleA/blender 2023-02-20 11:37:21 +01:00
2081337dbc GPencil: Include UV information in simplify->sample modifier.
b75eba2d95 Revert "GPencil: Include UV information in simplify->sample modifier."
44d9bda4a5 Mac: Enable Metal as default gpu backend.
6abc3607e9 Fix 104920: crash when creating node group from script node
cf6053ff9a Python: Add scissor functions to gpu.state.
Compare 10 commits »
YimingWu created branch blender-v3.5-release in ChengduLittleA/blender 2023-02-20 11:37:21 +01:00
YimingWu commented on issue blender/blender#104930 2023-02-20 09:11:39 +01:00
Line Art Bug

Oh got it. Thanks @lichtwerk

YimingWu commented on issue blender/blender#104930 2023-02-19 11:48:27 +01:00
Line Art Bug

Hi! Thanks for reporting. I think this is a duplicate of #104562 which in short is a design limitation of LineArt, currently you need to filter intersection with collection intersection masks and…

YimingWu deleted branch gp_sample_fix from ChengduLittleA/blender 2023-02-19 11:45:38 +01:00
YimingWu merged pull request blender/blender#104942 2023-02-19 11:45:35 +01:00
GPencil: Include UV information in simplify->sample modifier.