YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu pushed to fix-125680 at ChengduLittleA/blender 2024-07-31 05:54:52 +02:00
e5eef2a5f7 Fix #125680: Dedicated overlay shader for edit GPv3
YimingWu created branch fix-125680 in ChengduLittleA/blender 2024-07-31 05:54:52 +02:00
YimingWu commented on issue blender/blender#125680 2024-07-31 05:26:46 +02:00
Regression: GPv3: Theme vertex size and color not working correctly

Not sure why but setting OVERLAY_shader_edit_gpencil_point doesn't work at all here, and setting OVERLAY_shader_edit_curve_point will draw vertices but they are still in mesh color/size…

YimingWu pushed to fix-125426 at ChengduLittleA/blender 2024-07-31 05:04:39 +02:00
10c3388e4c Fix naming
YimingWu commented on issue blender/blender#125680 2024-07-31 04:48:04 +02:00
Regression: GPv3: Theme vertex size and color not working correctly

Tried to force gl_PointSize = sizeVertexGpencil * 2.0; in overlay_edit_curve_point_vert.glsl but with no luck...

YimingWu commented on issue blender/blender#124278 2024-07-31 04:30:16 +02:00
matrix_world.to_translation() loses data somehow and returns (0.0, 0.0, 0.0) during operator re-do, only in certain cases (blender 4.2)

Yes #125665 seems to have a easier reproduction steps set up there

YimingWu commented on issue blender/blender#125665 2024-07-31 04:29:15 +02:00
Undo breaks object matrix

Can confirm. I'd say similar to #124278.

YimingWu commented on issue blender/blender#125570 2024-07-31 04:18:20 +02:00
Captured tangent are wrong when joined in a second object if curve has rotation

Then I guess it's probably missing a call that invalidates the tangent after merging objects. Will check in a bit

YimingWu pushed to fix-125426 at ChengduLittleA/blender 2024-07-31 04:15:16 +02:00
2f6a3b4837 Fixes
73307056de Merge branch 'main' into fix-125426
14b03fca3c PyAPI: add bpy.app.python_args, use when calling Python from Blender
2cf09525a7 PyAPI: include bpy.utils.extension_path_user in __all__
b64cf71c1d Fix #125554: Change to File Browser Thumbnail Type Icon Location
Compare 146 commits »
YimingWu commented on pull request blender/blender#125474 2024-07-31 04:09:49 +02:00
Fix #125426: Update paths in animation when renaming IDProperty

Hummm we kinda need that ref_id when calling rename. (Will FUNC_USE_SELF_ID do the job?)

YimingWu commented on pull request blender/blender#125474 2024-07-31 04:07:06 +02:00
Fix #125426: Update paths in animation when renaming IDProperty

I have no idea how long these should be 😅

YimingWu commented on issue blender/blender#125642 2024-07-30 12:19:25 +02:00
GPU Compositor Crashes when using Cycles (not Workbench / EEVEE) - Linux - Headless Node - Invalid Pointer

On 4.2 and 4.3 both fine here 🤔 I did set sample number to 1 so it won't take forever to render, maybe

I'm 4070 with 535.161.07 driver on linux.

It's best if you could find stack trace…

YimingWu commented on issue blender/blender#125590 2024-07-30 09:17:41 +02:00
Sampling colors does not work with negative values.

@homspau To me that using color picker to do this sounds more like it worked accidentally 😅

Looks like it will accept values that are greater than 1.0f as well. To me it feels like a…

YimingWu commented on issue blender/blender#125570 2024-07-30 09:11:39 +02:00
Captured tangent are wrong when joined in a second object if curve has rotation

OK I think I can reproduce with the steps like in the video, but I'm not entirely sure what's going on or whether that's expected. Will poke devs.

Probably it needs an additional "ensure…

YimingWu commented on issue blender/blender#107642 2024-07-30 09:07:00 +02:00
Blender hangs on Intel UHD 620 when switching to lookdev mode

We do have a few generic GL error in the debug log but it's not critical. The thing that would definitely hang the window/OS are those bunch of these barrier usages which are present at the end of…

YimingWu commented on issue blender/blender#125629 2024-07-30 06:31:43 +02:00
Blender ignores numlock state for numpads

AFAIK blender deliberately forces all numpad keys into their number version, regardless of whether numlock key is on or not 🤔 I believe that's due to earlier confusion due to numlock state, and…

YimingWu commented on issue blender/blender#125580 2024-07-30 06:20:57 +02:00
Changing Face alpha (theme editor): Faces render strangely when x-ray is on (edit mode->face)
图片

I can reproduce this in wire frame/solid mode, not in material preview or render preview mode.

I guess…

YimingWu commented on issue blender/blender#125609 2024-07-30 06:09:53 +02:00
Cycles holdout alpha issue both in viewport and render with transparent materials
图片

Not sure whether this is what you are describing... This is with outline holdout enabled for both…

YimingWu commented on issue blender/blender#125601 2024-07-30 06:02:24 +02:00
Blender 4.2. > Sculpting File Crashing

hummm I guess it's best to report this problem to the developer of the plugin, who might have better idea on what's going on

YimingWu commented on issue blender/blender#125590 2024-07-30 05:42:30 +02:00
Sampling colors does not work with negative values.

@homspau so what you wanted to achieve is that you want to sample and set the color in that "subtract" node and conveniently put the "center of the sphere" on sampled position? At the moment the…