YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#109822 2023-07-09 04:21:18 +02:00
Regression: Average Brush in Vertex Paint Mode is broken

Can confirm on 3.6 c7fc78b81ecb . Average vertex color is ineffective.

YimingWu commented on issue blender/blender#109802 2023-07-07 05:32:19 +02:00
Can't delete scene using context menu in "Blender File" view in outliner

Can confirm that:

  • In "Blend File" view, right click menu can't delete any scene.
  • In "Scene" view, right click successfully deletes scene.
  • bpy.ops.scene.delete() will always work.
YimingWu closed issue blender/blender#109803 2023-07-07 05:28:26 +02:00
Crash when evaluating ghostly edge
YimingWu commented on issue blender/blender#109803 2023-07-07 05:28:23 +02:00
Crash when evaluating ghostly edge

This mesh contains invalid data. Use bpy.context.object.data.validate(verbose=True) in blender scripting gives following result in system terminal:

Not sure why it does, you probably need to…

YimingWu commented on issue blender/blender#109802 2023-07-07 04:54:15 +02:00
Can't delete scene using context menu in "Blender File" view in outliner

@loicbramoulle Could you try giving us a file that contains such multi-scene setup? Thanks!

YimingWu closed issue blender/blender#109797 2023-07-07 04:46:11 +02:00
Undesired Coloring of Grease Pencil brush at Low Opacity
YimingWu commented on issue blender/blender#109797 2023-07-07 04:46:08 +02:00
Undesired Coloring of Grease Pencil brush at Low Opacity

Hi! I believe this is the natural side effect of repeated blending and clamping on a 8 bit viewport buffer. The airbrush is using "dot" material and repeated dabs creates this blending. By…

YimingWu commented on issue blender/blender#109796 2023-07-07 04:24:56 +02:00
applying Data Transfer crashes when target has Shape Keys

Can't reproduce on 3.6 c7fc78b81ecb nor 4.0 5c4510d39ecf . I can apply the modifier without crashing.

YimingWu commented on issue blender/blender#109789 2023-07-07 04:05:50 +02:00
Collection linking + library override doesn't allow to transform object inside

Can confirm, looks like I need to call Library Override > Make > Selected and Content again on the collection to make objects inside of it library override. Not sure if it's designed this way,…

YimingWu commented on issue blender/blender#109785 2023-07-06 16:43:09 +02:00
Random crashes when using basic tools

Hi @optagon , could you try factory reset blender and see if the same crash happens?

Can't reproduce the crash.

From the crash log it indeed crashed in the search UI part, and it seems…

YimingWu closed issue blender/blender#109779 2023-07-06 15:23:34 +02:00
Transparency in Edit Mode
YimingWu commented on issue blender/blender#109779 2023-07-06 15:23:32 +02:00
Transparency in Edit Mode

Hi! This is a duplicate of #109040, It is already fixed in 4.0, and this fix will be available to the next 3.6 release. Thanks for reporting!

YimingWu commented on pull request blender/blender#107937 2023-07-06 11:21:59 +02:00
Fix #107924: Scale limit respect negative values

Edited to better clarify the impact.

YimingWu commented on pull request blender/blender#107937 2023-07-06 11:07:01 +02:00
Fix #107924: Scale limit respect negative values

@dr.sybren Ah I should rephrase it... It will only keep the behaviour of old files who has limits set to (0,a), but will break if min is not set / not 0 and when user takes advantage of the old…

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

@mod_moder Nope, disabling that option will also preserve vertices from the edges being dissolved, so either on or off the result is incorrect

YimingWu commented on issue blender/blender#109692 2023-07-06 08:43:39 +02:00
Pixelated grease Pencil on linux 7900 xtx

To me it looks like the pixels are 2 pixels wide. It could be an anti alias bug, I have never experienced this before. One thing is to try different driver. Maybe check and see if disabling…

YimingWu commented on issue blender/blender#109749 2023-07-06 06:08:29 +02:00
Alembic doesn't import vertex colors for meshes made of only vertices

Can confirm. Not sure if this a limitation of Blender or it's just a situation that alembic importer fails to handle.

@ideasman42 or @dr.sybren may want to take a look

YimingWu closed issue blender/blender#109038 2023-07-06 05:35:06 +02:00
Broken personal keybinds in 4.0
YimingWu commented on issue blender/blender#109038 2023-07-06 05:34:59 +02:00
Broken personal keybinds in 4.0

OK I guess this issue can be closed.