YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#127847 2024-09-20 16:10:17 +02:00
Blender 4.2.2 (snap package) became slow and laggy on Ubuntu 22.04.5 LTS

@swiss_knight Since you also have two video cards (integrated + nvidia), try to see if you could force nvidia card to run blender.

It might also mean blender bug under wayland, will pin devs.

YimingWu commented on issue blender/blender#127843 2024-09-20 15:55:11 +02:00
Blender Closing when i hit Render (old #127089)

@Lamek It could be possible. Also try latest 4.2/4.3 daily build and see if it makes any difference. Thanks!

YimingWu commented on issue blender/blender#127847 2024-09-20 12:04:31 +02:00
Blender 4.2.2 (snap package) became slow and laggy on Ubuntu 22.04.5 LTS

Thanks @swiss_knight , sorry about that it didn't show up or I missed it.

Apparently it's using a software GL driver atm:

renderer:	'NV167'
vendor:		'Mesa'
version:	'4.3 (Core…
YimingWu commented on pull request blender/blender#127895 2024-09-20 11:56:37 +02:00
Fix #127872: Expose image undo calls to python.

@Sean-Kim I agree. The best way might be to use a with thing like the context override, and if code inside fails for some reason, it can restore undo stack state.

I have no idea how to…

YimingWu created pull request blender/blender#127895 2024-09-20 09:07:11 +02:00
Fix #127872: Expose image undo calls to python.
YimingWu pushed to fix-127872 at ChengduLittleA/blender 2024-09-20 09:06:33 +02:00
939c9ac48e Fix #127872: Expose image undo calls to python.
800d543fa5 Fix #127745: Increase "angle_limit" display precision
8485aaf105 Cleanup: correct copyright, SPDX header
0fc27c8d81 Cleanup: spelling in comments
0d88125da5 Tools: support check_spelling for CMake files
Compare 10 commits »
YimingWu created branch fix-127872 in ChengduLittleA/blender 2024-09-20 09:06:32 +02:00
YimingWu commented on issue blender/blender#127891 2024-09-20 07:51:29 +02:00
Blender constantly crashing on high specs PC

@Rexwolf Hi! Could you give us a minimal file that could reproduce this crash? Thanks!

YimingWu commented on issue blender/blender#127872 2024-09-20 07:27:37 +02:00
Undo Not Working with Changes to Image Pixels from Script

Looks like we actually need to expose ED_image_undo_push_end() to bpy in order for this to work.

YimingWu commented on issue blender/blender#127890 2024-09-20 05:52:36 +02:00
Crash when you turn on material preview for obj files

Hi @samplesex this could have already been fixed. See #127437. Please try latest 4.3 and see if it still crashes. Thanks!

YimingWu pushed to main at blender/blender 2024-09-20 05:50:17 +02:00
800d543fa5 Fix #127745: Increase "angle_limit" display precision
YimingWu closed issue blender/blender#127745 2024-09-20 05:50:15 +02:00
angle_limit in Bevel Modifier does not show enough precision
YimingWu commented on issue blender/blender#127889 2024-09-20 05:44:20 +02:00
Refractive materials on points ignore outgoing refractive bounce

I guess a "Point" primitive is by default small enough visually for such effect to be negligible. So this can be a nice way to save more time calculating stuff. But maybe an option can be good.

YimingWu commented on issue blender/blender#127877 2024-09-20 05:24:33 +02:00
Problems with Brush color

Hi @Edgar-Avelino-Mari , could you give us the file? (If too big, try to stip down some objects while the brush still shows such error) Thanks!

YimingWu commented on issue blender/blender#127872 2024-09-20 05:08:11 +02:00
Undo Not Working with Changes to Image Pixels from Script

I can confirm this. Wrapping it inside an operator that has bl_option={'UNDO'} also doesn't make it right.

YimingWu commented on issue blender/blender#127858 2024-09-20 04:57:00 +02:00
Scaling Problems with imported DAZ figures

Hi @Red-Thunderbird-Phoenix , I don't think blender maintains a plugin that can import figures from DAZ Studio, do you use any intermediate formats? For FBX/STL/GLTF/OBJ importer they all have…

YimingWu commented on issue blender/blender#127853 2024-09-20 04:52:22 +02:00
The undo and redo actions are completely unstable and unpredictable, skipping huge steps backwards, or none forward.

I could not reproduce this problem on my computer, here's what I did:

  • With given file, select those three rings, use Set Origin > Geometry Center
  • Select one ring and add a particle…
YimingWu commented on issue blender/blender#127847 2024-09-20 04:33:36 +02:00
Blender 4.2.2 (snap package) became slow and laggy on Ubuntu 22.04.5 LTS

Hi! Could you give us the system info file (Help > Save System Info), this way we could see which GPU/driver exactly is your blender using. I suspect that your blender is somehow using a…

YimingWu commented on issue blender/blender#127846 2024-09-20 04:30:13 +02:00
Wireframe shading artifacts on simple mesh

I believe this is just due to how those outlines are rendered. Because it's essentially expanding on pixels, some lines are gonna have a different aliasing pattern than others 🤔