YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu opened issue blender/blender#107493 2023-05-01 09:01:00 +02:00
Blender does not read rotation metadata in some videos
YimingWu commented on issue blender/blender#107485 2023-05-01 08:49:18 +02:00
Blender crashes on win10

If using 4xx driver solved the issue, we can safely assume it's a driver bug. We might want to leave this for graphics guys to determine whether we should close this issue.

YimingWu commented on pull request blender/blender#106417 2023-05-01 08:09:31 +02:00
Fix #106354: Account for hidden vertices in weight gradient operator

@lichtwerk If not anything I guess we could merge this one for now?

YimingWu commented on issue blender/blender#107488 2023-05-01 08:05:18 +02:00
Crash on dopesheet_view_all_exec after motion tracking.

@3di Ah okay, but it would be harder to investigate... Do you have other crash logs (as shown here) available? Or do…

YimingWu commented on issue blender/blender#107469 2023-05-01 07:58:23 +02:00
Grease Pencil: Line Art › Light Contour causes crash

@jashear Thanks! The log seems to indicate a threading issue. Could you please try running the same scene but start blender with blender -t 1 ([here](https://docs.blender.org/manual/en/3.5/advan

YimingWu commented on issue blender/blender#107491 2023-05-01 07:54:51 +02:00
Arbitrary renaming (Face Corner > 2D Vector) to "Float2" instead of "UVMap" breaks compatibility.

I believe #106563 is also related, where vertex color became a Float3 or something.

YimingWu commented on issue blender/blender#107489 2023-05-01 07:34:47 +02:00
Blender 3.5 Image editor does not fully refresh on some zoom levels while painting

Can replicate, a bit tricky, but I'm able to make a file that shows more or less what's happening.

YimingWu commented on issue blender/blender#107488 2023-05-01 07:24:12 +02:00
Crash on dopesheet_view_all_exec after motion tracking.

Hi @3di , would you like to give us a file that can replicate the crash?

From the crash log it seems to be that "Frame All" (home key) command is called in the dope sheet. I believe that…

YimingWu commented on issue blender/blender#107487 2023-05-01 07:09:06 +02:00
Motion tracking marker's search area is not expanding with tracker, requiring constant manual scaling up.

The video up side down issue is probably blender didn't handle metatag rotation correctly. ffprob -i on that file reported:

  Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661),…
YimingWu commented on issue blender/blender#107487 2023-05-01 07:06:14 +02:00
Motion tracking marker's search area is not expanding with tracker, requiring constant manual scaling up.

Hi @3di , I could not reproduce "search area shrinks", but when using global motion model to loc rot scale, the patter would grow as the viewpoint moves, and when some patterns grows to fill the…

YimingWu commented on issue blender/blender#107486 2023-05-01 06:44:31 +02:00
Ctrl-R doesn't work while from the tool bar loop cut works.

Hi @TomasHenriques , Do you have a file where loop cut doesn't work? Does ctrl-r work with the default cube? Does other ctrl shortcuts work correctly?

Thanks!

YimingWu commented on issue blender/blender#107485 2023-05-01 06:40:45 +02:00
Blender crashes on win10

This doesn't look like a very common issue, graphics seems alright to me.

Not sure if this could be related to some quirks around windows console window (like maybe something is killing it?).…

YimingWu commented on issue blender/blender#107465 2023-04-30 11:28:42 +02:00
Realtime compositor: Texture node output textures with artifacts

@OmarEmaraDev blender -t 1produce the same artefacts, for all textures except "blend". Some are not as pronounced, but all have visible garbled pixels. (It doesn't look quite like the image…

YimingWu commented on issue blender/blender#107465 2023-04-30 08:51:54 +02:00
Realtime compositor: Texture node output textures with artifacts

Can confirm. Mine look like this: (Ubuntu 22.04.1 LTS x86_64, NVIDIA Quadro K5100M)... Additionally, blender -t 1 also give me the same result. cc @OmarEmaraDev

![图片](/attachments/8c662a0…

YimingWu commented on issue blender/blender#107475 2023-04-30 08:45:12 +02:00
ShadeSmooth to Torus caused Blender to Freeze Twice (but now can't reproduce error in same version)

Hi @Phil-Sawa ! I believe this is might be just shader compiling causing Blender to hang just a little bit. Any more information you can tell us about "Froze"? like if it completely stops…

YimingWu commented on issue blender/blender#107478 2023-04-30 08:33:40 +02:00
It does not seem to be possible to UNHIDE one/multiple selected object(s)

Hi @bongblender , I believe this is due to the design of Blender, selection is only for visible objects. You could unhide one or a few objects from the outline, or you could put them in a…

YimingWu commented on issue blender/blender#107476 2023-04-30 08:29:35 +02:00
In blender 3.5, Edge Crease in 3D view isn't overlaid.

I can't reproduce the issue even with the exact same version 3.5.1, branch: blender-v3.5-release, commit date: 2023-04-24 18:11, hash: e1ccd9d4a1d3.

Not sure if it can be a problem with Metal.

YimingWu commented on issue blender/blender#107474 2023-04-30 08:06:57 +02:00
Transform operators do not save state when cancelling

This seems to be specifically made to work like this, because all other operators do not save their state when cancelled.

See: cc623ee7b0fc cc @mano-wii Any input on this? Or if the original…

YimingWu commented on issue blender/blender#107474 2023-04-30 07:42:53 +02:00
Transform operators do not save state when cancelling

This might also be related to undo, will take a look

YimingWu commented on issue blender/blender#107469 2023-04-30 07:41:16 +02:00
Grease Pencil: Line Art › Light Contour causes crash

Hi @jashear I couldn't quite replicate the crash. From my tests, it seems that it doesn't use much memory after all, so I don't think you ran out of memory.

Could you give us the crash log?…