Indeed transform tools are intentionaly disabled. The retime tool I think could be allowed. Will have to check since the tool is getting completely different UI where it may even not exist.
I still think, that function sequencer_preview_add_sound()
is unsafe since PreviewJob::running
can change state (to true) until it gets to BLI_addtail(&pj->previews, audiojob);
from point where it is checked first.
But since this is issue with old GPU, I have to close this report.
The issue with old gpus is their drivers and openGL capabilities. So crashing with these is expected. You can use software openGL emulation as workaround, but it would be quite slow.
You can…
Sorry for late response, I was bit confused by the posts and seeing that issue is confirmed, I thought it's not something I handled. In any case I would recommend to create new issue, unless the…
Thanks for update. Will close, since the issue is resolved already. Even though 3.6 is LTS and fix perhaps could be backported, it would have to be found (bisected) and I see no developer with…
Does this happen only with the file you can't upload? Is there any error preventing you from uploading the file?
You are reporting issue for Blender version 3.0, that is 2.5 years old. Please check this happens with more recent builds from https://builder.blender.org/download/daily/ Do you have dedicated…
Can confirm the issue, but please report this to addons repository Unfortunately I can't reassign this report.
I second the suspicion on this being related to outdated drivers. Please update them and re-check. Also check with alpha build from https://builder.blender.org/download/daily/.
Technically, your GPU is more than 10 years old and so does not meet our requirements. But updating drivers as suggested may help.
Still due to…
This is known issue with floating point number accuracy, see #71535. Closing as duplicate.