YimingWu ChengduLittleA
  • Joined on 2014-05-03
YimingWu created pull request blender/blender#107116 2023-04-19 09:54:30 +02:00
Fix 107101: Update depsgraph on muting VSE channel
YimingWu created branch vse_channel_mute_fix in ChengduLittleA/blender 2023-04-19 09:52:33 +02:00
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 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…

YimingWu commented on issue blender/blender#107106 2023-04-19 08:47:45 +02:00
Cycles does not respect Holdout option around Grease Pencil objects

Can confirm the issue. I believe cycles never anticipated the existence of this option yet.

YimingWu commented on issue blender/blender#107104 2023-04-19 08:40:18 +02:00
4 BLEND and their backup BLEND1 files from the same day show "FORMAT NOT SUPPORT" error when attempting to open.

Hi @sveilien looks like your file is corrupted. blender checks for the file header information and this file's header is not correct.

The preference problem sounds like also your user…

YimingWu commented on issue blender/blender#107105 2023-04-19 08:31:36 +02:00
Memory Leak

Hi @Deryk-Rivera We can't determine what's actually going on without more information.

Could you provide more system information? OS and graphics card details, possibly from blender `menu ->…

YimingWu commented on issue blender/blender#107101 2023-04-19 08:25:57 +02:00
Sound plays in sequencer despite channel being muted

Related: #97254 , fixed but probably broken again by #103852 in ad146bd17a813fd1c40f83876141571ca221642a , where it probably should also call rna_Sequence_sound_update() internally as well to…

YimingWu commented on issue blender/blender#107101 2023-04-19 08:02:53 +02:00
Sound plays in sequencer despite channel being muted

Can confirm the issue. Unchecking the channel main checkbox does not mute the audio.

In 3.4.1 the checkbox is working as expected.

YimingWu commented on issue blender/blender#107113 2023-04-19 08:00:36 +02:00
VSE channel checkbox/lock button invisible in Blender Light theme

After fiddling around I can find the color for the Source List background.

These checkbox widgets seems to be using the User Interface -> Regular -> Text/Selected color as their colors.

@pa…

YimingWu opened issue blender/blender#107113 2023-04-19 07:51:25 +02:00
VSE channel checkbox/lock button invisible in Blender Light theme
YimingWu commented on issue blender/blender#107099 2023-04-19 07:37:40 +02:00
Blender 3.5 crash on render with Intel 4600 integrated GPU

Looks like it's a shader problem, and seems to be a new issue that haven't been reported recently. The intel 4600 is listed as a supported graphic hardware ([Intel Haswell or later](https://en.wiki

YimingWu commented on issue blender/blender#107030 2023-04-18 16:31:26 +02:00
action.frame_range span always >=1 when there's only 1 key frame in it.

Setting a key on frame 3 and another key on a fractional frame 3.5: returns (3.0, 3.5).

I haven't tried fractional frame, but in the case of BKE_action_get_frame_range, if we meant to get…

YimingWu commented on issue blender/blender#107030 2023-04-18 11:33:48 +02:00
action.frame_range span always >=1 when there's only 1 key frame in it.

@dr.sybren The problem with this one is that it's neither [start, end) nor [start, end], now for a frame range of [0,1] and [0,0], the length is both 1 due to minimum value clamping.

YimingWu commented on issue blender/blender#107030 2023-04-17 13:23:30 +02:00
action.frame_range span always >=1 when there's only 1 key frame in it.

I can replicate the issue with past versions as well back to 2.93.

This looks to be intentional because the NLA editor also uses this value to draw strips, this is to ensure the strip always…

YimingWu commented on issue blender/blender#107027 2023-04-17 13:12:04 +02:00
collection iteration and renaming, output unpredictable results

Hi @barakooda , I can confirm that's indeed what's happening. I think I know the reason why the script is doing it in such a way. When you change the name of an object, blender will sort the…

YimingWu commented on issue blender/blender#107027 2023-04-17 11:15:56 +02:00
collection iteration and renaming, output unpredictable results

@barakooda Looks that's what exactly what your script does?

YimingWu commented on issue blender/blender#107027 2023-04-17 10:37:44 +02:00
collection iteration and renaming, output unpredictable results

Hi @barakooda , there's a name length limit to all ID data blocks (64 characters). That's why when your prefix gets too long, they will get truncated (if that's what you are referring to as…

YimingWu closed issue blender/blender#106992 2023-04-17 10:26:41 +02:00
hair curve wont comb at the root no matter what settings i use or even resetting blender to default settings, previous versions do work its just 3.5