YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#127843 2024-09-20 04:28:07 +02:00
Blender Closing when i hit Render (old #127089)

I am able to render animation with your file just fine with both 4.2.1 LTS and latest 4.3 🤔

YimingWu closed issue blender/blender#127813 2024-09-20 04:13:41 +02:00
Conflicting versions of python and numpy upon install of 4.2 LTS.
YimingWu commented on issue blender/blender#127813 2024-09-20 04:13:37 +02:00
Conflicting versions of python and numpy upon install of 4.2 LTS.

On the release note it says numpy 2.1.1 supports python 3.10-3.13 , so it really should not have any problems. Also in your console output,…

YimingWu commented on pull request blender/blender#127817 2024-09-20 04:05:16 +02:00
UI Test: CJK TTC Face Selection

I'll try using FT_Load_Sfnt_Table on my own program to test what I could get from various fonts. From the spec, dlang should be enough to determine target language.

YimingWu commented on issue blender/blender#73199 2024-09-19 12:00:06 +02:00
Editing an object that is referenced in a disabled modifier (of another object) forces the other modifiers on the same stack to update

I see... I guess this problem is harder to tackle than I imagined atm. Thanks for explaining! :D

YimingWu deleted branch fix-127539 from ChengduLittleA/blender 2024-09-19 11:22:39 +02:00
YimingWu pushed to main at blender/blender 2024-09-19 11:22:39 +02:00
11bf2b9a62 Fix #127539: Prevent multi-object editing in GPv3
YimingWu closed issue blender/blender#127539 2024-09-19 11:22:37 +02:00
Crash when entering edit mode with multiple GP objects
YimingWu merged pull request blender/blender#127796 2024-09-19 11:22:35 +02:00
Fix #127539: Prevent multi-object editing in GPv3
YimingWu pushed to fix-127539 at ChengduLittleA/blender 2024-09-19 11:21:59 +02:00
24ff3b6208 Fixes
YimingWu commented on issue blender/blender#73199 2024-09-19 10:45:33 +02:00
Editing an object that is referenced in a disabled modifier (of another object) forces the other modifiers on the same stack to update

@Sergey at the moment in this example (Boolean Modifier). It does not seem to check whether the modifier itself is disabled before adding all those relations. I don't think any of those existing…

YimingWu pushed to fix-127539 at ChengduLittleA/blender 2024-09-19 10:36:24 +02:00
f394ea612d Fixes
YimingWu commented on issue blender/blender#124687 2024-09-19 08:29:06 +02:00
Blender's edit and object mode freezing on linux

@Symbo1ic That's great! However this solution doesn't really work on mine either. So there must be different bugs within the driver :/ But I guess this could be good reference for future people…

YimingWu commented on issue blender/blender#127726 2024-09-19 07:59:06 +02:00
Camera DOF focus distance is not updating on animations with compositing Defocus node when using timeline camera markers

it is important to not change the current frame 1 to a frame in the second camera range as the only proper defocus happens for the camera of the currently selected frame, while the bug is in…

YimingWu commented on issue blender/blender#73199 2024-09-19 05:37:29 +02:00
Editing an object that is referenced in a disabled modifier (of another object) forces the other modifiers on the same stack to update

Is it safe to assume that updateDepsgraph() should be called with modifier disabled state to properly take care of such relations?

YimingWu commented on issue blender/blender#124687 2024-09-19 05:15:34 +02:00
Blender's edit and object mode freezing on linux

@Philippa-A the bug is within mesa and from what I gather, I could not really determine the state of this. I haven't managed to resolve the issue on my UHD 620 either. One thing you could try is…

YimingWu commented on pull request blender/blender#127817 2024-09-19 05:11:16 +02:00
UI Test: CJK TTC Face Selection

Hi @Harley I confirm this works perfectly :D I guess what's left is the automatic language-face detection.

图片
YimingWu commented on issue blender/blender#127519 2024-09-18 12:16:30 +02:00
Regression: GreasePencilDrawing.remove_strokes very slow

I think the problem is that GPv3 will re-allocate everything when updating the drawing internally. It's recommended that you use a different approach to this problem by preparing all the arrays…

YimingWu commented on issue blender/blender#127529 2024-09-18 12:12:42 +02:00
GPv3: CRASH Transforming Multiple Objects in Edit Mode

#127796 should fix (handle) both issues. GPv3 isn't capable of multi-object editing for now, so for now we have to prevent this kind of situation from happening.

YimingWu created pull request blender/blender#127796 2024-09-18 12:10:00 +02:00
Fix #127539: Prevent multi-object editing in GPv3