YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#106992 2023-04-17 10:26:40 +02:00
hair curve wont comb at the root no matter what settings i use or even resetting blender to default settings, previous versions do work its just 3.5

Hi @alejandro-melgoza I believe this is not actually a bug. In 3.5 there's a new option on the header to specify curve fall off, which allows you to change how much influence a brush can impose on…

YimingWu commented on issue blender/blender#107021 2023-04-17 10:11:37 +02:00
Knife cursor goes away when dragging status bar to see options
void WM_cursor_modal_set(wmWindow *win, int val)
{
  if (win->lastcursor == 0) {
    win->lastcursor = win->cursor;
  }
  win->modalcursor = val;
  WM_cursor_set(win, val);
}

I…

YimingWu commented on issue blender/blender#107024 2023-04-17 09:47:37 +02:00
Audio in VSE of Blender 3.5 is weired

This might be related to how the cache is built. Could you provide us a file where the issue is replicable? Thanks!

YimingWu commented on issue blender/blender#106784 2023-04-17 09:29:27 +02:00
Crash while sculpting with tablet using Dyntopo

We probably need more input from graphic guys here.

The only erroneous "lag" I've encountered related to a driver issue is to have a shader subroutine exit while locks in place, and sometimes a…

YimingWu commented on issue blender/blender#106927 2023-04-16 05:11:24 +02:00
Converting Curve to Curves does not work properly (causing Blender to crash)

@Stay_Here Thanks for the additional info! Will look into it once I have time.

YimingWu commented on issue blender/blender#106927 2023-04-16 03:22:22 +02:00
Converting Curve to Curves does not work properly (causing Blender to crash)

I see, that's indeed what's happening here... Will investigate. @Stay_Here

YimingWu commented on issue blender/blender#106968 2023-04-15 04:09:12 +02:00
2D grease pencil bug found

Can confirm the issue in 3.6. Additional information:

  • The "weird region" seems to be made up with these portions, I drew the black stroke without lifting the pointer
  • This only happens in…
YimingWu closed issue blender/blender#106957 2023-04-15 03:56:10 +02:00
Motion path lines not showing
YimingWu commented on issue blender/blender#106957 2023-04-15 03:56:09 +02:00
Motion path lines not showing

Closing this issue since it's confirmed fixed.

YimingWu commented on issue blender/blender#106927 2023-04-14 12:17:12 +02:00
Converting Curve to Curves does not work properly (causing Blender to crash)

@Stay_Here Okay, then I believe it's probably a versioning issue. Do you know which version this file is saved with? From what I can see rn the broken conversion seem to use the radius property…

YimingWu reopened issue blender/blender#106913 2023-04-14 12:06:06 +02:00
Sculpt masks are not visible when generative modifiers are present
YimingWu commented on issue blender/blender#106913 2023-04-14 12:06:04 +02:00
Sculpt masks are not visible when generative modifiers are present

Actually this issue can be open because for some reason the mask coloring isn't always shown when there's modifier involved.

YimingWu commented on issue blender/blender#106913 2023-04-14 12:04:20 +02:00
Sculpt masks are not visible when generative modifiers are present

@Ahmed-Mohammed-Abd-El-Sabour You also have masks in your base mesh, use alt-M to clear the mask in edit mode, it should enable you to work on the mesh normally.

YimingWu commented on issue blender/blender#106913 2023-04-14 12:00:17 +02:00
Sculpt masks are not visible when generative modifiers are present

@Ahmed-Mohammed-Abd-El-Sabour By deleting the shape keys, I'm able to work with sculpting tool without any problem, could you describe the issue a bit more if you still can't get it to work?

YimingWu commented on issue blender/blender#106927 2023-04-14 11:52:06 +02:00
Converting Curve to Curves does not work properly (causing Blender to crash)

@Stay_Here I'm not able to reproduce the issue either with Successfully conversion.blend or a new file, it only happens in Convert curve to curves.blend.

There must be some other stuff you…

YimingWu commented on issue blender/blender#106927 2023-04-14 07:32:58 +02:00
Converting Curve to Curves does not work properly (causing Blender to crash)

Looks like it's because that converted curves have too high a thickness ("Attribute->radius"). By default that value is 1, (We should make this value a property in the Convert to curves operator…

YimingWu closed issue blender/blender#106916 2023-04-14 07:20:26 +02:00
GPencil interpolation fails to copy all parts of the stoke, then can't select
YimingWu commented on issue blender/blender#106916 2023-04-14 07:20:24 +02:00
GPencil interpolation fails to copy all parts of the stoke, then can't select

Hi @hissatsuneko I found the issue. It's actually because you have locked materials. Unlocking all materials resolved the issue. Further more, unlocking all layers enables you to interpolate…

YimingWu commented on issue blender/blender#106916 2023-04-14 05:35:34 +02:00
GPencil interpolation fails to copy all parts of the stoke, then can't select

@hissatsuneko I recommend that you edit out those explicit parts, and if you can still trigger the issue, then you could share it here.

YimingWu commented on issue blender/blender#106924 2023-04-14 05:02:03 +02:00
Asset Browser - Current File doesn't place objects in active collection

Can confirm the problem. Tested when placing the asset from another file, the asset will appear inside the active collection as expected. The bug only appears when placing asset from current file,…