YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#129183 2024-11-04 09:39:43 +01:00
Blender freezes permanently when pausing animation with multiframe on - macOS?

@Alaska any chance you can get where blender hangs on Mac?

YimingWu created pull request blender/blender#129774 2024-11-04 08:28:13 +01:00
Fix #129738: GPv3: Build modifier use key frame
YimingWu pushed to fix-129738 at ChengduLittleA/blender 2024-11-04 08:26:51 +01:00
b790b37143 Fix #129738: GPv3: Build modifier use key frame
3ab01f02f3 Merge branch 'blender-v4.3-release'
673f6dbb7f Fix #129725: Handle case of no animation keys during Collada export
0d6dc4c594 Merge branch 'blender-v4.3-release'
60d88f46ba Fix: STL import crash when unable to open or read file
Compare 10 commits »
YimingWu created branch fix-129738 in ChengduLittleA/blender 2024-11-04 08:26:51 +01:00
YimingWu commented on issue blender/blender#129738 2024-11-04 07:48:20 +01:00
GPv3: Build modifier does not respect keyframe positions

I can take a look

YimingWu commented on issue blender/blender#129657 2024-11-04 07:40:58 +01:00
SIGPIPE in python script closes blender

Seems fine here on 3.6 all the way to 4.4, blender just prompts broken pipe, does not crash here.

>>> client.send("tick\n".encode())
Traceback (most recent call last):
  File "<blender_co…
YimingWu commented on issue blender/blender#129484 2024-11-03 07:46:09 +01:00
Assertion: Lineart: Attempt to read bounding box of object in dependency cycle

I haven't tried lite build, but I'm indeed on debug with tbb enabled 🤔. Let me try doing lite. If the places that crash is consistently there, I can just go ahead and add a guard there.

YimingWu commented on issue blender/blender#129190 2024-11-02 14:32:51 +01:00
GP Line Art crash on reload

Thanks for the fix :D

YimingWu commented on issue blender/blender#129699 2024-11-02 14:19:24 +01:00
Python: declaring __init__ for an operator causes RuntimeError

#127025 is also related to overloading __init__, not sure if it's related? @mont29

YimingWu commented on pull request blender/blender#129717 2024-11-02 14:16:53 +01:00
Fix #129706: Guess keymap context from properties space

Note: I don't think this would break anything judging by places that use this function, but best if someone more familiar can test it.

YimingWu created pull request blender/blender#129717 2024-11-02 14:15:55 +01:00
Fix #129706: Guess keymap context from properties space
YimingWu created branch fix-129706 in ChengduLittleA/blender 2024-11-02 14:15:23 +01:00
YimingWu pushed to fix-129706 at ChengduLittleA/blender 2024-11-02 14:15:23 +01:00
ae4cf949ba Fix #129706: Guess keymap context from properties space
7b3e2fd7dd mypy: add 3 scripts to the "make check_mypy" config
8570dd22e7 Merge branch 'blender-v4.3-release'
62a5aed215 Cleanup: quiet mypy type warning
b239dead79 Merge branch 'blender-v4.3-release'
Compare 10 commits »
YimingWu commented on issue blender/blender#129706 2024-11-02 14:10:43 +01:00
Shortcuts can not be set to asset tools in tool properties editor

Can confirm. Looks like WM_keymap_guess_from_context() returns null when in properties space (it only handles 3d/image/sequencer space).

Let me check if I could quickly add the properties…

YimingWu closed issue blender/blender#129254 2024-11-02 09:04:34 +01:00
GPv3: LineArt not recognized by GreasePencil and GeoNodes setup
YimingWu commented on issue blender/blender#129254 2024-11-02 09:04:30 +01:00
GPv3: LineArt not recognized by GreasePencil and GeoNodes setup

Hi @Renan-Kogut This is a known limitation. It is because grease pencil objects can have line art modifiers that generate geometries that eventually be turned into mesh dynamically, but line art…

YimingWu commented on issue blender/blender#129484 2024-11-02 08:54:23 +01:00
Assertion: Lineart: Attempt to read bounding box of object in dependency cycle

@mod_moder I can't reproduce this with repeated runs, either with -t 1 or not... Is it still happening on your side?

YimingWu pushed to fix-129019 at ChengduLittleA/blender 2024-11-02 08:46:02 +01:00
b98e489fbe missing a line