Aras Pranckevicius aras_p
Aras Pranckevicius pushed to main at blender/blender 2024-01-19 20:29:53 +01:00
d2e4da0f5b Cleanup: reduce C-isms in imbuf headers
a705259b4b Cleanup: move imbuf .h files to .hh
Compare 2 commits »
Aras Pranckevicius merged pull request blender/blender#117327 2024-01-19 20:29:53 +01:00
Cleanup: convert imbuf headers to c++ .hh
Aras Pranckevicius commented on pull request blender/blender#117327 2024-01-19 18:37:18 +01:00
Cleanup: convert imbuf headers to c++ .hh
Aras Pranckevicius pushed to imbuf-cpp at aras_p/blender 2024-01-19 18:36:33 +01:00
a03b331835 Cleanup: reduce C-isms in imbuf headers
a864d80dff Cleanup: move imbuf .h files to .hh
0dc3ffb5af Fix: windows compile error
21407901f8 Cleanup: Various clang tidy changes
7ca4dcac5a Cleanup: Use std::string for UI drop box tooltip return type
Compare 5 commits »
Aras Pranckevicius pushed to main at blender/blender 2024-01-19 18:36:10 +01:00
0dc3ffb5af Fix: windows compile error
Aras Pranckevicius pushed to imbuf-cpp at aras_p/blender 2024-01-19 18:00:06 +01:00
b0761f0ea1 Cleanup: reduce C-isms in imbuf headers
9afce91d1f Cleanup: move imbuf .h files to .hh
b2ef92361f Fix: windows compile error
a510bad81a UI: Change of File Save Icon
4bf08198a7 Compositor: Do not flip bounds of Crop node
Compare 24 commits »
Aras Pranckevicius pushed to main at blender/blender 2024-01-19 17:59:12 +01:00
b2ef92361f Fix: windows compile error
Aras Pranckevicius pushed to imbuf-cpp at aras_p/blender 2024-01-19 13:54:37 +01:00
a50cf06553 Cleanup: reduce C-isms in imbuf headers
886f862317 Cleanup: move imbuf .h files to .hh
35dcd79391 Fix: Syntax error in latest commit
a3b7674c6e Compositor: Add a Nearest sampling to Map UV node
56f3cef4c1 Fix: Cryptomatte fails with multi-layer images
Compare 5 commits »
Aras Pranckevicius pushed to main at aras_p/blender 2024-01-19 13:53:35 +01:00
35dcd79391 Fix: Syntax error in latest commit
a3b7674c6e Compositor: Add a Nearest sampling to Map UV node
56f3cef4c1 Fix: Cryptomatte fails with multi-layer images
d3cd2c5556 Fix: GPv3: Error in shader caused by mixing data types
fd07c43f5e Release: change LTS release notes script from wiki to markdown
Compare 162 commits »
Aras Pranckevicius created pull request blender/blender#117327 2024-01-19 13:01:12 +01:00
Cleanup: convert imbuf headers to c++ .hh
Aras Pranckevicius pushed to imbuf-cpp at aras_p/blender 2024-01-19 12:59:11 +01:00
dfe5d53f5a Cleanup: reduce C-isms in imbuf headers
ad97889327 Cleanup: move imbuf .h files to .hh
d3cd2c5556 Fix: GPv3: Error in shader caused by mixing data types
fd07c43f5e Release: change LTS release notes script from wiki to markdown
23f90dea4c Fix #117317: Empty Defocus output when Z is less than 0
Compare 10 commits »
Aras Pranckevicius created branch imbuf-cpp in aras_p/blender 2024-01-19 12:59:11 +01:00
Aras Pranckevicius created pull request blender/blender#117279 2024-01-18 13:46:03 +01:00
WIP: VSE: bilinear upscaling no longer adds transparent border around the image
Aras Pranckevicius created branch interp_bilinear_clamp in aras_p/blender 2024-01-18 13:45:16 +01:00
Aras Pranckevicius pushed to interp_bilinear_clamp at aras_p/blender 2024-01-18 13:45:16 +01:00
baf672bd78 VSE: bilinear upscaling no longer adds transparent border around the image
feb2d02709 Realtime Compositor: Rewrite Pixelate node
c448fd214c Fix: ModifierTypeFlag max value
5309d1c574 Fix: Crash in Defocus node when no camera exist
baab14ca38 Compositor: Re-write Pixelate node for CPU compositor
Compare 10 commits »
Aras Pranckevicius deleted branch vse-subsampling from aras_p/blender 2024-01-17 10:27:04 +01:00
Aras Pranckevicius merged pull request blender/blender#117125 2024-01-17 10:27:02 +01:00
VSE: Speedup Subsampled 3x3 image filter
Aras Pranckevicius pushed to main at blender/blender 2024-01-17 10:27:01 +01:00
b85fecee67 VSE: Speedup Subsampled 3x3 image filter
Aras Pranckevicius commented on pull request blender/blender#117125 2024-01-16 21:23:53 +01:00
VSE: Speedup Subsampled 3x3 image filter