YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu pushed to fix-129051 at ChengduLittleA/blender 2024-10-15 15:40:47 +02:00
a433ddf3a6 Include u_scale in curve_attributes_to_skip
0cb549bfe8 Fix #129051: Write default u_scale when drawing grease pencil
5f84f934a8 Fix #127087: GPv3: Initialize/copy attributes when adding/duplicating layers
5be60642ad Fix: GPv3: Crash when using build modifier with cyclic curves
715a37b662 Fix #129049: Solid mode doesn't render strokes correctly
Compare 16 commits »
YimingWu pushed to fix-129051-4.3 at ChengduLittleA/blender 2024-10-15 15:39:04 +02:00
a433ddf3a6 Include u_scale in curve_attributes_to_skip
0cb549bfe8 Fix #129051: Write default u_scale when drawing grease pencil
5f84f934a8 Fix #127087: GPv3: Initialize/copy attributes when adding/duplicating layers
5be60642ad Fix: GPv3: Crash when using build modifier with cyclic curves
715a37b662 Fix #129049: Solid mode doesn't render strokes correctly
Compare 10 commits »
YimingWu created branch fix-129051-4.3 in ChengduLittleA/blender 2024-10-15 15:39:03 +02:00
YimingWu pushed to fix-129051 at ChengduLittleA/blender 2024-10-15 15:21:15 +02:00
8f0114aba2 Include u_scale in curve_attributes_to_skip
YimingWu created pull request blender/blender#129060 2024-10-15 15:07:01 +02:00
Fix #129051: Write default u_scale when drawing grease pencil
YimingWu pushed to fix-129051 at ChengduLittleA/blender 2024-10-15 15:06:34 +02:00
161dd882ff Fix #129051: Write default u_scale when drawing grease pencil
YimingWu created branch fix-129051 in ChengduLittleA/blender 2024-10-15 15:05:44 +02:00
YimingWu pushed to fix-129051 at ChengduLittleA/blender 2024-10-15 15:05:44 +02:00
2b2083985e Fix #129051: Write default u_scale when drawing grease pencil
YimingWu commented on issue blender/blender#129051 2024-10-15 15:02:12 +02:00
GPv3: Applying TextureMapping modifier affects UV of future strokes

Can confirm. Looks like process_start_sample should write a default 1.0f into that attribute.

YimingWu commented on issue blender/blender#129048 2024-10-15 14:46:40 +02:00
GPv3: Stroke/point Python APIs create redundant attributes

Can confirm.

YimingWu commented on pull request blender/blender#128116 2024-10-15 14:43:46 +02:00
Fix: Grease Pencil: Add back support for stroke direction overlay

@filedescriptor I couldn't get this to work. Considering overlay-next is coming, we may not need to fix this

YimingWu pushed to fix-128887 at ChengduLittleA/blender 2024-10-15 13:38:38 +02:00
a3598e71b4 Use set instead of vector
YimingWu closed issue blender/blender#129037 2024-10-15 09:39:06 +02:00
Blender is not working, when opened it just shows a blank screen
YimingWu commented on issue blender/blender#129037 2024-10-15 09:39:02 +02:00
Blender is not working, when opened it just shows a blank screen

Hi! This is the same as #127835. Please try forcing blender to run on your discrete video card in your NVIDIA control panel. Thanks!

YimingWu created pull request blender/blender#129031 2024-10-15 06:12:24 +02:00
Fix #129019: Prevent render engine changes while rendering
YimingWu pushed to fix-129019 at ChengduLittleA/blender 2024-10-15 06:11:26 +02:00
dc274f9f07 Fix #129019: Prevent render engine changes while rendering
24301e9b22 Merge branch 'blender-v4.3-release'
9c36cfb4b8 Fix: Use error reports as indication of cancellation for some IO ops
b2a67aa750 Merge branch 'blender-v4.3-release'
feaa7bbbcc Fix #129013: Certain brushes can cause artifacts
Compare 10 commits »
YimingWu created branch fix-129019 in ChengduLittleA/blender 2024-10-15 06:11:26 +02:00
YimingWu commented on issue blender/blender#129019 2024-10-15 06:03:27 +02:00
Crash when switching from EEVEE to Cycles while rendering animation

I mean that's kind of an unusual thing to do...

The crash log shows exception at UI drawing which kind of is a side effect of this switch. The code should assert in `DRW_system_gpu_render_contex…

YimingWu commented on issue blender/blender#129016 2024-10-15 05:58:39 +02:00
Random UV crashes, hard to pin down

Seems to be related to OpenImageIO. Any chance you still have images loading in backgrounds? Could you try factory-reset Blender then see if it crashes like this? Maybe some plugins you enabled is…

YimingWu commented on issue blender/blender#128994 2024-10-15 05:46:15 +02:00
Geometry Nodes : For-each-zone : Blender crash with instances

Can confirm the crash. But it would be best if you can give us reproducible steps so we know how to get the nodes into such state. 🤔

By connecting the geometry to elements inside the repeat…