Aras Pranckevicius aras_p
Aras Pranckevicius commented on issue blender/blender#129317 2024-10-23 06:28:34 +02:00
STL import always merges co-located vertices, need option to turn that off

Yeah the STL importers (all of them) have been always merging vertices that happen to be at the same coordinates. Maybe an import option to not do that should be added, I will look.

Aras Pranckevicius commented on issue blender/blender#129325 2024-10-22 19:08:06 +02:00
VSE: Gaussian Blur gives wrong RGBA values for pure white, at fractional blur sizes

@SergeL from a quick look, this only seems to happen when gaussian blur size is a non-integer value. Do you see the same?

I will try to investigate the root cause. But most likely will happen…

Aras Pranckevicius commented on pull request blender/blender#129119 2024-10-21 18:20:29 +02:00
ffmpeg: Support H.265 video output codec

Will there be RGBA mode also supported with H.265 in future? As Wikipedia says, the format does support additional channels.

From what I can tell, while the format supports "additional…

Aras Pranckevicius commented on pull request blender/blender#129298 2024-10-21 14:56:39 +02:00
ffmpeg: 10 and 12 bit video support
Aras Pranckevicius commented on pull request blender/blender#120033 2024-10-21 14:54:26 +02:00
WIP: Video: 10/12 BPP and HDR video output support

10- and 12-bit parts (except HDR) superseded by #129298 now

Aras Pranckevicius pushed to ffmpeg_higher_bpp at aras_p/blender 2024-10-21 14:47:02 +02:00
baf1fe7e4f ffmpeg: Load 10- and 12-bit videos as floating point
a104076205 ffmpeg: Support output of 10- and 12-bit videos with relevant codecs
7567c07480 Merge remote-tracking branch 'origin/blender-v4.3-release'
28ea1d2f7b Fix: VSE scopes crash on float images
8b8ab301a4 Cleanup: Clarify Cryptomatte layer identification
Compare 15 commits »
Aras Pranckevicius pushed to main at blender/blender 2024-10-21 14:46:10 +02:00
7567c07480 Merge remote-tracking branch 'origin/blender-v4.3-release'
28ea1d2f7b Fix: VSE scopes crash on float images
d7368e0068 Cleanup: remove unused variable
b686e72e57 Fix: wrong offset in the 'Has Neighbour' output of the 'Index of Nearest' node
Compare 4 commits »
Aras Pranckevicius deleted branch vse_float_scopes_crash_fix from aras_p/blender 2024-10-21 14:44:12 +02:00
Aras Pranckevicius merged pull request blender/blender#129293 2024-10-21 14:44:09 +02:00
Fix: VSE scopes crash on float images
Aras Pranckevicius pushed to blender-v4.3-release at blender/blender 2024-10-21 14:44:09 +02:00
28ea1d2f7b Fix: VSE scopes crash on float images
Aras Pranckevicius created pull request blender/blender#129298 2024-10-21 14:40:54 +02:00
WIP: ffmpeg: 10 and 12 bit video support
Aras Pranckevicius pushed to ffmpeg_higher_bpp at aras_p/blender 2024-10-21 14:39:50 +02:00
e1a3966f03 ffmpeg: Load 10- and 12-bit videos as floating point
20a2c590ef ffmpeg: Support output of 10- and 12-bit videos with relevant codecs
cc202bbe1c Merge branch 'blender-v4.3-release'
f729d98fa4 Fix #129269: can't load images packed into the .blend file
64027cd178 Merge branch 'blender-v4.3-release'
Compare 24 commits »
Aras Pranckevicius pushed to ffmpeg_higher_bpp at aras_p/blender 2024-10-21 14:38:48 +02:00
ac87e6afa5 ffmpeg: Load 10- and 12-bit videos as floating point
5ccfe9764f ffmpeg: Support output of 10- and 12-bit videos with relevant codecs
779d70f80e Merge branch 'blender-v4.3-release'
Compare 3 commits »
Aras Pranckevicius created branch ffmpeg_higher_bpp in aras_p/blender 2024-10-21 14:38:48 +02:00
Aras Pranckevicius created pull request blender/blender#129293 2024-10-21 13:35:49 +02:00
Fix: VSE scopes crash on float images
Aras Pranckevicius created branch vse_float_scopes_crash_fix in aras_p/blender 2024-10-21 13:35:16 +02:00
Aras Pranckevicius pushed to vse_float_scopes_crash_fix at aras_p/blender 2024-10-21 13:35:16 +02:00
66256969c4 Fix: VSE scopes crash on float images
f729d98fa4 Fix #129269: can't load images packed into the .blend file
c836c0a20e Fix #129151: Crash showing tool-tips from dynamic enums
30fb2a9b52 Formatting
41655fcb3d Fix #129255: Color modifier uses wrong material slot index
Compare 10 commits »
Aras Pranckevicius pushed to main at blender/blender-developer-docs 2024-10-21 06:06:51 +02:00
b3cd4959ef Update docs/release_notes/4.4/core.md
Aras Pranckevicius deleted branch ffmpeg_h265 from aras_p/blender 2024-10-20 10:27:57 +02:00