- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
Block a user
76b9064148
Update tests
4664029815
Fix #124922: VSE text strip shadow now casts shadow of the outline
656fe6d3e4
Extensions: support "blocklist" in the remote repository
437cb33a73
Refactor: Sculpt: Use new mesh vertex neighbor function
ce0f51ac1b
Cleanup: Sculpt: Use enum class in various places
Aras Pranckevicius
created branch vse_text_shadow_outline in blender/blender-test-data
2024-07-26 08:47:03 +02:00
Aras Pranckevicius
pushed to vse_text_shadow_outline at blender/blender-test-data
2024-07-26 08:47:03 +02:00
9290255007
VSE: update and extend tests for #125445
Video: Error in video decoding on either Linux or AVX512 CPU (ffmpeg alignment issue?)
@Sean-Devonport hmm I suspect this might be due to AVX512 in your CPU featureset; that probably needs different alignment somewhere in ffmpeg related code. I don't have such a CPU around here to…
Video: Error in video decoding on either Linux or AVX512 CPU (ffmpeg alignment issue?)
@Sean-Devonport hmm this sounds very similar to #120077 that was fixed in 4.1.1 (4.1.0 did have the issue). That particular issue was not related to OS or platform, but rather to the CPU…
Fix #124922: VSE text strip shadow now casts shadow of the outline
Aras Pranckevicius
created branch vse_text_shadow_outline in aras_p/blender
2024-07-25 18:47:48 +02:00
2a39abcb80
Fix #124922: VSE text strip shadow now casts shadow of the outline
f7672438bf
GPv3: Trace image operator
4742fa7f40
Refactor: Sculpt: Remove BMesh custom data offset from BVH tree
6155c72237
Refactor: Sculpt: Remove PBVH BMesh log pointer
459572b15f
UI: Custom Windows Cursors for VSE Handles
VSE: Text strip outline wrongly goes "into" the text area (visible with semitransparent font color)
Aras Pranckevicius
deleted branch vse_text_inner_outline from aras_p/blender
2024-07-25 14:32:48 +02:00
Fix #125043: VSE text outline is wrongly inside the actual text shape
c139cc9cc0
Update test output
3b7764ecda
Merge branch 'main' into vse_text_inner_outline
28dd78457a
Fix #125169: autokeying with only insert available generates an empty action
0baeca8f9e
Fix #123735: Tooltip missing from open URL preset operator
65d0151300
Cleanup: Unused function warning when building without NDOF
VSE: prefetch frames crashes with some scene strips
At least in 4.3 / current main, the crash happens when the prefetch thread renders a scene strip, and inside of it DEG is evaluated, and view layer is copied:
BKE_view_layer_copy_data…
PLY exporter does not support float vertex colors
Right. As far as I can see, this limitation (vertex colors are always "bytes") has been since forever, i.e. in the old python based PLY exporter.
I'll see about adding an option. Maybe it would…