Commit graph

99 commits

Author SHA1 Message Date
iLLiCiTiT
81f743bd21 tkinter message is visible in taskbar 2021-09-22 11:28:32 +02:00
iLLiCiTiT
0b4cd58858 fix oiio executable name 2021-09-22 10:48:48 +02:00
iLLiCiTiT
7fe3fd1d11 show tkinter message box if validation crashes 2021-09-21 14:06:25 +02:00
iLLiCiTiT
e24b142962 added startup validations of ffmpeg and oiio tool 2021-09-21 12:53:23 +02:00
Ondřej Samohel
e3f0e89e21
default value for pop
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2021-09-01 13:05:43 +02:00
Ondrej Samohel
901e5f5266
refactor common code, change handling of env var 2021-08-31 18:24:24 +02:00
Ondrej Samohel
fcb2640c94
fix env var name 2021-08-20 18:12:38 +02:00
Ondrej Samohel
2b11e589c5
handle igniter dialog 2021-08-20 18:06:57 +02:00
Ondrej Samohel
df310da141
add update dialog 2021-08-20 17:57:28 +02:00
Ondrej Samohel
b6d8310457
hound fixes, checks for missing files 2021-08-13 18:18:57 +02:00
Ondrej Samohel
b4a3038623
add --validate-version and --headless 2021-08-13 18:02:12 +02:00
iLLiCiTiT
0e2bf5f522 compute environments after merge envs 2021-08-03 17:49:21 +02:00
iLLiCiTiT
00ea737307 start.py can use get_general_environments if is available 2021-07-26 10:40:46 +02:00
Ondrej Samohel
9d8b3d2224
fix standalone --use-staging 2021-07-07 12:46:32 +02:00
Ondrej Samohel
bbd6e1f24e
fix processing of --use-version 2021-07-02 17:02:55 +02:00
Ondrej Samohel
3b71660224
fix staging info 2021-07-02 16:49:20 +02:00
Ondrej Samohel
c2b6f199c6
fail if invalid version format requested 2021-07-02 16:46:52 +02:00
Ondrej Samohel
07a18a15b2
fix argument 2021-07-02 16:08:10 +02:00
Ondrej Samohel
ad1891e637
add list version command, fix staging and use-version 2021-07-02 14:55:35 +02:00
Ondřej Samohel
be48678836
fix hound 2021-06-01 21:52:45 +02:00
Ondřej Samohel
493964aee2
initialize blessed term only in console mode 2021-06-01 21:50:21 +02:00
Ondrej Samohel
d96ddefc3a
Merge remote-tracking branch 'origin/develop' into bugfix/set-certifi-for-all-platforms 2021-05-27 23:18:05 +02:00
Ondrej Samohel
89e5e70423
shuffle code to meet import path conundrum 2021-05-27 09:49:27 +02:00
Ondrej Samohel
7e98879fd3
get path from certifi and set it globally 2021-05-27 09:37:51 +02:00
Ondrej Samohel
deffdebf6f
add cerifi bundle by default if SLL_CERT_FILE is not set 2021-05-27 09:30:09 +02:00
Ondrej Samohel
33df862d1d
clean zips files, fix shared version location 2021-05-17 18:08:15 +02:00
Ondrej Samohel
67b7e8071f
use semver for version resolution 2021-05-14 17:28:42 +02:00
Ondrej Samohel
8cbb6c3d20
limit fix to macos 2021-05-05 16:34:24 +02:00
Ondrej Samohel
b5ee704bb7
added SSL_CERT_FILE for frozen code 2021-05-05 16:30:33 +02:00
iLLiCiTiT
b4eac58dde use OPENPYPE_MONGO after igniter 2021-05-03 17:39:39 +02:00
iLLiCiTiT
5cc3977aea start tray if igniter was executed 2021-04-29 18:35:52 +02:00
Milan Kolar
191dfb8eec
Merge pull request #1407 from pypeclub/feature/validate_mongo_db_on_start 2021-04-27 18:52:59 +02:00
iLLiCiTiT
1bc908f494 remove duplicated import 2021-04-26 19:16:23 +02:00
iLLiCiTiT
32cc290d4a validate loaded mongo url and run igniter if can't connect 2021-04-26 19:14:41 +02:00
Milan Kolar
29a04d913f and OPENPYPE_ROOT to sys.path 2021-04-20 16:46:22 +02:00
iLLiCiTiT
0ee5b199fc changed warning comment 2021-04-14 11:42:51 +02:00
iLLiCiTiT
7fe88bdd7e fixed info message 2021-04-14 11:42:43 +02:00
iLLiCiTiT
fa52f68903 changed how OPENPYPE_ROOT is set 2021-04-14 11:42:36 +02:00
iLLiCiTiT
e2a937133e initialize environment set nad use OPENPYPE_REPOS_ROOT instead of OPENPYPE_ROOT 2021-04-14 11:41:04 +02:00
iLLiCiTiT
a8a7ec91c6 bootstrap from code is using OPENPYPE_ROOT to determine it's paths 2021-04-14 11:40:04 +02:00
iLLiCiTiT
c5669a292d define OPENPYPE_ROOTvariable at the top of start.py 2021-04-14 11:38:54 +02:00
Milan Kolar
a390a55428
Merge pull request #1271 from pypeclub/bugfix/missing_openpype_root_from_pythonpath
add openpype_root to pythonpath
2021-04-09 10:32:07 +02:00
iLLiCiTiT
e81c9dd5b5 fix bootstrap attribute access 2021-04-08 16:54:55 +02:00
Milan Kolar
d1a55e3923 add openpype_root to pythonpath 2021-04-07 15:31:59 +02:00
Petr Kalis
306e862824 Setting of openpype database must be higher
Added missed ones
2021-04-01 22:27:59 +02:00
Petr Kalis
73841259bf Rebrand database access
All occurences of 'pype' database should be replaced with 'openpype'
2021-04-01 22:16:46 +02:00
Milan Kolar
7b41968ab0 fix forgotten pype imports 2021-04-01 19:20:08 +02:00
Ondrej Samohel
787404f21a
Merge branch 'openpype-develop' into openpype-infrastructure
# Conflicts:
#	igniter/bootstrap_repos.py
#	igniter/install_thread.py
#	igniter/user_settings.py
#	start.py
2021-04-01 17:46:17 +02:00
Ondrej Samohel
2a5c620087
Merge remote-tracking branch 'openpype/bugfix/pype-modules-path-unification' into openpype-infrastructure
# Conflicts:
#	igniter/bootstrap_repos.py
#	igniter/tools.py
#	start.py
2021-04-01 17:22:49 +02:00
Ondrej Samohel
eb829e2ed3
rename done in igniter 2021-04-01 16:51:44 +02:00