mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
merge develop into main
This commit is contained in:
parent
f82ed5e127
commit
a8ac7cd538
418 changed files with 26017 additions and 4665 deletions
8
openpype/tools/settings/resources/__init__.py
Normal file
8
openpype/tools/settings/resources/__init__.py
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import os
|
||||
|
||||
|
||||
RESOURCES_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
|
||||
def get_resource(*args):
|
||||
return os.path.normpath(os.path.join(RESOURCES_DIR, *args))
|
||||
BIN
openpype/tools/settings/resources/images/eye.png
Normal file
BIN
openpype/tools/settings/resources/images/eye.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Loading…
Add table
Add a link
Reference in a new issue