YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu merged pull request blender/blender#127078 2024-09-04 06:06:44 +02:00
Fix #127073: GPv3: Auto keying in edit mode
YimingWu commented on pull request blender/blender#127078 2024-09-04 06:06:09 +02:00
Fix #127073: GPv3: Auto keying in edit mode

I guess we could just merge this. It's not that of a complicated fix.

YimingWu commented on issue blender/blender#127129 2024-09-04 05:52:30 +02:00
Mesh to Volume node inconsistent with concave corners

I'd say this is generally expected since volume is represented as voxels and densities are decided on sampling the mesh. So you will always get a little bit more "smoothing" effect, especially…

YimingWu commented on issue blender/blender#127127 2024-09-04 05:47:17 +02:00
bpy.types.Library==ID if access through subclasses. Bug?

From 4.3.0:

  • bpy.types.ID.bl_rna.name and bpy.types.ID.__subclasses__()[0].bl_rna.name are always 'ID' initially.
  • After accessing bpy.types.Library.bl_rna.name once, `bpy.types.ID.__…
YimingWu commented on issue blender/blender#127123 2024-09-04 05:37:44 +02:00
Anim Player is wrong

Hi @Huang_Han_Ming , could you try latest 4.2 or 4.3 version? Also please use Help > Save System Info and upload the file here. Thanks!

YimingWu commented on issue blender/blender#127119 2024-09-04 05:36:06 +02:00
light doesnt work in material view but does in rendered

Yeah this looks pretty similar to #125862, so maybe reinstalling or upgrading your graphics driver would help.

YimingWu commented on issue blender/blender#127118 2024-09-04 05:32:40 +02:00
Cannot move the cursor to frames from 1 to n by clicking on the frame number in the graph editor

Humm I can't actually replicate this problem in either 4.2.0/4.2.1/4.3 even with provided file and zoomed out on the graph editor🤔 On linux atm. Will try windows in a bit.

YimingWu commented on issue blender/blender#127117 2024-09-04 05:23:59 +02:00
NLA Editor's Channel list does not update when object's viewport visibility changes

Looks like we are just missing a notifier somewhere...

YimingWu commented on issue blender/blender#127107 2024-09-04 05:22:39 +02:00
Motion Blur artefacts in Viewport

I can confirm the flicker after hiding-showing an object in @heini 's file, so that's definitely a bug, but that's with temporal reprojection turned on, while @Marc-Schwindt doesn't have it on. So…

YimingWu commented on issue blender/blender#127099 2024-09-04 05:13:11 +02:00
Regression: Huge regression in UI performance/responsiveness

Likely to be a windows driver issue. On linux resizing viewport works just fine. On windows I did have some issue previously with other programs where resizing FBOs can get quite slow. Will check…

YimingWu commented on issue blender/blender#127097 2024-09-04 05:08:34 +02:00
Blender unstable/crashing if command line "--python" script contains "import multiprocessing"

Can confirm it will crash on linux as well.

It didn't halt apparently, just straight up crashes when selected Addons page.

YimingWu commented on issue blender/blender#127094 2024-09-03 09:02:45 +02:00
blender 4.2.1 is closed automatically after waking my laptop from sleep mode.

Hi @Shaik-Abdul-Hafeez , could you give us the crash log?

It could be the power management of the laptop creating…

YimingWu commented on issue blender/blender#127090 2024-09-03 09:00:34 +02:00
Extensions website only supports Python 3.11 (or a single Python version)

Hi @Moult , the python bundled with blender is still officially 3.11. Is it that those plugins binaries that came with e.g. IfcOpenShell require a different standalone python 3.12 on the system…

YimingWu commented on issue blender/blender#127089 2024-09-03 08:54:47 +02:00
4.2.1 Crash within Open Subdiv

Looks like it crashed in open subdiv. Consider #124292 is already in 4.2.1, it could be possible that there's some other bugs within it. Is it a big mesh? Could you upload the file that can…

YimingWu commented on issue blender/blender#127032 2024-09-03 05:07:25 +02:00
Local USB NDOF device not found when connected via RDC

So just to clarify, you are using the computer via remote desktop but also trying to use the NDOF mouse directly plugged in the target computer physically?

YimingWu closed issue blender/blender#126968 2024-09-03 05:05:22 +02:00
Python API: sometimes bpy.props.StringProperty changes value to its default value and refuses to update via code
YimingWu commented on issue blender/blender#126968 2024-09-03 05:05:18 +02:00
Python API: sometimes bpy.props.StringProperty changes value to its default value and refuses to update via code

Glad you have found the cause of it :D will close then.

YimingWu commented on issue blender/blender#127054 2024-09-02 18:08:19 +02:00
Geometry Nodes: Crash while dragging value (Resample Curve node?)

This is on my linux machine: