- Kaunas, Lithuania
- https://aras-p.info/
- Joined on
2022-01-20
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…
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.
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?
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…
@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…
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…
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…
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)