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

Note @ChristophWerner :

This fixes the default value assignment but due to the old flag bits are in conflict with used bits in the new flag variables, versioning changes are not included. This…

YimingWu deleted branch blender-v3.5-release from ChengduLittleA/blender 2023-03-17 16:31:15 +01:00
YimingWu closed issue blender/blender#105640 2023-03-17 16:31:14 +01:00
Vertex Weight Proximity not working for Grease Pencil Thickness Modifier
YimingWu pushed to blender-v3.5-release at blender/blender 2023-03-17 16:31:13 +01:00
11b16c4ae3 Fix #105640: LineArt: Default value for LRT_GPENCIL_MATCH_OUTPUT_VGROUP flag.
YimingWu merged pull request blender/blender#105852 2023-03-17 16:31:12 +01:00
Fix #105640: LineArt: versioning for LRT_GPENCIL_MATCH_OUTPUT_VGROUP flag.
YimingWu pushed to blender-v3.5-release at ChengduLittleA/blender 2023-03-17 16:07:10 +01:00
3ecd6959a9 Cleanup: LineArt: Don't touch versioning code due to occupied flag bits.
YimingWu commented on pull request blender/blender#105852 2023-03-17 15:48:24 +01:00
Fix #105640: LineArt: versioning for LRT_GPENCIL_MATCH_OUTPUT_VGROUP flag.

@brecht The LRT_GPENCIL_INVERT_COLLECTION flag actually cause more prominent error and is also placed at the collection filter drop down box where it's seen and frequently used. The feature from…

YimingWu closed issue blender/blender#104930 2023-03-17 15:15:10 +01:00
Line Art Bug
YimingWu commented on issue blender/blender#104930 2023-03-17 15:15:08 +01:00
Line Art Bug

@rimidalv I should have made it more clear in the manual... This solution is very temporary, after we implement the node-based line art, this kind of filtering should not be needed.

I'll close…

YimingWu created pull request blender/blender#105852 2023-03-17 13:22:58 +01:00
Fix #105640: LineArt: versioning for LRT_GPENCIL_MATCH_OUTPUT_VGROUP flag.
YimingWu pushed to blender-v3.5-release at ChengduLittleA/blender 2023-03-17 13:20:31 +01:00
8757a21a1a Fix #105640: LineArt: versioning for LRT_GPENCIL_MATCH_OUTPUT_VGROUP flag.
6d3ce8273a Fix #105363: Frame nodes can act wrong in transform system
1929862ad6 Fix #105688: Ignore modifier part of viewer path in pinned trees.
fa4acbd6be Fix #105757: Resizing images is not marking them as changed
24266fd68c Fix #105216: Clear Asset does not immediately redraw the outliner
Compare 230 commits »
YimingWu created branch lineart-weight-fix in ChengduLittleA/blender 2023-03-17 13:14:27 +01:00
YimingWu pushed to lineart-weight-fix at ChengduLittleA/blender 2023-03-17 13:14:27 +01:00
597ab9a8d9 Fix #105640: LineArt: versioning for LRT_GPENCIL_MATCH_OUTPUT_VGROUP flag.
8bf4aa2fdc Merge branch 'blender-v3.5-release'
38688adaad Fix #105818: material preview invalid memory access reported by ASAN
0963ee559e Cycles: adjust resolution divider to achieve a more usable viewport
509a12eaac Treat -Wunguarded-availability-new as an error
Compare 10 commits »
YimingWu commented on issue blender/blender#103509 2023-03-16 17:07:18 +01:00
Line Art doesn't exclude object's instanced by geo node

It's really not ideal to do it that way... Yeah it's kinda weird because the "particle" now comes from another collection. Somehow this depends on your interpretation on "what belongs to this…

YimingWu closed issue blender/blender#105695 2023-03-16 17:03:56 +01:00
Regression: Line Art: Crease Threshold has no effect for smooth shaded faces
YimingWu commented on issue blender/blender#105695 2023-03-16 17:03:47 +01:00
Regression: Line Art: Crease Threshold has no effect for smooth shaded faces

Hi!

It's actually not an issue, there's just another option under geometry processing "Crease on smooth" needs to be turned on:

图片

YimingWu commented on issue blender/blender#103509 2023-03-16 16:55:27 +01:00
Line Art doesn't exclude object's instanced by geo node

Hi @TinyNick I just got around, will check.

I think the issue I found is that I'm using BKE_collection_has_object(c, (Object *)(ob->id.orig_id)) to check if a collection has the instance, and…

YimingWu commented on issue blender/blender#105640 2023-03-16 16:25:11 +01:00
Vertex Weight Proximity not working for Grease Pencil Thickness Modifier

OK I know what's happening now.

From what I can see the 3.4 is actually the incorrect one, because the file have neither source nor target vertex group set, and internally the logic is…

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