YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu pushed to fix-125897 at ChengduLittleA/blender 2024-08-05 16:42:47 +02:00
8860ebd336 use true/false
YimingWu pushed to fix-125897 at ChengduLittleA/blender 2024-08-05 16:40:42 +02:00
b029a9ab3f Fixes
YimingWu commented on pull request blender/blender#125882 2024-08-05 16:24:27 +02:00
Fix #125711: Ensure valid image format set from command line

The const bool is_float = im_format->depth > R_IMF_CHAN_DEPTH_16 is actually what the code originally intended (and this just changed the value to the more readable name. The bug here is that…

YimingWu commented on issue blender/blender#80458 2024-08-05 14:51:25 +02:00
Reliable GPU hang on common Intel cards (Linux)

@Foxie-Flakey it's best to run blender natively rather than from flatpak. You could try official downloaded version and make sure it's having the same issue?

YimingWu created pull request blender/blender#125900 2024-08-05 14:46:17 +02:00
Fix #125897: Use cyclic when handling curves selection
YimingWu pushed to fix-125897 at ChengduLittleA/blender 2024-08-05 14:44:58 +02:00
1bb6c6eea0 Fix #125897: Use cyclic when handling curves selection
YimingWu created branch fix-125897 in ChengduLittleA/blender 2024-08-05 14:44:58 +02:00
YimingWu pushed to fix-125426 at ChengduLittleA/blender 2024-08-05 14:19:45 +02:00
3e121d4eb5 Merge branch 'main' into fix-125426
60d80c6bd5 Fix: DRW: Broken compilation on MacOS
1c3a2d1f5f Fix: temp_override doc not to take the positional arguments
5ae70519b2 GPv3: Python API: Add function to get current frame on a layer
0e6d9c355c Fix: DRW: Vertex count explosion on pass resubmission
Compare 137 commits »
YimingWu pushed to fix-125426 at ChengduLittleA/blender 2024-08-05 14:16:43 +02:00
60f1d51e2c Put fix_paths_rename_all in animation data
YimingWu pushed to gpv3-merge at ChengduLittleA/blender 2024-08-05 11:02:34 +02:00
1cffed56d8 Merge branch 'main' into gpv3-merge
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 205 commits »
YimingWu commented on issue blender/blender#125230 2024-08-05 09:08:26 +02:00
GPv3: Open a new scene after pin a material to brush, break material UI selector

In debug we actually get an assert error:

BLI_assert failed: source/blender/blenkernel/intern/blendfile.cc:420, reuse_editable_asset_bmain_data_dependencies_process_cb()

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