Aras Pranckevicius aras_p
Aras Pranckevicius pushed to main at blender/blender 2024-07-22 08:57:54 +02:00
de443e038c VSE: Fix linked time option for sequencer select
Aras Pranckevicius commented on issue blender/blender#65720 2024-07-22 06:10:28 +02:00
Fast image processing library

@iss is this still in the plans or even wanted? What I'd like to see is to move sequencer pixel processing to GPU, similar to how the compositor got a GPU backend lately

Aras Pranckevicius commented on issue blender/blender#118455 2024-07-21 16:31:18 +02:00
Library changes for Blender 4.2

Due to my stupidity there's an OpenCollada bug that breaks import of animated things (#124859). To fix the issue, OpenCOLLADA needs to be updated to version dfc341ab0b3b23 ([commit](https://githu

Aras Pranckevicius pushed to main at blender/blender 2024-07-21 16:25:05 +02:00
fe1bf4897d Fix #120253: Batch export of STL files incorrectly handles .stl suffix
Aras Pranckevicius deleted branch stl_empty_file_fix from aras_p/blender 2024-07-21 16:25:05 +02:00
Aras Pranckevicius closed issue blender/blender#120253 2024-07-21 16:25:03 +02:00
Batch export of STL-files incorrect handling of .stl-suffix
Aras Pranckevicius merged pull request blender/blender#125179 2024-07-21 16:25:01 +02:00
Fix #120253: Batch export of STL files incorrectly handles .stl suffix
Aras Pranckevicius created pull request blender/blender#125179 2024-07-21 14:29:05 +02:00
Fix #120253: Batch export of STL files incorrectly handles .stl suffix
Aras Pranckevicius pushed to stl_empty_file_fix at aras_p/blender 2024-07-21 14:28:17 +02:00
df99b7fddc Fix #120253: Batch export of STL files incorrectly handles .stl suffix
686e22bfe5 Fix: VSE initial "fake" retiming keys not displayed
a0068f2b3b Curves: store active attribute index on curves geometry
627bd7e51c Fix: API docs: bpy.app.timers function argument types
0e442c2090 GPv3: Edit mode overlay curve lines and bézier handles.
Compare 10 commits »
Aras Pranckevicius created branch stl_empty_file_fix in aras_p/blender 2024-07-21 14:28:17 +02:00
Aras Pranckevicius reopened issue blender/blender#120253 2024-07-21 13:20:45 +02:00
Batch export of STL-files incorrect handling of .stl-suffix
Aras Pranckevicius commented on issue blender/blender#120253 2024-07-21 13:20:41 +02:00
Batch export of STL-files incorrect handling of .stl-suffix

Dang, looks like something broke it again since I fixed it. Looking!

Aras Pranckevicius pushed to main at blender/blender 2024-07-21 12:54:16 +02:00
686e22bfe5 Fix: VSE initial "fake" retiming keys not displayed
Aras Pranckevicius closed issue blender/blender#110863 2024-07-21 10:23:57 +02:00
VSE: "Speed Factor" property for Sound strips should presumably be removed
Aras Pranckevicius commented on issue blender/blender#110863 2024-07-21 10:23:53 +02:00
VSE: "Speed Factor" property for Sound strips should presumably be removed

Looks like the property has been removed already in 4.x

Aras Pranckevicius closed issue blender/blender#103980 2024-07-21 10:20:47 +02:00
Scaled up images are incorrectly interpolated
Aras Pranckevicius commented on issue blender/blender#103980 2024-07-21 10:20:43 +02:00
Scaled up images are incorrectly interpolated

From what I can tell, this has been fixed in 4.1 with all the image filtering fixes/updates.