YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#125787 2024-08-05 08:49:16 +02:00
Textures don't load for brushes when using "Use Relative Paths" option

Hummm... not sure if anyone is maintaining this legacy part. Will take a look and see if I could find it

YimingWu commented on issue blender/blender#125848 2024-08-05 07:38:31 +02:00
EEVEE render crashes - AMD Mesa

There's apparently a bunch of these GL_INVALID_VALUE errors in the log... I think this may lead to failing to draw out some stuff but not necessarily crashes. @fclem does this ring any…

YimingWu commented on issue blender/blender#125848 2024-08-05 07:12:11 +02:00
EEVEE render crashes - AMD Mesa

It does appear that it crashed in the driver. Could you give us system info (Help > Save System Info)? Also, it's possible that using a slightly older version of driver could help.

Please also…

YimingWu commented on issue blender/blender#125860 2024-08-05 07:08:33 +02:00
Inconsistency in UI in tool settings in different modes

Hi!

  • The "Front Faces Only" is not the same option as "Backface culling". The former enables the brush to be effective on only front faces, while the latter is a display option.
  • "Normal…
YimingWu commented on issue blender/blender#125848 2024-08-05 07:01:57 +02:00
EEVEE render crashes - AMD Mesa

@wavetro-3 Please try downloading blender from official website. blender comes with package managers in different distributions recently has seen a lot of problems due to their configurations.

YimingWu commented on issue blender/blender#125861 2024-08-05 06:58:33 +02:00
Long Key Line and Interpolation Line turn invisible when only single keyframe visible in viewing range.

Ah looks like #125807 is gonna fix this

YimingWu commented on issue blender/blender#125865 2024-08-05 06:53:20 +02:00
Blender crashes when using bpy.ops.render.render("INVOKE_DEFAULT")

Yes, can confirm that this crashes on latest 4.2 but not 4.3

YimingWu commented on issue blender/blender#125866 2024-08-05 06:49:03 +02:00
Gpencil: Geometry nodes instance on points with GP crash on last keyframe delete

Looks pretty complex for me...

What I can see is that the custom data layer will have a null anonymous_id_ which I have no idea what's causing it...

YimingWu created pull request blender/blender#125882 2024-08-05 06:27:22 +02:00
Fix #125711: Ensure valid image format set from command line
YimingWu pushed to fix-125711 at ChengduLittleA/blender 2024-08-05 06:26:41 +02:00
3d91782505 Fix #125711: Ensure valid image format set from command line
5fb140a36e UI: Status Bar Using SVG Icons
fc6a99e0d2 Fix #77837: Error removing addons/extension/wheels on WIN32
fe672bd479 Cleanup: USD: const correctness fixes
c0d37d97de Cleanup: Sculpt: Move topology islands API to C++ namespace
Compare 10 commits »
YimingWu created branch fix-125711 in ChengduLittleA/blender 2024-08-05 06:26:41 +02:00
YimingWu commented on issue blender/blender#125711 2024-08-05 05:43:01 +02:00
Blender 4.2 crashes during stereo render when saving EXR using "Stereo 3D"

Crashed in imb_stereo3d_write_anaglyph, where s3d->rect == null. (However s3d->rectf is not null)...

I believe the check for is_float is wrong in IMB_stereo3d_ImBuf, where it should…

YimingWu commented on issue blender/blender#125711 2024-08-05 05:19:45 +02:00
Blender 4.2 crashes during stereo render when saving EXR using "Stereo 3D"

I can reproduce this with the command given :D Will check where exactly it broke. Thanks for the details

YimingWu commented on issue blender/blender#125778 2024-08-03 08:57:41 +02:00
Segfault in asset browser code after deleting asset library

Humm unfortunately we probably gonna need the exact asset setup. Maybe also it could be some problematic files in there. I could not reproduce locally here on my Windows or Linux machine 🤔

YimingWu commented on issue blender/blender#125787 2024-08-02 12:23:00 +02:00
Textures don't load for brushes when using "Use Relative Paths" option

Hi @NahuelBelich , what is the "work" hard drive path when you are viewing it from a file browser? Is it /media/some_user/xxx-xxxxxx-xxxx kind of path or /mnt/xxxxxx?

This may cause the…

YimingWu commented on issue blender/blender#125711 2024-08-02 12:07:16 +02:00
Blender 4.2 crashes during stereo render when saving EXR using "Stereo 3D"

I'm not able to reproduce on Ubuntu 22.04 with 1x NVIDIA 4070 535.161.07.

Tried either rendering animation or still image, render progresses just fine.

I did try OptiX/CUDA for the GPU as…

YimingWu commented on issue blender/blender#102179 2024-08-02 11:57:48 +02:00
Overlay-Next

@fclem current main.

Reproducible via:

  • Open Blender
  • Enable Overlay Next
  • Try selecting the default cube
  • Gives out such errors (However if I restart the program with overlay next…
YimingWu closed issue blender/blender#125802 2024-08-02 08:09:12 +02:00
Join node in repeat loop has curious behavior depending on sequence of connections.
YimingWu commented on issue blender/blender#125802 2024-08-02 08:09:08 +02:00
Join node in repeat loop has curious behavior depending on sequence of connections.

Hi @Still , this is expected behavior.

This is because the index would change based on the order of how you are joining geometries. The second way means you are always extruding from the first…

YimingWu commented on issue blender/blender#125780 2024-08-02 05:50:44 +02:00
Object World Matrix in duplicated scene is not accessible

Can confirm. Seems to be lacking runtime evaluation. After switching to Scene.001 and select Cube.001 again, the value is then correct.