Aras Pranckevicius aras_p
Aras Pranckevicius commented on pull request blender/blender#124124 2024-07-04 10:48:00 +02:00
Fix #123579: VSE, no magenta preview for missing scene strips

@tintwotin Sound is obviously not relevant here. Effect strips with no inputs get deleted I think (and also, they do not have a "missing media file", conceptually -- it is "missing input"). Good…

Aras Pranckevicius pushed to main at blender/blender 2024-07-04 10:29:27 +02:00
d51dee85f7 Merge branch 'blender-v4.2-release'
2aee84a611 Fix #123579: VSE, no magenta preview for missing scene strips
b31d34033a Fix: make auto-keying reliably key all needed bone channels
Compare 3 commits »
Aras Pranckevicius deleted branch vse_missing_scene_pink from aras_p/blender 2024-07-04 10:28:14 +02:00
Aras Pranckevicius closed issue blender/blender#123579 2024-07-04 10:28:10 +02:00
VSE: No magenta preview on missing scene strips
Aras Pranckevicius pushed to blender-v4.2-release at blender/blender 2024-07-04 10:28:07 +02:00
2aee84a611 Fix #123579: VSE, no magenta preview for missing scene strips
Aras Pranckevicius merged pull request blender/blender#124124 2024-07-04 10:28:06 +02:00
Fix #123579: VSE, no magenta preview for missing scene strips
Aras Pranckevicius commented on pull request blender/blender#124124 2024-07-04 10:27:38 +02:00
Fix #123579: VSE, no magenta preview for missing scene strips

If there would be a hard rule that const should be used in these cases, then sure. But personally myself, I don't quite see the point :)

Aras Pranckevicius commented on issue blender/blender#123578 2024-07-03 21:44:19 +02:00
VSE: The unselected, active strip outline covers the gap between strips.

It's not that it covers the gap, but it actually is the outer outline that just changes color from black to white. A solution would be for it to leave the outer dark outline as is, and this…

Aras Pranckevicius created pull request blender/blender#124124 2024-07-03 21:37:29 +02:00
Fix #123579: VSE, no magenta preview for missing scene strips
Aras Pranckevicius created branch vse_missing_scene_pink in aras_p/blender 2024-07-03 21:36:51 +02:00
Aras Pranckevicius pushed to vse_missing_scene_pink at aras_p/blender 2024-07-03 21:36:51 +02:00
cfbdb37a61 Fix #123579: VSE, no magenta preview for missing scene strips
71159872a4 Fix: EEVEE: VDB renders as bounding box when using Volume Scatter
659e19607d Cycles: Cleanup calls to _cycles.available_devices
090fed06a9 Cycles: Fix automatic OptiX denoiser section criteria
e10dcc01bd Fix: EEVEE: Avoid loosing SSS small radius energy
Compare 10 commits »
Aras Pranckevicius pushed to main at blender/blender 2024-07-03 15:02:14 +02:00
28d00f16d9 Merge branch 'blender-v4.2-release'
44510662e9 Fix #123541: VSE thumbnails in some cases are drawn outside of the strip
Compare 2 commits »
Aras Pranckevicius deleted branch vse_thumb_right_fix from aras_p/blender 2024-07-03 14:59:29 +02:00
Aras Pranckevicius closed issue blender/blender#123541 2024-07-03 14:59:26 +02:00
VSE: Thumbnail drawn outside strip
Aras Pranckevicius merged pull request blender/blender#124081 2024-07-03 14:59:22 +02:00
Fix #123541: VSE thumbnails in some cases are drawn outside of the strip
Aras Pranckevicius pushed to blender-v4.2-release at blender/blender 2024-07-03 14:59:22 +02:00
44510662e9 Fix #123541: VSE thumbnails in some cases are drawn outside of the strip
Aras Pranckevicius commented on pull request blender/blender#123144 2024-07-03 10:48:52 +02:00
Fix #114859: VSE Retiming versioning was broken

The same last_key->strip_frame_index assignment is on both sides of the branch. Wouldn't it be simpler, like:

Aras Pranckevicius commented on issue blender/blender#123918 2024-07-03 10:41:43 +02:00
IO: C++ STL exporter writing inverted normals if mesh is mirrored

I think the exporter should flip normals for mirrored objects, i.e. this is a valid bug/request. I'll look into it.

Aras Pranckevicius commented on issue blender/blender#123862 2024-07-03 10:38:54 +02:00
OBJ: Importing with Clamp-Bounding-Box rounds scale to closest 10^n factor

Feels like a bug to me, will look into it

Aras Pranckevicius created pull request blender/blender#124081 2024-07-03 08:46:37 +02:00
vse_thumb_right_fix