YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#109524 2023-06-30 05:17:15 +02:00
Audio missing in rendered Video file using pip bpy module 3.5

Could you give us the file that replicates the issue?

Default Output > Encoding > Audio is No Audio, you probably want to manually set that in your script as well. But since you said if…

YimingWu commented on issue blender/blender#109520 2023-06-30 05:06:26 +02:00
Regression from 3.3: Invalid button mapping on SpaceMouse Enterprise (256f:c633)

In Linux you probably could remap buttons pretty easily with xmodmap -e "pointer = 1 2 3 4 5 6 7....." (change to the order you needed), not sure with MacOS, but it probably has dedicated…

YimingWu commented on issue blender/blender#109506 2023-06-30 05:01:36 +02:00
Uinput middle click not recognized

Noted. This is indeed quite interesting.

I would probably have to replicate the same virtual hardware setup as yours to see what exactly is going on. Could you describe how your virtual devices…

YimingWu commented on issue blender/blender#109506 2023-06-29 16:59:13 +02:00
Uinput middle click not recognized

Does this remapped virtual device output the same event pattern as the physical one under xinput test [devide_id]? (xinput list to see device list) Does it actually click and release so it's…

YimingWu commented on issue blender/blender#109372 2023-06-29 16:51:41 +02:00
Crash when selecting line art

Will take a look if I could somehow manipulate it to crash this thing.

YimingWu commented on issue blender/blender#109474 2023-06-29 16:49:12 +02:00
Blender 3.6 LTS not selecting/working after install

(Sorry I thought someone replied here about the keymap issue previously but apparently it's not here any more ?!)

@DomingoBeta You don't need stand-alone python installations for blender to…

YimingWu commented on issue blender/blender#109422 2023-06-29 16:39:22 +02:00
Assertion triggered when opening a new file and "Load UI" is disabled in settings

If there is no "startup.blend" and "Load UI" is turned off. When loading a new file wm_file_read_setup_wm_finalize calls wm_clear_default_size which clears the positions and sizes of the…

YimingWu commented on issue blender/blender#109462 2023-06-29 16:30:49 +02:00
Simulation Nodes Cache Bug

@JacquesLucke Is this expected behaviour?

YimingWu commented on issue blender/blender#109499 2023-06-29 12:39:44 +02:00
New 3.6 LTS version bugs.

Likely duplicate of #109040

YimingWu commented on issue blender/blender#109494 2023-06-29 11:47:29 +02:00
Regression: Lighting difference between 3.5 and 3.6 with Principled BSDF

#109404 also included some changes to lighting. #108996 might be related, but considering you have such a low angle, it's not that likely.

To me the result seems more or less passable.

YimingWu commented on issue blender/blender#109462 2023-06-29 10:33:08 +02:00
Simulation Nodes Cache Bug

I'm not sure I understood. Could you distinguish what you expect is "correct" and why the recording is "wrong"? To me the updated video looks entirely normal?

YimingWu commented on issue blender/blender#109455 2023-06-29 10:28:35 +02:00
NLA editor tracks checkbox overlapping names when left side panel is too small

I see. It probably shouldn't overlap but well... you probably will want to have enough space if you have a wider screen. Will poke UI guys and see if they can fix this visual artefact.

YimingWu closed issue blender/blender#109479 2023-06-29 10:25:22 +02:00
Skin Modifier Non-deterministic across platforms
YimingWu commented on issue blender/blender#109479 2023-06-29 10:25:20 +02:00
Skin Modifier Non-deterministic across platforms

Depending on the CPU and the math library, it's also possible that floating point values have slight differences and it's implementation dependent (like here it's GNU vs BSD's libm). Some…

YimingWu commented on issue blender/blender#109487 2023-06-29 10:15:03 +02:00
Multi Cam Rendering does not work

Hi @Juhyun-Kim , could you provide a file that replicates the issue? Thanks!

YimingWu closed issue blender/blender#109486 2023-06-29 10:11:28 +02:00
blender not opening up
YimingWu commented on issue blender/blender#109486 2023-06-29 10:11:25 +02:00
blender not opening up

Hi, High Sierra (10.13.6) is below the system requirements for blender 3.6 (10.15), and 6750M is just on the brink of OpenGL support (varied source indicates support from OpenGL 2.1~4.1), it's…

YimingWu commented on issue blender/blender#109485 2023-06-29 10:03:22 +02:00
Blender keeps exiting whenever I try to change something at the material properties.

Hi @Brian-Allen , please give us the file that causes the crash and steps to reproduce the crash. Also, please upload your system information, which can be saved from Help > Save System Info.…

YimingWu commented on issue blender/blender#109484 2023-06-29 07:45:12 +02:00
"Emulate 3 Button Mouse" conflicts with ALT left click, for instance to disable multipe modifiers on multiple objects

I believe this never worked with "Emulate 3 Button Mouse" since I was using it a lot on trackpads. A lot of times I just disable it temporarily and do my stuff.

Need UI guys to have a…