YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#109663 2023-07-04 04:36:24 +02:00
Playback shortcuts don't work in Spreadsheet Editor.

Hi, I'm able to play animation in the spread sheet like this:

图片

YimingWu commented on issue blender/blender#109652 2023-07-04 04:21:57 +02:00
software is getting crash every single time i click anything on keyboard and its showing glitching effect when i open it.

Hi, looks like you are using a software rasterizer graphics driver, and it seems to only support OpenGL 3.3 while blender requires 4.3. Do you have a discrete graphics card? Could you try…

YimingWu closed issue blender/blender#109651 2023-07-04 04:17:50 +02:00
Can't render camera as texture
YimingWu commented on issue blender/blender#109651 2023-07-04 04:17:48 +02:00
Can't render camera as texture

Blender does not support camera result as texture, since you will be rendering and sampling from the same texture. You could render a image, save it, and map the image to the plane.

YimingWu commented on issue blender/blender#109545 2023-07-04 04:08:25 +02:00
Viewport Z-Bias & retopology overlay related issues

@Milos-Ujmiak No these issues are not completely resolved as of now, this page is for the convenience of referencing for developers.

YimingWu closed issue blender/blender#109650 2023-07-04 04:04:34 +02:00
PySide2 widget's deleteLater() method not working in modal operator
YimingWu commented on issue blender/blender#109650 2023-07-04 04:04:31 +02:00
PySide2 widget's deleteLater() method not working in modal operator

You probably need to report this issue to PySide instead of Blender since Blender doesn't come with PySide and its accompanying libraries.

Also there's likely a problem with how you wrote the…

YimingWu commented on issue blender/blender#109584 2023-07-04 03:46:52 +02:00
Blender keeps deleting objects on its own and many more issues

I guess the window manager thing may be because you are on a wayland session instead of Xorg?

If screen freezes, it might be the problem of your graphics driver. Try updating driver for your…

YimingWu commented on issue blender/blender#109626 2023-07-04 03:40:10 +02:00
Creased edge not preserved in modifier chain of Geometry Nodes -> Subdivision -> Surface Deform

Can confirm that after the surface deform modifier the mesh is no longer creased.

YimingWu closed issue blender/blender#109649 2023-07-04 03:36:13 +02:00
Rigid body cube doesn't follow animation of the plane.
YimingWu commented on issue blender/blender#109649 2023-07-04 03:36:11 +02:00
Rigid body cube doesn't follow animation of the plane.

You'll need to select "animated" option for the plane for the transformation to be accounted while computing physics.

Closing the issue since this is not a bug.

![图片](/attachments/b432fe6…

YimingWu commented on issue blender/blender#109312 2023-07-04 03:30:10 +02:00
pixelated Artifacts displayed in 3D view port on the wire frame with 'Outline Selected' On or 'smooth wires overlay' turn on.

Ah well this is probably similar to one of these: #108133

YimingWu commented on issue blender/blender#109506 2023-07-02 17:32:57 +02:00
Uinput middle click not recognized

@vassiliscooper Thanks for investigating it further and providing feedback!

I believe this is somehow related to how the program gets the event. In some programs which uses e.g. pygtk, input…

YimingWu closed issue blender/blender#109457 2023-07-02 17:25:40 +02:00
Object Properties - Visibility - Viewports/Renders animation does not work
YimingWu commented on issue blender/blender#109457 2023-07-02 17:25:37 +02:00
Object Properties - Visibility - Viewports/Renders animation does not work

Ah I see. So it's the confusion between the "monitor icon" and the "eye icon". Indeed the "Enable In" thing is added in newer version of blender to provide better control of geometry evaluation,…

YimingWu commented on issue blender/blender#109474 2023-07-02 17:21:20 +02:00
Blender 3.6 LTS not selecting/working after install

@DomingoBeta delete the 3.6 one. Older ones shouldn't have any effect on newer version.

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

click = press + release, which makes such an action clunky and slow, since you have to hold mouse still during action, and it is not very compatible with human motorics, especially during using…

YimingWu commented on issue blender/blender#109532 2023-07-02 17:16:34 +02:00
Regression: Blender creates unexpected selection areas when using Select Box or Select Lasso which can lead to crashes

I suspect it's a problem with Flatpak packaging, it might have messed up 1 or more graphics related libraries, recently we have seen a few graphics-related bug reports that doesn't quite make…

YimingWu commented on issue blender/blender#109562 2023-07-02 17:09:47 +02:00
Blender HIP library libamdhip64.so loading issue in linux

Thanks for reporting and you managed to add it to HIP meta task. Appreciated!

YimingWu commented on issue blender/blender#109520 2023-07-02 17:07:19 +02:00
Regression from 3.3: Invalid button mapping on SpaceMouse Enterprise (256f:c633)

Ah well then. Great info! I wasn't aware it's not a standard "button/axis" kind of device. We don't have such a device here, if you could would you like to provide us a fixed mapping based on what…