YimingWu ChengduLittleA
  • Joined on 2014-05-03
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.
YimingWu pushed to blender-v3.5-release at blender/blender 2023-02-19 11:45:35 +01:00
19222627c6 GPencil: Include UV information in simplify->sample modifier.
YimingWu created pull request blender/blender#104942 2023-02-19 03:14:13 +01:00
GPencil: Include UV information in simplify->sample modifier.
YimingWu pushed to gp_sample_fix at ChengduLittleA/blender 2023-02-19 03:12:55 +01:00
764028420e GPencil: Include UV information in simplify->sample modifier.
e61566137b Merge branch 'blender-v3.5-release'
46e13cf8a5 Fix #104817: Camera lens gizmo out of sync when navigating via gizmos
cc4587a9b4 Merge branch 'blender-v3.5-release'
5cd2be7d54 Fix #104806: Graphical glitches in VSE timeline region
Compare 10 commits »
YimingWu created branch gp_sample_fix in ChengduLittleA/blender 2023-02-19 03:12:55 +01:00
YimingWu commented on issue blender/blender#104933 2023-02-19 02:08:15 +01:00
GPencil: envelope, Multiplestrokes, Array modifiers missing with the orders of strokes.

The order of the strokes are not reliable as the multistroke modifier does not preserve stroke order... I think it can be improved tho

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

I think this is caused by ignoring the rotation info when running sample modifier. I don't think I'm quite aware of the argument when it was implemented. Let me see if I could fix this

YimingWu pushed to lineart_ui_optimization at ChengduLittleA/blender 2023-02-16 15:23:23 +01:00
d5e47859d2 Cleanup: LineArt: Remove period in RNA description.
YimingWu commented on pull request blender/blender#104767 2023-02-16 15:22:15 +01:00
LineArt: UI hint for using intersection filtering

I'll fix it! Thanks for noticing!

YimingWu commented on pull request blender/blender#104767 2023-02-16 06:08:26 +01:00
LineArt: UI hint for using intersection filtering

图片

Now I made it this way, should be much cleaner on the UI.

YimingWu pushed to lineart_ui_optimization at ChengduLittleA/blender 2023-02-16 06:08:03 +01:00
86b1259d56 LineArt: Put intersection filtering hint in the tooltip.