Lucas Tadeu Yup_Lucas
  • Joined on 2023-02-05
Lucas Tadeu commented on pull request blender/blender#108877 2023-06-13 19:26:10 +02:00
VSE: Process audio strips waveforms in parallel

@iss thanks for catching that. Yeah I think the condition variable could work, I just need to check if this would impact the task pool in some way.

Regarding polling, I haven't found anything…

Lucas Tadeu created pull request blender/blender#108877 2023-06-12 09:55:30 +02:00
WIP: VSE: Process audio strips waveforms in parallel
Lucas Tadeu pushed to Yup_Lucas/vse-waveform-task-pool at Yup_Lucas/blender 2023-06-12 09:39:21 +02:00
435111f788 VSE: Process audio strips waveforms in parallel
Lucas Tadeu pushed to Yup_Lucas/vse-waveform-task-pool at Yup_Lucas/blender 2023-06-12 09:36:35 +02:00
11608fa54f VSE: Process audio strips waveforms in parallel
Lucas Tadeu pushed to Yup_Lucas/vse-waveform-task-pool at Yup_Lucas/blender 2023-06-12 09:31:49 +02:00
88a73bb6dc VSE: Process audio strips waveforms in parallel
Lucas Tadeu pushed to Yup_Lucas/vse-waveform-task-pool at Yup_Lucas/blender 2023-06-11 21:29:31 +02:00
c1b281ac3c Add fixme comment
Lucas Tadeu pushed to Yup_Lucas/vse-waveform-task-pool at Yup_Lucas/blender 2023-06-11 21:25:59 +02:00
ab69bdcbff Revert back to serial task pool
Lucas Tadeu created branch Yup_Lucas/vse-waveform-task-pool in Yup_Lucas/blender 2023-06-11 18:11:52 +02:00
Lucas Tadeu pushed to Yup_Lucas/vse-waveform-task-pool at Yup_Lucas/blender 2023-06-11 18:11:52 +02:00
0b8c3517f4 Initial task pool implementation
9e706deaf6 Fix #108688: GPv3 Crash at ended of drawing operation.
9520dba066 Cleanup: naming & return value for writefile's do_history
691c0fc43a Fix saving a blend file that's FILE_MAX length failing to version
b7b2e08dcb Revert "Deps_builder: Move Windows build from MinGW/GCC to msys2/MSVC"
Compare 10 commits »
Lucas Tadeu pushed to main at Yup_Lucas/gsoc-2023-vse 2023-06-02 15:57:41 +02:00
53007c51cc Add notes on VPN requirement
Lucas Tadeu created branch main in Yup_Lucas/gsoc-2023-vse 2023-06-02 15:56:20 +02:00
Lucas Tadeu pushed to main at Yup_Lucas/gsoc-2023-vse 2023-06-02 15:56:20 +02:00
11d95b69b5 Add documentation on script to download the assets
Lucas Tadeu created repository Yup_Lucas/gsoc-2023-vse 2023-06-02 15:33:54 +02:00
Lucas Tadeu commented on pull request blender/blender#105065 2023-02-24 14:49:20 +01:00
Sequencer: Don't create undo step for empty box select

Done and re-tested.

Lucas Tadeu pushed to Yup_Lucas/empty-box-select-fix at Yup_Lucas/blender 2023-02-24 14:48:37 +01:00
48686c6e2f Change retval check to & OPERATOR_FINISHED
Lucas Tadeu commented on pull request blender/blender#105065 2023-02-23 20:47:33 +01:00
Sequencer: Don't create undo step for empty box select

Done. Also re-tested and it works fine :)

Lucas Tadeu pushed to Yup_Lucas/empty-box-select-fix at Yup_Lucas/blender 2023-02-23 20:45:52 +01:00
8520cbbfe4 Change check order of checks in wm_gesture_ops
Lucas Tadeu commented on pull request blender/blender#105065 2023-02-23 20:41:05 +01:00
Sequencer: Don't create undo step for empty box select

oh, good point. I'll swap the check.

Lucas Tadeu commented on issue blender/blender#94080 2023-02-22 11:55:08 +01:00
Clicking on empty space in editors creates undo step

@lichtwerk @mano-wii can you update the description here?

I fixed the issue with the Sequencer and the Sequencer Preview in https://projects.blender.org/blender/blender/commit/5d30c3994e6ecf66

Lucas Tadeu created pull request blender/blender#105065 2023-02-22 11:48:57 +01:00
Sequencer: Don't create undo step for empty box select