YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu closed issue blender/blender#106361 2023-03-31 09:37:30 +02:00
Blender adds @ to the file name and can't save
YimingWu commented on issue blender/blender#106361 2023-03-31 09:37:28 +02:00
Blender adds @ to the file name and can't save

Great! I'll close this issue then :)

YimingWu commented on issue blender/blender#106352 2023-03-31 09:34:22 +02:00
Disabling selected face highlight disable color display of retopology overlay

Can confirm the behaviour, but this also matches the code change introduced with the retopology overlay patch, it's in source/blender/draw/engines/overlay/overlay_edit_mesh.cc line 101.

-…
YimingWu commented on issue blender/blender#106354 2023-03-31 09:04:50 +02:00
Operators in vertexpaint and weightpaint (incl. the gradient tool) affect hidden (in editmode) parts of the mesh

Looks like this is indeed a inconsistency. Using brush to paint weights doesn't affect hidden meshes while using gradient does.

YimingWu commented on issue blender/blender#106361 2023-03-31 09:02:01 +02:00
Blender adds @ to the file name and can't save

Hi @haffy could you try stopping those file backup programs and try saving with blender? If that solves the issue then we know what is actually happening :)

YimingWu commented on issue blender/blender#106361 2023-03-31 08:55:21 +02:00
Blender adds @ to the file name and can't save

From the code path, looks like it could be a permission or IO issue which lead Blender to believe the actual file name can't be written to. Do you have specific permissions on the folder? Or is…

YimingWu commented on issue blender/blender#106358 2023-03-31 08:37:14 +02:00
Switching to Sculpt mode crashes Blender

Can confirm the crash using provided Test.blend, however can't reproduce this issue with a newly created empty scene or hidden objects.

YimingWu commented on issue blender/blender#106206 2023-03-28 10:25:52 +02:00
Grease Pencil: Stroke appears only after making it

Can't reproduce the error here. Annotation and Grease Pencil drawing both works out of box. Do you have any plugin or configuration setup that might interfere with the behaviour?

YimingWu commented on issue blender/blender#105817 2023-03-27 15:20:26 +02:00
Grease Pencil Erase /Tablet

Can't really reproduce the issue on Linux with Blender v3.4.1 or new versions. Whether it's using mouse or a cintiq (I'm too using a Pro 24). Looks like the strength in tint mode behaves normally.…

YimingWu commented on issue blender/blender#106103 2023-03-27 15:04:53 +02:00
[METAL] Texture Paint Color Picker picks wrong colors

Unable to reproduce this on linux & nvidia hardware. Likely to be a metal-related issue.

YimingWu closed issue blender/blender#106124 2023-03-27 14:54:09 +02:00
IN ENGLISH: ALL THE TEXTS OF ALL THE OPTIONS OF ALL MENUS APPEAR WITH ILLEGIBLE SIGNS/CHARACTERS ----
YimingWu commented on issue blender/blender#106124 2023-03-27 14:54:07 +02:00
IN ENGLISH: ALL THE TEXTS OF ALL THE OPTIONS OF ALL MENUS APPEAR WITH ILLEGIBLE SIGNS/CHARACTERS ----

Hi @Victor-21 , the other machine has a Radeon HD 3450, which supports OpenGL 3.3, it's newer than the GT 220, it may happened to be able to create the UI just fine, but it's still below the…

YimingWu commented on issue blender/blender#106157 2023-03-27 14:16:31 +02:00
"Input Pending" for Loop Cut and Slide when called from menu.

Can confirm the behaviour. Not sure if this is the intended behaviour tho, needs more inspection or input from modelling developers.

YimingWu created pull request blender/blender#106164 2023-03-27 11:23:09 +02:00
Fix #106139: Curvemapping clipping range variable error.
YimingWu created branch curvemappping_fix in ChengduLittleA/blender 2023-03-27 11:22:02 +02:00
YimingWu pushed to curvemappping_fix at ChengduLittleA/blender 2023-03-27 11:22:02 +02:00
129c18eea1 Fix #106139: Curvemapping clipping range variable error.
7a1f2fd680 Timeline: draw cache in overlay so that it stays in sync with actually cached data
3b4725fb62 Fix #106094: Snap curves to surface operator does not update geometry
3d06905ac4 Realtime Compositor: Use luminance coefficients in SMAA
c42370d577 Fix: Glare has an offset on low quality settings
Compare 10 commits »
YimingWu commented on issue blender/blender#106139 2023-03-26 16:15:08 +02:00
Geometry Nodes: Float Curve input limits are not working unless "reset view" is used

After fiddling around I found that the value will always be clamped to the viewing range maximum Y value, reproducible by zooming in/out and moving the curve viewing range.

![图片](/attachment…

YimingWu commented on issue blender/blender#105695 2023-03-23 12:56:21 +01:00
Regression: Line Art: Crease Threshold has no effect for smooth shaded faces

@ChristophWerner This feature is added a bit later, so the manual isn't getting quite up to date... Will make sure in the future.

YimingWu commented on issue blender/blender#104930 2023-03-20 08:00:16 +01:00
Line Art Bug

@rimidalv

Could you tell me please in what version it is planned to implement node-based line art?

So far we can't really tell an exact version, probably around 4.0, where new grease…

YimingWu commented on issue blender/blender#105761 2023-03-20 07:57:16 +01:00
Add Active Camera geometry node

I'll keep an eye on this too.