YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on pull request blender/blender#126264 2024-08-13 09:50:41 +02:00
Refactor: Set engine's default transparent shadows flag to true

Eh I don't quite think this is right? This means you will set transparent shadows on only solid objects which is kinda inverted?

YimingWu commented on issue blender/blender#126261 2024-08-13 08:06:58 +02:00
Overlapping double-sided polygons aren't displayed as purple with Face Orientation enabled

I'm 90% sure that previously it was an accident, because we do not have dedicated "overlapping face color". The way viewport blends stuff could be changed.

YimingWu commented on issue blender/blender#126257 2024-08-13 07:59:14 +02:00
Multiple problems with blender 4.2, cant open normally and cant put add-ons...

Hi there! For the extension system to be able to connect to the internet, you need to enable User Preferences > System > Network > Allow Online Access option.

For windows it's best to always…

YimingWu commented on issue blender/blender#126038 2024-08-13 05:01:54 +02:00
Default Cube has Transparent Shadows off

Hummm the logic there depends on whether eevee engine is selected in that file. I guess that part is just what we have to deal with since the way we treat this property has changed in the new…

YimingWu commented on issue blender/blender#126201 2024-08-12 15:35:15 +02:00
Frames are layered on top of each other separated by a scanline when exporting video with PNG video codec

Interesting.... This does look way too regular for a multithread bug 🤔

YimingWu commented on issue blender/blender#126138 2024-08-12 10:28:53 +02:00
Greyed out but enabled extensions

@nickberckley but enabled/disabled state should not change/revert if you open another file right?

YimingWu commented on issue blender/blender#126133 2024-08-12 10:26:48 +02:00
Dynamic Paint Brush skips geometry node ?

I think I can confirm this.

@IlyasseL Just to be sure, what you meant was that when the dynamic paint brush is added to the mesh, the mesh appeared to be no longer processed by geometry nodes…

YimingWu created pull request blender/blender#126220 2024-08-12 10:17:30 +02:00
Fix #126136: Show GUI message box for unsupported GPUs on X11
YimingWu pushed to fix-126136-new at ChengduLittleA/blender 2024-08-12 10:16:13 +02:00
76e4660c58 add help link
b629adc884 Fix #126136: Show GUI message box for unsupported GPUs on X11
Compare 2 commits »
YimingWu created branch fix-126136-new in ChengduLittleA/blender 2024-08-12 10:16:13 +02:00
YimingWu pushed to fix-126136 at ChengduLittleA/blender 2024-08-12 10:14:46 +02:00
55ff7a5cd7 add help link
fd174a2e48 Fix #126136: Show GUI message box for unsupported GPUs on X11
Compare 2 commits »
YimingWu created branch fix-126136 in ChengduLittleA/blender 2024-08-12 10:14:46 +02:00
YimingWu commented on issue blender/blender#126136 2024-08-12 10:00:38 +02:00
Lack of "Unsupported GPU" GUI message when Blender crashes on startup on linux.

Actually there's already a simple message box implementation in blender GHOST_SystemX11::showMessageBox. So I guess we could just use that.

YimingWu commented on issue blender/blender#126136 2024-08-12 09:56:17 +02:00
Lack of "Unsupported GPU" GUI message when Blender crashes on startup on linux.

I think it might be possible to just show a message box on linux. On windows blender does prompt you that your GPU being unsupported with a Win32 MessageBox, there's not direct equivalent thing…

YimingWu commented on issue blender/blender#126147 2024-08-12 09:48:36 +02:00
Blender 4.2.1 and 4.3.0 bad crash guide while file open.

the ips files seems to be indicating different crash scenarios.

  • 4 of them crashed in BKE_undosys_step_push_with_type after reading files.
  • 1 of them in BKE_packedfile_duplicate
YimingWu closed issue blender/blender#126154 2024-08-12 09:40:26 +02:00
My mesh with transparent textures has it seams like flipped faces artifacts
YimingWu commented on issue blender/blender#126154 2024-08-12 09:40:22 +02:00
My mesh with transparent textures has it seams like flipped faces artifacts

Hi @Vido , the blend file does look fine to me. I'm afraid that you need to report this bug to blender2ogre since this is not an add-on that's bundled…

YimingWu commented on issue blender/blender#126156 2024-08-12 09:34:49 +02:00
Custom properties not saved into .blend file

Can confirm.

My guess is that it may have something to do with IDP_DirectLinkProperty but the Scene type is still fine there. So maybe it's because the nodes being read later?

YimingWu commented on issue blender/blender#126167 2024-08-12 09:17:16 +02:00
VSE Frame Number retiming not working when applied to separate 'Scene'

Can confirm that speed adjustment strip will round up the frame number.

It's possible that the speed strip will be eventually replaced by the retiming key, so I'm not sure what the status is…

YimingWu commented on issue blender/blender#126168 2024-08-12 09:14:15 +02:00
VSE Retiming Keys, Retiming Transition unable to slide

Can confirm that if you try to select two side of the created transition and move, one side is gonna get deselected.