YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on pull request blender/blender#125949 2024-08-07 07:43:19 +02:00
GHOST: Process full mouse move resolution in Win32

@Harley I actually have tested this with my own painting program with dual screen setup, if it's using GMMP_USE_DISPLAY_POINTS it will be correct in this logic regardless of screen configurations…

YimingWu commented on issue blender/blender#125956 2024-08-06 14:42:24 +02:00
"Save as Render" checkbox missing in image output dialog.

Can confirm but looks like this has already been changed 2 years ago 9b7c84f293b6ad5d855b175ba664d4bd0d72c18d , this is to hide "save as render" option if the image being saved is a render…

YimingWu commented on issue blender/blender-addons#105430 2024-08-06 14:35:31 +02:00
Giants i3d Exporter needs updating

Hi! Could you describe the problem?

YimingWu commented on issue blender/blender#125962 2024-08-06 14:24:03 +02:00
make build error

Hi, just do as the script tells you, make verbose and see what options you need to put in.

Are you using visual studio preview versions?

YimingWu commented on issue blender/blender#125748 2024-08-06 14:14:59 +02:00
There is a probability that the entire segment will be a straight line when GPv.3 is drawn

I believe this is also related to your tablet driver (if you are using one), also may be due to windows event system if you are using a mouse...

YimingWu closed issue blender/blender#125913 2024-08-06 10:57:07 +02:00
Collection and Instance visibility problem
YimingWu commented on pull request blender/blender#125474 2024-08-06 10:54:09 +02:00
Fix #125426: Update paths in animation when renaming IDProperty

@nathanvegdahl wait it doesn't? seems to be working here, let me try again 😅

YimingWu commented on issue blender/blender#125913 2024-08-06 10:53:36 +02:00
Collection and Instance visibility problem

I believe what @deadpin said was the correct way to handle such kind of use case.

Will close this for now, but if you have more things to add please feel free to comment below :)

YimingWu commented on issue blender/blender#125951 2024-08-06 10:43:54 +02:00
Blender 4.2 Crashes on Merging vertex by distance (Loose edge with GPU Subdiv)

@Reuben-4 I see, then it's supposed to be fixed by #125923 but it's not quite fixed just yet 😅

YimingWu commented on issue blender/blender#125951 2024-08-06 10:40:43 +02:00
Blender 4.2 Crashes on Merging vertex by distance (Loose edge with GPU Subdiv)

Can confirm the crash by simply merge by distance in provided file.

Apparently it could be a GPU subdiv thing because all call stacks are in nvoglv64.dll.

YimingWu pushed to ghost-win32-mousemove at ChengduLittleA/blender 2024-08-06 10:36:15 +02:00
e95e03099e Working now
YimingWu created pull request blender/blender#125949 2024-08-06 10:16:30 +02:00
WIP: GHOST: Process full mouse move resolution in Win32
YimingWu pushed to ghost-win32-mousemove at ChengduLittleA/blender 2024-08-06 09:00:29 +02:00
07dae4d331 clean
YimingWu pushed to ghost-win32-mousemove at ChengduLittleA/blender 2024-08-06 08:59:37 +02:00
df4595bcbb Experimental high mouse move rate
YimingWu created branch ghost-win32-mousemove in ChengduLittleA/blender 2024-08-06 08:59:37 +02:00
YimingWu commented on issue blender/blender#124898 2024-08-06 05:43:18 +02:00
Rendering an image or animation with compisiting ends up completely transparent

I actually can reproduce this on a fresh 4.2 & 4.3 today. Though rendering is still very slow. The render result would be completely transparent before I reconnect any node socket in the file,…

YimingWu commented on issue blender/blender#111152 2024-08-06 04:49:30 +02:00
Wintab rarely gets into a bad state and prevents Blender startup

At this point I think reporting this issue to Huion would be a good way to handle this. As far as blender is concerned, it only gets entry functions inside wintab dll and calls those APIs…

YimingWu commented on issue blender/blender#125765 2024-08-06 04:39:44 +02:00
Uninstalling Blender deletes the User Preferences from older versions

If you are uninstalling using uninstaller, it will uninstall blender from the registered location. Though I'm not sure that it's correct to delete user installed add-ons 🤔.

@LazyDodo is…

YimingWu commented on issue blender/blender#125642 2024-08-06 04:34:40 +02:00
GPU Compositor Crashes when using Cycles (not Workbench / EEVEE) - Linux - Headless Node - Invalid Pointer

@OmarEmaraDev is GPU compositor somehow relying on a x11 window being present?

YimingWu pushed to fix-125426 at ChengduLittleA/blender 2024-08-05 17:33:06 +02:00
ada5f89edb Revert rna_ID.cc