Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error after starting new file #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Irmitya
Copy link

@Irmitya Irmitya commented Sep 27, 2020

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant