Aras Pranckevicius aras_p
Aras Pranckevicius commented on pull request blender/blender#123144 2024-06-12 21:45:41 +02:00
Fix #114859: VSE Retiming versioning was broken

Should this have similar logic as do_versions_sequencer_init_retiming_tool_data in versioning_300.cc, where it also checks for SEQ_retiming_is_allowed, and after adjusting the retiming stuff it sets speed_factor to 1.0?

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

SEQ_time.hh include does not seem to be needed

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

Hmm does not seem to help much. It changes the affected strips length, but from the wrong negative number to a different wrong negative number.

I have tried making a smaller repro than whole…

Aras Pranckevicius commented on pull request blender/blender#123130 2024-06-12 16:11:26 +02:00
Fix: VSE wrong mouse over assert

@iss ah indeed, looks like the Sprite Fright Edit file gets a bunch of the strips "wrong" somewhere between Blender 3.6 (correct) and 4.0 (wrong). Looks like it is sound strips that used to have…

Aras Pranckevicius commented on pull request blender/blender#123130 2024-06-12 15:27:03 +02:00
Fix: VSE wrong mouse over assert

And the file is broken, because of bad versioning, so that should be fixed.

Ah, you mean there is missing versioning somewhere in the code? Can you point me to where it might be? I could try…

Aras Pranckevicius commented on pull request blender/blender#123130 2024-06-12 15:02:22 +02:00
Fix: VSE wrong mouse over assert

Well, default developer config has WITH_ASSERT_ABORT, so that assert firing quits blender. And Sprite Fright Edit is the primary file that I'm using for VSE testing, so yes this is annoying at…

Aras Pranckevicius created pull request blender/blender#123130 2024-06-12 13:55:34 +02:00
VSE: Fix mouse over assert
Aras Pranckevicius created branch vse_fix_assert in aras_p/blender 2024-06-12 13:53:25 +02:00
Aras Pranckevicius pushed to vse_fix_assert at aras_p/blender 2024-06-12 13:53:25 +02:00
e3b3bb2a4c VSE: Fix mouse over assert
b7cd88d502 Fix: VSE strip thumbnails sometimes go 1px outside of boundary
2cdd9c1b2c Fix: Syntax error after recent extensions change
4cfae88f09 Fix #122739: mix causes unnecessary evaluation when ints are used
4d8eea1402 Extensions: convert package listings into a dictionary when loaded
Compare 10 commits »
Aras Pranckevicius pushed to main at blender/blender 2024-06-12 12:49:04 +02:00
7ef654db50 Merge branch 'blender-v4.2-release'
b7cd88d502 Fix: VSE strip thumbnails sometimes go 1px outside of boundary
Compare 2 commits »
Aras Pranckevicius deleted branch vse-thumb-crop-fix from aras_p/blender 2024-06-12 12:43:17 +02:00
Aras Pranckevicius pushed to blender-v4.2-release at blender/blender 2024-06-12 12:43:14 +02:00
b7cd88d502 Fix: VSE strip thumbnails sometimes go 1px outside of boundary
Aras Pranckevicius merged pull request blender/blender#123119 2024-06-12 12:43:14 +02:00
Fix: VSE strip thumbnails sometimes go 1px outside of boundary
Aras Pranckevicius commented on pull request blender/blender#123119 2024-06-12 11:25:57 +02:00
Fix: VSE strip thumbnails sometimes go 1px outside of boundary

Buildbot failures are the same as what is happening on 4.2 branch right now (script_load_addons and script_load_modules tests fail with python syntax error, wheee)

Aras Pranckevicius created pull request blender/blender#123119 2024-06-12 10:59:26 +02:00
Fix: VSE strip thumbnails sometimes go 1px outside of boundary
Aras Pranckevicius pushed to vse-thumb-crop-fix at aras_p/blender 2024-06-12 10:57:18 +02:00
fac39b3a01 Fix: VSE strip thumbnails sometimes go 1px outside of boundary
4d8eea1402 Extensions: convert package listings into a dictionary when loaded
c99a40b286 Extensions: basic validation of remote repository data
820fc124d4 Extensions: store repository data in a named tuple
cd741650d0 Fix incorrect check for the extension manifests time-stamp
Compare 10 commits »
Aras Pranckevicius created branch vse-thumb-crop-fix in aras_p/blender 2024-06-12 10:57:18 +02:00
Aras Pranckevicius commented on pull request blender/blender#121718 2024-06-12 08:23:37 +02:00
UI: Render SVG Files for UI Icons

Although I mention that startup is faster when "Icon Border" is turned on, this is just because create_mono_icon_with_border is quite slow, but not needed here since we use the text shader to…

Aras Pranckevicius pushed to main at blender/blender 2024-06-11 18:15:23 +02:00
165a929196 Merge branch 'blender-v4.2-release'
c38951d0f5 Fix #123016: inconsistent VSE timeline strip pixel grid rounding
188b6fd3d0 Extensions: List of tags to be used for translation
Compare 3 commits »