Skip to content
Snippets Groups Projects
  • carlospadial's avatar
    e1aa8642
    Fix T37897 copy properties operator freeze blender · e1aa8642
    carlospadial authored
    the script was checking for selected strips one by one,
    and sometimes this drives into freeze (can't explain why, but its obviously
    a bad way to do it...
    
    now it uses context.selected_editable_sequences, now it is more efficient
    and the bug seems to be solved.
    e1aa8642
    History
    Fix T37897 copy properties operator freeze blender
    carlospadial authored
    the script was checking for selected strips one by one,
    and sometimes this drives into freeze (can't explain why, but its obviously
    a bad way to do it...
    
    now it uses context.selected_editable_sequences, now it is more efficient
    and the bug seems to be solved.