doakey3 / VSE_Transform_Tools

Quickly transform, crop and fade video strips in Blender's Video Sequence Editor
GNU General Public License v3.0
223 stars 22 forks source link

Fix error after starting new file #22

Open Irmitya opened 4 years ago

Irmitya commented 4 years ago

If you use the VSE when you open Blender, it may run fine
but if you do File >> New then open a file or just go to the VSE, there will be an error spamming in the console, and you may not be able to use tools.

What I believe is happening, is the draw_select() function is left running but is checking for properties in the now unregistered operator's `self.
If this is the case then it would better to remove the actual function, rather than just bypass the error but this is the simpler solution.