Aras Pranckevicius aras_p
Aras Pranckevicius closed issue blender/blender#122960 2024-06-14 11:46:25 +02:00
Multiple geometry outputs connect to a single input on Viewer
Aras Pranckevicius closed issue blender/blender#123098 2024-06-14 11:46:21 +02:00
Bake Reference Failure Due to Rotation Socket in Simulation Zone
Aras Pranckevicius commented on pull request blender/blender#123221 2024-06-14 11:44:35 +02:00
Fix #123136: Very narrow VSE strips flicker when zoomed out

@RomanKuz-4 yes, merging the fix to main as we speak

Aras Pranckevicius deleted branch vse_fix_flicker from aras_p/blender 2024-06-14 11:20:09 +02:00
Aras Pranckevicius closed issue blender/blender#123136 2024-06-14 11:20:07 +02:00
VSE: Tiny width strips flicker when zooming
Aras Pranckevicius pushed to blender-v4.2-release at blender/blender 2024-06-14 11:19:58 +02:00
d61db84153 Fix #123136: Very narrow VSE strips flicker when zoomed out
Aras Pranckevicius merged pull request blender/blender#123221 2024-06-14 11:19:58 +02:00
Fix #123136: Very narrow VSE strips flicker when zoomed out
Aras Pranckevicius created pull request blender/blender#123221 2024-06-14 11:06:19 +02:00
Fix #123136: Very narrow VSE strips flicker when zoomed out
Aras Pranckevicius created branch vse_fix_flicker in aras_p/blender 2024-06-14 11:04:37 +02:00
Aras Pranckevicius pushed to vse_fix_flicker at aras_p/blender 2024-06-14 11:04:37 +02:00
07bfed442d Fix #123136: Very narrow VSE strips flicker when zoomed out
a25c386c4a Extensions: remove add-on local preferences
e93f0ee53a Extensions: add network timeout and connection limit preferences
176864ab03 Extensions: install all updates in parallel
04f310a19a Extensions: simplify access to manifests when refreshing the remote
Compare 10 commits »
Aras Pranckevicius commented on pull request blender/blender#123144 2024-06-14 09:18:39 +02:00
Fix #114859: VSE Retiming versioning was broken

The current PR state as-is right now still does not fix the "some sound strips get negative length" issue. Did you check with my file from "much smaller repro for this problem, attached" comment? The active strip there is still "broken" with this PR.

Aras Pranckevicius commented on pull request blender/blender#123144 2024-06-14 09:17:06 +02:00
Fix #114859: VSE Retiming versioning was broken

What is the reason why this code path proceeds to setup retiming keys that effectively do "no retiming", instead of returning, without setting up retiming stuff? If there is one, it would be good to state the reason in a comment.

Aras Pranckevicius commented on pull request blender/blender#123144 2024-06-14 09:11:11 +02:00
Fix #114859: VSE Retiming versioning was broken

Should version_seq_fix_broken_sound_strips code from versioning_300.cc be also moved or removed? Right now it is under 306, 9 version.

Aras Pranckevicius commented on issue blender/blender#122815 2024-06-14 09:07:46 +02:00
Custom split normals are lost when importing PLY files

@David-Garcia-1 not yet! if you want to take a go at it, be my guest

Aras Pranckevicius approved blender/blender#123217 2024-06-14 09:07:06 +02:00
VSE: Fix glitchy timeline snapping for small mouse movements around valid snap

Explanation makes sense to me. I know nothing about that code though :)

Aras Pranckevicius commented on pull request blender/blender#123144 2024-06-13 10:12:25 +02:00
Fix #114859: VSE Retiming versioning was broken

I was able to make a much smaller repro for this problem, attached.

Here's how it looks in 3.3 - 3.6 (top strip length 94): min33.png

An…

Aras Pranckevicius commented on pull request blender/blender#123119 2024-06-13 09:41:33 +02:00
Fix: VSE strip thumbnails sometimes go 1px outside of boundary

Could be the reason for this too: blender/blender#118719

Very unlikely. But on that issue, no one else could reproduce it, and you never attached files…

Aras Pranckevicius commented on pull request blender/blender#117371 2024-06-13 09:30:44 +02:00
Add support for NURBS surfaces in Wavefront .OBJ files.

I haven't looked at the code yet (but started builds + tests), but what would immediately help is: if you edited the PR description to describe what is being done, what bugs/problems is it…

Aras Pranckevicius commented on issue blender/blender#123127 2024-06-13 06:11:37 +02:00
VSE: Drag and drop from system folder is broken

Yes, Windows overall does not allow drag-and-drop between applications of different privilege levels. Not much (or rather, nothing) that Blender can do here.