YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu pushed to main at blender/blender 2024-09-10 13:36:47 +02:00
06e70e7bc0 GPv3: Implement Grease Pencil to mesh conversion
YimingWu pushed to fix-126480 at ChengduLittleA/blender 2024-09-10 13:36:02 +02:00
d6986414f1 Merge branch 'main' into fix-126480
565f9f6b8a UI: Do Not Allow Docking into Temp Windows
72a0be0944 UI: Mac Cursors While Docking
2859eabd1c Fix #127364: Status Bar Icons Issues
d745325829 Cleanup: Specialize calc_pose_data function
Compare 751 commits »
YimingWu pushed to gpv3-convert-mesh at ChengduLittleA/blender 2024-09-10 09:01:31 +02:00
e6380ba13f Do not change the attribute filter thing
YimingWu commented on pull request blender/blender#123835 2024-09-10 08:58:18 +02:00
GPv3: Implement Grease Pencil to mesh conversion

Ah I think I get it now. It's defined as AttributeFilter::filter() directly. I'll fix it. Thanks!

YimingWu pushed to fix-126946 at ChengduLittleA/blender 2024-09-10 07:09:19 +02:00
3a2f89beb8 move brush mode init
e88ae2df83 Merge branch 'main' into fix-126946
565f9f6b8a UI: Do Not Allow Docking into Temp Windows
72a0be0944 UI: Mac Cursors While Docking
2859eabd1c Fix #127364: Status Bar Icons Issues
Compare 308 commits »
YimingWu pushed to gpv3-convert-mesh at ChengduLittleA/blender 2024-09-10 06:53:00 +02:00
9c5b5c3893 Use drawings.size()
YimingWu commented on pull request blender/blender#123835 2024-09-10 06:50:55 +02:00
GPv3: Implement Grease Pencil to mesh conversion

Had to change to use AttributeFilter, not sure if my implementation of ProcessAllAttributes is correct,or should I somehow write a lamda on top of AttributeFilter / `ProcessAllAttributeExcept…

YimingWu pushed to gpv3-convert-mesh at ChengduLittleA/blender 2024-09-10 06:50:54 +02:00
66389cbdbc Update to using AttributeFilter
87cd0e9c14 Merge branch 'main' into gpv3-convert-mesh
565f9f6b8a UI: Do Not Allow Docking into Temp Windows
72a0be0944 UI: Mac Cursors While Docking
2859eabd1c Fix #127364: Status Bar Icons Issues
Compare 415 commits »
YimingWu commented on issue blender/blender#126807 2024-09-10 06:41:21 +02:00
Python app using bpy to render via Cycles runs successfully but always has an exit status code of 139 (sometimes 245)

Here I'm still unable to.

Maybe @PratikPB2123 could check if it gives a exit code like that?

YimingWu commented on pull request blender/blender#127290 2024-09-10 05:43:12 +02:00
WIP: Support for TTC/OTC and Text Object Styles

We are using the FreeType caching subsystem so faces are cached by them and load extremely quickly.

Ah that's good to know then. I guess switching faces shouldn't be a problem now.

I…

YimingWu commented on issue blender/blender#124549 2024-09-09 15:36:08 +02:00
Can't change viewport text overlay color

I'd say to have an option to toggle fixed color with shadow or use this dynamic thing. @Harley / @pablovazquez any inputs?

YimingWu commented on issue blender/blender#127090 2024-09-09 13:18:59 +02:00
Extensions website only supports Python 3.11 (or a single Python version)

@Moult We do not yet know since the extension platform is quite new at this point and we do not see upgrading python version on the horizon yet. The support for this should typically follow LTS…

YimingWu closed issue blender/blender#127090 2024-09-09 11:57:08 +02:00
Extensions website only supports Python 3.11 (or a single Python version)
YimingWu commented on issue blender/blender#127090 2024-09-09 11:57:04 +02:00
Extensions website only supports Python 3.11 (or a single Python version)

@Moult @SpectralVectors This seems to only be a problem for some packages coming with some linux distributions (Blender internal code for Windows doesn't use system python so it won't have this…

YimingWu commented on issue blender/blender#127032 2024-09-09 11:46:42 +02:00
Local USB NDOF device not found when connected via RDC

@Harley Ah that's pretty interesting. Didn't know there's a proprietary API there. I guess using the generic input event thing could also have caused the button mapping problem a while ago right?

YimingWu pushed to main at ChengduLittleA/.profile 2024-09-09 11:41:00 +02:00
cf5045deed 更新 reports/2024.md
YimingWu commented on issue blender/blender#127329 2024-09-09 09:48:47 +02:00
Console Keyboard Interrupt does not work on Blender 4.2.1

@ideasman42 Look like the SIGINT handler is being overridden in blender_ext.py and (or?) bl_extension_ops.py. The one in blender_ext.py was never restored.

I guess it should also do…

YimingWu commented on issue blender/blender#127329 2024-09-09 09:38:44 +02:00
Console Keyboard Interrupt does not work on Blender 4.2.1

I don't think using ctrl-c to interrupt an operator is an expected use but it does seems that it no longer triggers python "KeyboardInterrupt" message. (Don't think this would ever work on…

YimingWu commented on issue blender/blender#127288 2024-09-09 09:29:58 +02:00
Vulkan - gpu.platform.version_get() gives different driver versions.
In OpenGL mode: 4.6.0 NVIDIA 555.42.02
In Vulkan mode: 555.42.2.0

Fun stuff...

YimingWu commented on issue blender/blender#127248 2024-09-09 09:23:30 +02:00
EEVEE Square-ish garbled look in viewport and render.

This doesn't appear to be as similar to those "dots in the viewport" bug such as #124911 🤔 So could be a new thing. However I'm unable to reproduce this.