YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#109903 2023-07-10 16:26:34 +02:00
Regression: Crash when animation is playing

Hi @Rudy-MICHAU , I'm unable to replicate the crash in either 3.6 or 4.0. No matter if it's frame 48 or played indefinitely. Also the scene doesn't seem to have anything animated. Could you try…

YimingWu commented on issue blender/blender#109899 2023-07-10 16:22:57 +02:00
MetalRT: Rendering being unresponsive with AO node

Hi @sz , Could you try switch the graphics backend to OpenGL in the user preference and see if that makes any difference?

YimingWu closed issue blender/blender#109900 2023-07-10 16:18:15 +02:00
Save with dyntopo enabled close Blender
YimingWu commented on issue blender/blender#109900 2023-07-10 16:18:13 +02:00
Save with dyntopo enabled close Blender

Hi @Ciblender , this is a bug report of a specific branch rather than main or any released version. Per issue tracker policy we should close this report, but feel free to discuss this in…

YimingWu commented on issue blender/blender#109845 2023-07-10 11:49:56 +02:00
"New material" tooltip should be "Copy current material"

The problem of this is that blender uses the same base logic in these places "If exists, copy this one, otherwise creates a new one". But detailed behaviour is quite different. Like for texture…

YimingWu commented on issue blender/blender#109858 2023-07-10 11:15:30 +02:00
API's new context.property causing immediate Blender access violation crash.

The current code doesn't test char *path_str for if it is NULL, so I don't think there's a way to detect this before anyone has fixed that part. Even if it was fixed, a lot of times you…

YimingWu commented on issue blender/blender#109874 2023-07-10 11:06:09 +02:00
Graphical glitch in viewport using stereoscopy

Yepp. I can reproduce with linux and nvidia K5100M, this seems to be a very old bug.

YimingWu commented on issue blender/blender#109889 2023-07-10 11:02:05 +02:00
Trying to append/link from the same file you're currently in should produce a more helpful error message

Can confirm, but looks like the appropriate warning is already in place in wm_link_append_exec for "cannot use current file as library".

@ideasman42 @mont29 any ideas?

YimingWu commented on issue blender/blender#109780 2023-07-10 07:34:31 +02:00
Overlays not displayed for UV seams, freestyle edges and sharp edges

@PratikPB2123 Works fine here on my UHD 620 and Ubuntu 20.04. From the version string it looks like should be fine.

@aperitero Do you have other apparent visual artefact on this hardware?…

YimingWu closed issue blender/blender#109865 2023-07-09 14:11:48 +02:00
Strange rendering when activating overlay in edit mode
YimingWu commented on issue blender/blender#109865 2023-07-09 14:07:17 +02:00
Strange rendering when activating overlay in edit mode

Same issue as #109040. Closing as a duplicate. Thanks for the report!

YimingWu commented on issue blender/blender#109765 2023-07-09 06:07:55 +02:00
Dissolve Edges should not dissolve vertices that are not previously selected

@1D_Inc , using edge slide in this case would need to have auto-merge on, and in some cases if you don't want to dissolve the full loop, it won't work.

Here the main problem is that "Dissolve…

YimingWu commented on issue blender/blender#109858 2023-07-09 05:23:58 +02:00
API's new context.property causing immediate Blender access violation crash.

Can confirm context.property in your python operator does cause crash.

YimingWu closed issue blender/blender#109849 2023-07-09 04:59:35 +02:00
Solidify modifier not working correctly
YimingWu commented on issue blender/blender#109849 2023-07-09 04:59:33 +02:00
Solidify modifier not working correctly

Hi @Emwardicus , This is probably due to wrong configuration of inverted normal and back face culling. Blender 2.93 is phasing out of LTS, and this is likely a issue with using the feature, not…

YimingWu closed issue blender/blender#109855 2023-07-09 04:55:24 +02:00
grease pencil image disapear
YimingWu commented on issue blender/blender#109845 2023-07-09 04:54:17 +02:00
"New material" tooltip should be "Copy current material"

This is interestingly how blender always worked, that button is consistently duplicating the existing one. I guess people have long being used to the way. Yeah the tooltip might need to have a change.

YimingWu commented on issue blender/blender#109855 2023-07-09 04:46:50 +02:00
grease pencil image disapear

Hi, the file isn't attaching. Could you please continue your report on #109843? Thanks!

Will close this one as duplicate.

YimingWu commented on issue blender/blender#109843 2023-07-09 04:44:14 +02:00
grease pencil image invisible

Hi @Sir.plexus33 please share a file where you replicates the issue. Otherwise we are not able to determine anything from just a few sentences. Thanks!

YimingWu commented on issue blender/blender#109837 2023-07-09 04:29:45 +02:00
Multiply and divide in item location only calculates second part of separate units.

Can confirm, although it is fine if you do (2m 22cm)/2, it will give you 1m 11cm. Not sure if this is intentional, but probably this is pretty overlooked when designing the in-place expression…