YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu merged pull request blender/blender#130575 2024-11-21 13:42:26 +01:00
Fix #130569: Grease Pencil tint modifier should use gradient alpha
YimingWu pushed to object-conversion at ChengduLittleA/blender 2024-11-21 13:39:08 +01:00
377a6951d0 fixes
YimingWu commented on pull request blender/blender#130668 2024-11-21 13:31:51 +01:00
Refactor: Restructure object type conversion code

This function doesn't really distinguish source object type (it runs from curves/grease pencil geometry components). Probably handy for converting geometry node generated objects.

So the…

YimingWu commented on pull request blender/blender#130668 2024-11-21 13:23:15 +01:00
Refactor: Restructure object type conversion code

ah ok I'll put the original code back in then.

YimingWu commented on pull request blender/blender#130668 2024-11-21 13:22:46 +01:00
Refactor: Restructure object type conversion code

I guess this is the "mother/root" mball (since mballs can be dublicated and combined, you will have a root ball to adjust settings and stuff). That was the original comment 😅

YimingWu commented on issue blender/blender#130570 2024-11-21 13:11:34 +01:00
Grease Pencil: Fill tool opacity low when freehanding with tablet (only with Wintab API)

I updated #130652 to only use pressure when drawing from bush tool not the bucket tool.

YimingWu pushed to fix-130570 at ChengduLittleA/blender 2024-11-21 13:10:58 +01:00
0f7f59a24d Have "from_bucket" information when creating paint operation
YimingWu commented on issue blender/blender#130570 2024-11-21 12:51:19 +01:00
Grease Pencil: Fill tool opacity low when freehanding with tablet (only with Wintab API)

@filedescriptor currently the fill_opacity when freehand is always set once at the beginning of the stroke by a opacity_from_input_sample which essentially is decided by the first pressure…

YimingWu pushed to object-conversion at ChengduLittleA/blender 2024-11-21 12:37:49 +01:00
770aab8e52 use new conversion code.
YimingWu pushed to object-conversion at ChengduLittleA/blender 2024-11-21 12:34:56 +01:00
040e3f6ba8 make old code path compilable
YimingWu created pull request blender/blender#130668 2024-11-21 12:30:30 +01:00
Cleanup: Object type conversion code restructure
YimingWu created branch object-conversion in ChengduLittleA/blender 2024-11-21 12:29:21 +01:00
YimingWu pushed to object-conversion at ChengduLittleA/blender 2024-11-21 12:29:21 +01:00
25d1c48d25 Cleanup: Object type conversion code restructure
YimingWu commented on issue blender/blender#130653 2024-11-21 10:46:41 +01:00
Object conversion function revamp

Also:

  • Fixed potential problem where Curves->Mesh conversion could fail and at the same time create empty object when input is empty.
YimingWu pushed to main at ChengduLittleA/blender 2024-11-21 10:07:08 +01:00
f0e098cbfb Tools: Add cleaner of bpy install folder for wheel
ff129ff5f9 UI: Tweak VSE Text Strip UI to use panels for outline/shadow/box
ba92a25e1c Fix: Crash renaming modifier in Outliner and then toggling a property
15cdeae620 Fix: Compile error in Despeckle node for Metal
2c3397aa51 Cleanup: replace the removed std::shared_ptr::unique API in C++20
Compare 12284 commits »
YimingWu commented on issue blender/blender#130656 2024-11-21 09:40:57 +01:00
Armature Bones do not sort alphabetically in outliner

I do think sorting bones (and other internal data in the hierarchy) make sense since there's an explicit option on the interface. Not following that and without any visual clue can be weird.

YimingWu commented on issue blender/blender#126692 2024-11-21 09:06:55 +01:00
Hard Crash while baking Line Art Modifier for Geometry Nodes object

I am running out of ideas. If we do not show any image editor, it will not crash. Presumably the drawing of the image editor is having conflict with grease pencil evaluation (The baking happens in…

YimingWu commented on issue blender/blender#126692 2024-11-21 08:52:45 +01:00
Hard Crash while baking Line Art Modifier for Geometry Nodes object

Looks like after #128890 this is still crashing...

YimingWu commented on issue blender/blender#129484 2024-11-21 08:51:11 +01:00
Assertion: Lineart: Attempt to read bounding box of object in dependency cycle

I believe with line art only reading tagged objects now (#128890), this bug should not occur.

I wasn't able to reliably reproduce this from start so I don't know if that change really made any…

YimingWu closed issue blender/blender#130202 2024-11-21 08:46:31 +01:00
Line Art fails to render certain lines