Skip to content

Commit

Permalink
Add image support
Browse files Browse the repository at this point in the history
  • Loading branch information
CheeryLee committed Jan 24, 2018
1 parent b5a86be commit b7645be
Show file tree
Hide file tree
Showing 6 changed files with 1,474 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# Mac fs files
.DS_Store
.DS_Store
__pycache__
2 changes: 2 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,15 @@ def get_working_dir():
import ops, change_keymap
import _bl_ui.space_text
import _bl_ui.space_info
import _bl_ui.space_image

# Operators registration
ops._register()

# Interface registration
_bl_ui.space_text._register()
_bl_ui.space_info._register()
_bl_ui.space_image._register()

# Hotkeys registartion
change_keymap.set_blender_keymap()
Loading

0 comments on commit b7645be

Please sign in to comment.