Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addon initialization - phase one #1

Merged
merged 127 commits into from
Feb 8, 2024
Merged
Show file tree
Hide file tree
Changes from 83 commits
Commits
Show all changes
127 commits
Select commit Hold shift + click to select a range
22260b3
cleanup root of repository
iLLiCiTiT Feb 5, 2024
9a40ae4
move openpype into client subfolder
iLLiCiTiT Feb 5, 2024
f52fce5
move unreal submodule
iLLiCiTiT Feb 5, 2024
f1aafe1
removed modules that are not relevant for AYON core addon
iLLiCiTiT Feb 5, 2024
62929b8
removed ayon api from common vendor
iLLiCiTiT Feb 5, 2024
31b6b79
modified packages creation
iLLiCiTiT Feb 5, 2024
f59781f
clean more lines from gitignore
iLLiCiTiT Feb 5, 2024
a4f2f76
rename openpype > ayon_core
iLLiCiTiT Feb 5, 2024
ee6e42e
change openpype imports to ayon_core
iLLiCiTiT Feb 5, 2024
0508cd9
fix openpype imports
iLLiCiTiT Feb 5, 2024
4a6f250
removed log viewer module
iLLiCiTiT Feb 5, 2024
1b33acf
removed openpype tools
iLLiCiTiT Feb 5, 2024
6401022
modified cli arguments
iLLiCiTiT Feb 5, 2024
899bd95
removed project backpack
iLLiCiTiT Feb 5, 2024
53c9acc
removed standalone publisher
iLLiCiTiT Feb 5, 2024
95bcc70
remove openpype tools and rename ayon tools
iLLiCiTiT Feb 5, 2024
052b774
remove mongodb from pipeline and reduce legacy_io usage
iLLiCiTiT Feb 5, 2024
1bf3dec
removed webpublisher host
iLLiCiTiT Feb 5, 2024
8d6778a
removed mongo logic from Logger
iLLiCiTiT Feb 5, 2024
f2a6a4d
remove 'AYON_SERVER_ENABLED' checks in 'ayon_core.lib'
iLLiCiTiT Feb 5, 2024
63dc9ce
removed most of openpype settings logic
iLLiCiTiT Feb 5, 2024
90d68c7
remove mongo code from client
iLLiCiTiT Feb 5, 2024
ea1268f
remove AYON_SERVER_ENABLED checks in hosts and modules
iLLiCiTiT Feb 5, 2024
10ac850
rename 'openpype_startup.scriptlib' to 'ayon_startup.scriptlib'
iLLiCiTiT Feb 5, 2024
b55cbaf
removed 'AYON_SERVER_ENABLED' conditions from plugins
iLLiCiTiT Feb 6, 2024
d699a17
removed 'AYON_SERVER_ENABLED' conditions from pipeline
iLLiCiTiT Feb 6, 2024
dfff50a
replace avalon_apps with library loader action
iLLiCiTiT Feb 6, 2024
6c5c1d6
created 'AddonsManager'
iLLiCiTiT Feb 6, 2024
bf3812b
minor fixes in the code
iLLiCiTiT Feb 6, 2024
ffb56e7
add 'mongo_process_id' back for some time
iLLiCiTiT Feb 6, 2024
a7a1dc8
still use 'modules_settings' for OpenPypeModule classes
iLLiCiTiT Feb 6, 2024
1f75851
removed version validations from tray
iLLiCiTiT Feb 6, 2024
36c37f9
use 'connect_with_addons' instead of 'connect_with_modules'
iLLiCiTiT Feb 6, 2024
afb937c
fix loader import
iLLiCiTiT Feb 6, 2024
929dbec
better handling of 'connect_with_modules'
iLLiCiTiT Feb 6, 2024
eef1573
removed 'openpype_version.py' from lib
iLLiCiTiT Feb 6, 2024
a7133d8
fixed resources and remove openpype icons
iLLiCiTiT Feb 6, 2024
325585b
fix import in ayon settings
iLLiCiTiT Feb 6, 2024
40dee23
fix 'AYONSettingsRegistry'
iLLiCiTiT Feb 6, 2024
fd68401
use AddonsManager over ModulesManager
iLLiCiTiT Feb 6, 2024
91a1e09
moved readme from modules to addon dir
iLLiCiTiT Feb 6, 2024
1df7953
implemented main function of 'ayon_core' cli
iLLiCiTiT Feb 6, 2024
87967db
move click_wrap to addon dir
iLLiCiTiT Feb 6, 2024
957654b
implemented 'get_ayon_qt_app'
iLLiCiTiT Feb 6, 2024
852676b
implemented 'get_ayon_username'
iLLiCiTiT Feb 6, 2024
cd233c4
remove pype prefixes in tray tool
iLLiCiTiT Feb 6, 2024
f673ff6
fix '__main__.py'
iLLiCiTiT Feb 6, 2024
5b933c9
comment out delete old versions plugin
iLLiCiTiT Feb 6, 2024
4d0bdcd
fix 'ayonAddonsManger' collection
iLLiCiTiT Feb 6, 2024
53762a3
converted WebServerModule to ayon addon
iLLiCiTiT Feb 6, 2024
f95bb36
add 'ILaunchHookPaths' back
iLLiCiTiT Feb 6, 2024
4477327
use AYON appdirs for publish report viewer
iLLiCiTiT Feb 6, 2024
b17815d
implemented 'install_ayon_plugins' as replacement of 'install_openpyp…
iLLiCiTiT Feb 6, 2024
ab8d384
added 'AYONPyblishPluginMixin' as replacement for 'OpenPypePyblishPlu…
iLLiCiTiT Feb 6, 2024
7fd55e3
modified some comments and docstrings
iLLiCiTiT Feb 6, 2024
6de168d
use 'AYON_WEBSERVER_URL' env variable
iLLiCiTiT Feb 6, 2024
473df19
fix auto-apply settings
iLLiCiTiT Feb 6, 2024
9df41b1
fix 'AYONPyblishPluginMixin' imports
iLLiCiTiT Feb 6, 2024
895dc80
remove usage of 'OPENPYPE_VERSION' and 'OPENPYPE_MONGO'
iLLiCiTiT Feb 7, 2024
ac53b80
don't use OPENPYPE_VERSION for IniSettings
iLLiCiTiT Feb 7, 2024
e752952
remove OpenPype plugin from deadline
iLLiCiTiT Feb 7, 2024
9503c49
remove OPENPYPE_MONGO from rr
iLLiCiTiT Feb 7, 2024
fd345ba
Merge pull request #6202 from ynput/bugfix/OP-8138_traypublisher-miss…
iLLiCiTiT Feb 7, 2024
3ae066e
Merge pull request #6199 from ynput/chore/use_better_resolution_fusion
iLLiCiTiT Feb 7, 2024
c3d6c4c
Merge pull request #6176 from ynput/bugfix/publisher-window-as-dialog
iLLiCiTiT Feb 7, 2024
84cc99e
Merge pull request #6038 from ynput/bugfix/traypublish-editorial-avoi…
iLLiCiTiT Feb 7, 2024
513b7f2
moved 'VersionDelegate' to sceneinventory tool
iLLiCiTiT Feb 7, 2024
585257e
removed 'dbcon' from 'ProjectModel'
iLLiCiTiT Feb 7, 2024
d6d894f
removed unused utils from tools
iLLiCiTiT Feb 7, 2024
4a51c7c
move some widgets to tools/utils
iLLiCiTiT Feb 7, 2024
5bba3e0
removed multiselection assets widget
iLLiCiTiT Feb 7, 2024
54b8a04
removed unused imports
iLLiCiTiT Feb 7, 2024
1a445e2
added back password_dialog and implemented 'PressHoverButton' in utils
iLLiCiTiT Feb 7, 2024
5a21d04
Merge pull request #6179 from ynput/enhancement/OP-8067_publisher_act…
iLLiCiTiT Feb 7, 2024
daccaf8
use 'AYON_BLENDER_USER_SCRIPTS' over 'OPENPYPE_BLENDER_USER_SCRIPTS'
iLLiCiTiT Feb 7, 2024
5d46336
move dialogs from widgets to tools/utils
iLLiCiTiT Feb 7, 2024
e895421
use 'AYON_LOG_NO_COLORS' and 'AYON_DEBUG'
iLLiCiTiT Feb 7, 2024
634d2da
use 'AYON_PROJECT_ROOT_' prefix for project roots
iLLiCiTiT Feb 7, 2024
92ad7b4
removed unused 'OPENPYPE_DEV' env key
iLLiCiTiT Feb 7, 2024
4ca1fae
removed unused 'OPENPYPE_METADATA_FILE'
iLLiCiTiT Feb 7, 2024
b6f81f6
use 'AYON_WORKFILE_TOOL_ON_START' instead of 'OPENPYPE_WORKFILE_TOOL_…
iLLiCiTiT Feb 7, 2024
5e90b55
use 'AYON_HARMONY_JS' instead of 'OPENPYPE_HARMONY_JS'
iLLiCiTiT Feb 7, 2024
7b2c54b
use 'AYON_OPEN_WORKFILE_POST_INITIALIZATION' instead of 'OPENPYPE_OPE…
iLLiCiTiT Feb 7, 2024
a414fc5
use 'AYON_RESOLVE_OPEN_ON_LAUNCH' instead of 'OPENPYPE_RESOLVE_OPEN_O…
iLLiCiTiT Feb 7, 2024
a263fe2
use 'AYON_RESOLVE_STARTUP_SCRIPT' instead of 'OPENPYPE_RESOLVE_STARTU…
iLLiCiTiT Feb 7, 2024
9275fa2
use AYON_ prefix for 3rd party bin
iLLiCiTiT Feb 7, 2024
2e20647
check for 'AYON_REMOTE_PUBLISH'
iLLiCiTiT Feb 7, 2024
6a0e4b5
use AYON prefixes in pyblish_pype
iLLiCiTiT Feb 7, 2024
9a3f4c9
use 'AYON_TMPDIR' instead of 'OPENPYPE_TMPDIR'
iLLiCiTiT Feb 7, 2024
ee01845
use 'AYON_FUSION_ROOT' over 'OPENPYPE_FUSION_ROOT'
iLLiCiTiT Feb 7, 2024
d13498a
use AYON prefix in fusion env variables
iLLiCiTiT Feb 7, 2024
6fa881d
use AYON prefixes in FLAME env variables
iLLiCiTiT Feb 7, 2024
90daf1e
use AYON_USERNAME over OPENPYPE_USERNAME
iLLiCiTiT Feb 7, 2024
8753da8
change parent logger name
iLLiCiTiT Feb 7, 2024
955ca72
implemented 'is_dev_mode_enabled' to lib functions
iLLiCiTiT Feb 7, 2024
1cbfadd
Use AYON naming
iLLiCiTiT Feb 7, 2024
b506a9f
use 'AYON_PUBLISH_DATA' over 'OPENPYPE_PUBLISH_DATA'
iLLiCiTiT Feb 7, 2024
4944c99
removed 'OPENPYPE_REMOTE_PUBLISH'
iLLiCiTiT Feb 7, 2024
1e90de2
refactored GlobalJobPreLoad
iLLiCiTiT Feb 7, 2024
b413f52
add missing lock_dialog.py
iLLiCiTiT Feb 7, 2024
6c511ec
Merge pull request #2 from ynput/enhancement/blender-env-variable
iLLiCiTiT Feb 7, 2024
3d06a75
Merge branch 'feature/OP-8123_Addon-initialization-phase-one' into en…
iLLiCiTiT Feb 7, 2024
3bb8b97
replace check for OPENPYPE_DEVELOP
iLLiCiTiT Feb 7, 2024
1327bff
use snake-case method names
iLLiCiTiT Feb 7, 2024
f1cd133
use ayon brach of unreal integration
iLLiCiTiT Feb 7, 2024
269817c
use 'AYON_MENU_LABEL' instead of 'AVALON_LABEL'
iLLiCiTiT Feb 7, 2024
80c21bc
rename 'HarmonyOpenPype' to 'HarmonyAYON'
iLLiCiTiT Feb 7, 2024
811902c
add missing import
iLLiCiTiT Feb 7, 2024
2749e3a
Merge pull request #6 from ynput/enhancement/rename-deadline-harmony-…
iLLiCiTiT Feb 8, 2024
1e4f36e
removed unused 'thumbnail.py'
iLLiCiTiT Feb 8, 2024
09a6310
removed invalid submit houdini remote plugin
iLLiCiTiT Feb 8, 2024
b3b0de1
base readme
iLLiCiTiT Feb 8, 2024
acbc7eb
remove tests
iLLiCiTiT Feb 8, 2024
b4eb08d
removed contribution and code of conduct
iLLiCiTiT Feb 8, 2024
dac1c74
Update README.md
mkolar Feb 8, 2024
3960efe
Update README.md
mkolar Feb 8, 2024
850e406
Merge pull request #7 from ynput/enhancement/core-addon-readme
iLLiCiTiT Feb 8, 2024
2746bc9
Merge pull request #5 from ynput/enhancement/use-ayon-menu-label
iLLiCiTiT Feb 8, 2024
7532d35
Merge pull request #4 from ynput/enhancement/use-AYON-prefix-in-env-v…
iLLiCiTiT Feb 8, 2024
8745c2c
Merge pull request #3 from ynput/enhancement/move-dialogs-from-widgets
iLLiCiTiT Feb 8, 2024
4385d87
mark 'AssetsWidget' and 'TasksWidget' as deprecated
iLLiCiTiT Feb 8, 2024
0023830
use new addon structure with 'package.py'
iLLiCiTiT Feb 8, 2024
a56e24f
add ayon_version to package.py
iLLiCiTiT Feb 8, 2024
bd14789
Merge pull request #6201 from ynput/enhancement/OP-8033
iLLiCiTiT Feb 8, 2024
6fa2a85
AfterEffects: added toggle for applying values from DB during creatio…
iLLiCiTiT Feb 8, 2024
cc32523
skip core addon correctly
iLLiCiTiT Feb 8, 2024
e47eb65
use 'addons' property instead of 'modules'
iLLiCiTiT Feb 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
107 changes: 4 additions & 103 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,117 +33,18 @@ body:
id: _version
attributes:
label: Version
description: What version are you running? Look to OpenPype Tray
description: What version are you running? Look to AYON Tray
options:
- 3.18.7-nightly.1
- 3.18.6
- 3.18.6-nightly.2
- 3.18.6-nightly.1
- 3.18.5
- 3.18.5-nightly.3
- 3.18.5-nightly.2
- 3.18.5-nightly.1
- 3.18.4
- 3.18.4-nightly.1
- 3.18.3
- 3.18.3-nightly.2
- 3.18.3-nightly.1
- 3.18.2
- 3.18.2-nightly.6
- 3.18.2-nightly.5
- 3.18.2-nightly.4
- 3.18.2-nightly.3
- 3.18.2-nightly.2
- 3.18.2-nightly.1
- 3.18.1
- 3.18.1-nightly.1
- 3.18.0
- 3.17.7
- 3.17.7-nightly.7
- 3.17.7-nightly.6
- 3.17.7-nightly.5
- 3.17.7-nightly.4
- 3.17.7-nightly.3
- 3.17.7-nightly.2
- 3.17.7-nightly.1
- 3.17.6
- 3.17.6-nightly.3
- 3.17.6-nightly.2
- 3.17.6-nightly.1
- 3.17.5
- 3.17.5-nightly.3
- 3.17.5-nightly.2
- 3.17.5-nightly.1
- 3.17.4
- 3.17.4-nightly.2
- 3.17.4-nightly.1
- 3.17.3
- 3.17.3-nightly.2
- 3.17.3-nightly.1
- 3.17.2
- 3.17.2-nightly.4
- 3.17.2-nightly.3
- 3.17.2-nightly.2
- 3.17.2-nightly.1
- 3.17.1
- 3.17.1-nightly.3
- 3.17.1-nightly.2
- 3.17.1-nightly.1
- 3.17.0
- 3.16.7
- 3.16.7-nightly.2
- 3.16.7-nightly.1
- 3.16.6
- 3.16.6-nightly.1
- 3.16.5
- 3.16.5-nightly.5
- 3.16.5-nightly.4
- 3.16.5-nightly.3
- 3.16.5-nightly.2
- 3.16.5-nightly.1
- 3.16.4
- 3.16.4-nightly.3
- 3.16.4-nightly.2
- 3.16.4-nightly.1
- 3.16.3
- 3.16.3-nightly.5
- 3.16.3-nightly.4
- 3.16.3-nightly.3
- 3.16.3-nightly.2
- 3.16.3-nightly.1
- 3.16.2
- 3.16.2-nightly.2
- 3.16.2-nightly.1
- 3.16.1
- 3.16.0
- 3.16.0-nightly.2
- 3.16.0-nightly.1
- 3.15.12
- 3.15.12-nightly.4
- 3.15.12-nightly.3
- 3.15.12-nightly.2
- 3.15.12-nightly.1
- 3.15.11
- 3.15.11-nightly.5
- 3.15.11-nightly.4
- 3.15.11-nightly.3
- 3.15.11-nightly.2
- 3.15.11-nightly.1
- 3.15.10
- 3.15.10-nightly.2
- 3.15.10-nightly.1
- 3.15.9
- 3.15.9-nightly.2
- 3.15.9-nightly.1
- 1.0.0
validations:
required: true
- type: dropdown
validations:
required: true
attributes:
label: What platform you are running OpenPype on?
label: What platform you are running on?
description: |
Please specify the operating systems you are running OpenPype with.
Please specify the operating systems you are using.
multiple: true
options:
- Windows
Expand Down
102 changes: 0 additions & 102 deletions .github/pr-glob-labeler.yml

This file was deleted.

65 changes: 0 additions & 65 deletions .github/workflows/documentation.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/milestone_assign.yml

This file was deleted.

62 changes: 0 additions & 62 deletions .github/workflows/milestone_create.yml

This file was deleted.

Loading
Loading