iLLiCiTiT
|
64a1839c9d
|
add vendor directory to sys.path in start.py
|
2021-06-23 10:24:59 +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 |
|
iLLiCiTiT
|
7f15ef8d81
|
changed environment prefixes in rest of pype module
|
2021-04-01 15:53:13 +02:00 |
|
Ondrej Samohel
|
69cafcddda
|
pype -> openpype in tools and scripts
|
2021-04-01 15:02:44 +02:00 |
|
iLLiCiTiT
|
abdf4a1f99
|
changed environments in start.py
|
2021-04-01 14:10:43 +02:00 |
|
Ondrej Samohel
|
8d61529fb0
|
mimic source hierarchy in zips for frozen and live code
|
2021-03-29 13:55:43 +02:00 |
|
Ondrej Samohel
|
b9a6e093ab
|
better handle connection errors to db
|
2021-03-26 16:49:18 +01:00 |
|
Ondrej Samohel
|
64fcec4d4a
|
fix README.md and pype root determination when running from sources
|
2021-03-17 16:58:24 +01:00 |
|
Milan Kolar
|
3cde2dff39
|
move environment set before pype imports
|
2021-03-11 16:55:29 +01:00 |
|
Milan Kolar
|
849c4cb682
|
Merge branch 'develop' into feature/1004-deadline-better-handling-of-pype
|
2021-03-11 15:14:09 +01:00 |
|
Milan Kolar
|
7c4aa85de0
|
Merge branch 'develop' into feature/1004-deadline-better-handling-of-pype
|
2021-03-11 12:45:51 +01:00 |
|
iLLiCiTiT
|
2a9f16b95d
|
parse environment values from settings before merge
|
2021-03-11 12:23:25 +01:00 |
|
iLLiCiTiT
|
11a0be709c
|
added set_pype_global_environments which set environments from general and few hardcoded values
|
2021-03-11 10:09:59 +01:00 |
|
iLLiCiTiT
|
19c6181968
|
removed set_environments function as it is
|
2021-03-11 10:05:18 +01:00 |
|
Ondrej Samohel
|
c7e8ab4d87
|
fix return states
|
2021-03-08 23:00:57 +01:00 |
|
Ondrej Samohel
|
02327ac39e
|
fix error handlig
|
2021-03-08 12:54:11 +01:00 |
|
Ondrej Samohel
|
3d1ec0278a
|
add option to run w/o installation
|
2021-03-05 20:41:35 +01:00 |
|
Ondrej Samohel
|
4fa47cbe01
|
streamlined UI
|
2021-03-05 17:06:39 +01:00 |
|
Milan Kolar
|
f2ae1684f0
|
Merge branch 'develop' into feature/1004-deadline-better-handling-of-pype
|
2021-03-04 16:51:13 +01:00 |
|
Ondrej Samohel
|
1ee274ffc5
|
Merge branch 'develop' into feature/igniter-improvements
|
2021-03-03 09:55:50 +01:00 |
|