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 |
|
Ondrej Samohel
|
4d24a5d1f0
|
stop loading environments before version is determined
|
2021-03-02 21:32:43 +01:00 |
|
iLLiCiTiT
|
758d412fef
|
fix space in docstring
|
2021-03-02 19:04:53 +01:00 |
|
iLLiCiTiT
|
b3996aff2d
|
set avalon's core environments before pype import and use modules manager
|
2021-03-02 12:04:33 +01:00 |
|
Petr Kalis
|
4a07b9a4fa
|
Deadline Pype 3 - merge develop
|
2021-02-26 14:20:12 +01:00 |
|
iLLiCiTiT
|
b8e0a7479d
|
added standalone publisher to silent commands
|
2021-02-02 10:40:09 +01:00 |
|
iLLiCiTiT
|
61ef0cbb0d
|
pype modules are also popped
|
2021-02-01 12:41:23 +01:00 |
|
iLLiCiTiT
|
5a7bf4106b
|
added warning comment
|
2021-02-01 12:41:12 +01:00 |
|
iLLiCiTiT
|
161b0c14a0
|
prepend repo paths to sys.path instead of appending
|
2021-02-01 12:41:00 +01:00 |
|
iLLiCiTiT
|
5666f90879
|
added TODO comments to tools and common vendor sys paths
|
2021-02-01 12:40:20 +01:00 |
|
iLLiCiTiT
|
6480674345
|
sys paths to tools and common vendor are in fron code initialization added only if not executed from frozen code
|
2021-02-01 12:39:53 +01:00 |
|