YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu closed issue blender/blender#125959 2024-08-07 08:47:26 +02:00
unicode character unable to insert code for 4.2 and 4.3 but 4.1 able. Is it a bug or?
YimingWu commented on issue blender/blender#125959 2024-08-07 08:47:22 +02:00
unicode character unable to insert code for 4.2 and 4.3 but 4.1 able. Is it a bug or?

I believe we can close this as a duplicate.

YimingWu commented on issue blender/blender#125954 2024-08-07 08:46:32 +02:00
Impossible to save image from Blender with Alpha

I'm not sure what you meant by LDR formats not saving alpha correctly, is it that we are talking about alpha pre-multiply here?

YimingWu closed issue blender/blender#125957 2024-08-07 08:43:15 +02:00
Video Sequencer Error When Importing Movie Clips (duration changes)
YimingWu commented on issue blender/blender#125957 2024-08-07 08:43:11 +02:00
Video Sequencer Error When Importing Movie Clips (duration changes)

Hi! I don't think blender re-loads the clip when you add it the second time for performance reasons. It will use loaded data block.

If you want to have it refreshed, try using "Reload Strips…

YimingWu commented on issue blender/blender#125970 2024-08-07 08:34:35 +02:00
GPv3: Adding primitive after selecting points crashes edit mode

Looks like adding this in grease_pencil_primitive_update_curves didn't help 🤔

  bke::AttributeWriter<bool> new_selection =
      ptd.drawing->strokes_for_write().attributes_for_write(…
YimingWu commented on issue blender/blender#125970 2024-08-07 08:13:09 +02:00
GPv3: Adding primitive after selecting points crashes edit mode

Can reproduce.

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

@Shuang_Hen did you mean "all strokes appear to be jagged"? Or did you mean that very rarely that 1 stroke could end up looking like a straight line like these two segments?

<img width="300"…

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

I don't think there's much you can do. Let me try some newer drivers and see if it does reproduce the crash.

YimingWu commented on issue blender/blender#111152 2024-08-07 07:56:37 +02:00
Wintab rarely gets into a bad state and prevents Blender startup

@Sam-Sroka Blender also provide such option for you to use either "Windows Ink" or "WinTab" as the tablet driver [see manual](https://docs.blender.org/manual/en/latest/editors/preferences/input.htm

YimingWu commented on issue blender/blender#125956 2024-08-07 07:46:13 +02:00
"Save as Render" checkbox missing in image output dialog.

@Rawalanche I believe non-colored data is automatically saved without color management if you use the file output node in the composition and connect them to the render pass

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 😅