forked from b-init/ImagePaste
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Free `__init__.py` from a bunch of processing code, keeping concern on metadata only. Now all code for preferences, menus and keymaps belongs to `preferences.py`; `operators.py` is responsible for all operators. - Every module is responsible for registering and unregistering its components from now. - Push `bl_info` to the top of the file, so we have to ignore E402 of 'Flake8' from `__init__.py`.
- Loading branch information
1 parent
b7e7d66
commit 7dc3cc5
Showing
10 changed files
with
372 additions
and
355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,6 @@ exclude = | |
bin/ | ||
|
||
max-line-length = 88 | ||
|
||
per-file-ignores = | ||
__init__.py:E402 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.