YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu pushed to main at ChengduLittleA/blender 2023-03-31 11:47:03 +02:00
7c9e493da5 Fix #106358: Handles null evaluated object when entering sculpting workspace.
cde99075e8 GHOST/Wayland: add fractional-scale interface support
75127f9b09 Build: upgrade wayland protocols to 1.31
a9d15ee8a0 Cleanup: pass rect as a constant pointer
498287bca0 Cleanup: Geometry Nodes: Split modifier property update function
Compare 1258 commits »
YimingWu commented on issue blender/blender#106358 2023-03-31 11:25:15 +02:00
Switching to Sculpt mode crashes Blender

Alright. I guess it's not related. I'll make it into an early return and see if it works in this kind of situation. Thanks!

YimingWu commented on issue blender/blender#106358 2023-03-31 11:04:47 +02:00
Switching to Sculpt mode crashes Blender

This is caused by a newly opened file with no objects enabled/visible, causing me_eval==NULL when calling sculpt_update_object(). See source/blender/blenkernel/intern/paint.cc line…

YimingWu commented on issue blender/blender#106345 2023-03-31 10:50:25 +02:00
Crash when scrubbing the timeline when using the line art modifier

Hi, can you give us a file with a bit more complexity? After playing with your file for a while I still can't replicate the crash.

The current line art has some hacks on its implementation to…

YimingWu commented on issue blender/blender#106363 2023-03-31 10:45:22 +02:00
Object scaling not fluid

Caused by 88e254239896, see source/blender/editors/transform/transform_snap.cc line 734.

  if (doForceIncrementSnap(t)) {
    t->tsnap.mode = SCE_SNAP_MODE_INCREMENT;
  }

I'm…

YimingWu commented on issue blender/blender#106363 2023-03-31 09:46:12 +02:00
Object scaling not fluid

Can confirm the issue under 3.6 and 3.5, 3.4.1 and below is working normally.

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.