YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu commented on issue blender/blender#107262 2023-04-23 08:55:24 +02:00
Regression: Snap to vertex by Active Element moves item further and further away each time.

Can confirm the issue. Moving the cube seems to add a delta of snap_vertex_global_position on the translation initially...

YimingWu commented on issue blender/blender#107245 2023-04-23 08:48:35 +02:00
When I am in shading tab and whenever I right click to connect the nodes fresnel node pops up every single time and I don't know the cause but is happening every time

nvm... But it seems that you might have some plugins that's adding these nodes triggering by some events. Recommending a factory-reset of Blender and see if it still happens. Thanks!

YimingWu closed issue blender/blender#107246 2023-04-23 08:47:34 +02:00
When I am in shading tab and whenever I right click to connect the nodes fresnel node pops up every single time and I don't know the cause but is happening every time
YimingWu commented on issue blender/blender#107245 2023-04-23 08:47:22 +02:00
When I am in shading tab and whenever I right click to connect the nodes fresnel node pops up every single time and I don't know the cause but is happening every time

#107246 seem to report this same issue but in 2.80? I'll close that one but leave this one open instead.

YimingWu commented on issue blender/blender#107243 2023-04-23 08:41:15 +02:00
Empty object property "Size" should be "Radius"

Yeah I can see it's mainly the "Size" in empty properties tab being confusing. I suggest changing that property into "Radius" to avoid confusion with operator property "Size" and "Radius" when…

YimingWu commented on issue blender/blender#107246 2023-04-23 08:38:40 +02:00
When I am in shading tab and whenever I right click to connect the nodes fresnel node pops up every single time and I don't know the cause but is happening every time

Hi! @Christy-Daniel , This doesn't look like a normal behaviour. Have you enabled any plugins? Try a factory-reset of blender and see if the same issue pops up.

2.80 is not actively supported…

YimingWu commented on issue blender/blender#107248 2023-04-23 08:35:54 +02:00
Compositor ACCESS VIOLATION when updating datablocks from handlers

Similar to #107235 .

YimingWu commented on issue blender/blender#107253 2023-04-23 08:15:48 +02:00
UV Editor Snap Active to Vertex is Not Working

Hi @Omer-Almadani . I can confirm the behaviour, but I don't think the "Active" snapping mode ever works in the UV editor.

There are two problems here:

  • It seems that (on the UI) there's…
YimingWu commented on issue blender/blender#107235 2023-04-23 07:49:10 +02:00
Crash changing any object property in depsgraph_update_post (with the viewport compositing enabled)

In debug it also crashed at get_input("Image"); in CompositeOperation::execute(), likely to be a threading racing condition since it doesn't consistently crash at one place.

`return…

YimingWu deleted branch vse_channel_mute_fix from ChengduLittleA/blender 2023-04-19 16:27:38 +02:00
YimingWu pushed to main at blender/blender 2023-04-19 16:27:36 +02:00
599e52119f Fix #107101: Update depsgraph on muting VSE channel
YimingWu closed issue blender/blender#107101 2023-04-19 16:27:35 +02:00
Sound plays in sequencer despite channel being muted
YimingWu merged pull request blender/blender#107116 2023-04-19 16:27:34 +02:00
Fix #107101: Update depsgraph on muting VSE channel
YimingWu commented on issue blender/blender#107024 2023-04-19 10:01:45 +02:00
Audio in VSE of Blender 3.5 is weired

@hypergroups-groups I'm still unable to reproduce it in 3.3LTS.

Let's say you have a strip arrangement like this:

[1...10][11...20] and we delete [1...10]

By "It'll still play in…

YimingWu created pull request blender/blender#107116 2023-04-19 09:54:30 +02:00
Fix 107101: Update depsgraph on muting VSE channel
YimingWu pushed to vse_channel_mute_fix at ChengduLittleA/blender 2023-04-19 09:52:33 +02:00
45a735fd49 Fix 107101: Update depsgraph on muting VSE channel
39bcf6bdc9 UI: Allow Clipboard Copy/Paste Images
29c2722753 Cleanup: remove stray white-space & redundant addition
89aa86cb0a Cleanup: remove unused ImBuf::c_handle
3fadaa4fca Cleanup: Remove unused PBVH "respect hide" variable
Compare 10 commits »
YimingWu created branch vse_channel_mute_fix in ChengduLittleA/blender 2023-04-19 09:52:33 +02:00
YimingWu commented on issue blender/blender#107108 2023-04-19 08:54:04 +02:00
"Reset to Default Value" sets alpha incorrectly in [Material Properties > Viewport Display > Color]

Can confirm. This seems to never have been correct. An RNA fix should be easy.

YimingWu commented on issue blender/blender#107107 2023-04-19 08:50:50 +02:00
AddOns show for few seconds on the N panel and suddely dissapear

Hi @Juan-Urdaneta We can't really test this without the exact addon setup. Could you try factory-reset blender, and enabling the plug-in one by one, and see which is the exact plug-in that's…