Commit graph

8925 commits

Author SHA1 Message Date
Milan Kolar
dcce50ea9e rename pype to openpype on icons 2021-04-01 14:46:49 +02:00
Milan Kolar
fd67d8924b update all icons to openpype version 2021-04-01 13:19:26 +02:00
Milan Kolar
a6dc83aa13
Merge pull request #1237 from pypeclub/feature/global_settings
Pype global settings
2021-04-01 10:11:13 +02:00
iLLiCiTiT
9bb1d87304 added sequence tag to extract review profiles 2021-03-31 19:50:06 +02:00
iLLiCiTiT
fc103ec5c3 auto create new item on getitem in mutable dict 2021-03-31 19:49:46 +02:00
iLLiCiTiT
86755f97cc fix global settings dict hierarchy 2021-03-31 15:46:05 +02:00
Milan Kolar
26a4c68af8
Merge pull request #1207 from pypeclub/3.0/feature/1164-nuke-deadline-submit-limiting-group-filter
Nuke: deadline submit limit group filter
2021-03-31 15:33:37 +02:00
Milan Kolar
77fbc0b655
Merge pull request #1233 from pypeclub/feature/hide_expanding_btn
Hide expand button if content does not contain any widget
2021-03-31 15:32:30 +02:00
Milan Kolar
ae9bf0c8de
Merge pull request #1232 from pypeclub/feature/remove_settings_file_handler
Remove settings file handler
2021-03-31 15:27:29 +02:00
Milan Kolar
49fafb788b
Merge pull request #1225 from pypeclub/fix/harmony_task_duplication_in_subset_name_render
Fix - handle duplication of Task name
2021-03-31 15:26:02 +02:00
iLLiCiTiT
e8c52214dc Merge branch 'develop' into feature/global_settings 2021-03-31 15:21:40 +02:00
Milan Kolar
a15f879730
Merge pull request #1228 from pypeclub/feature/apps_without_env_groups
Removed environment metadata from apps and hosts
2021-03-31 15:13:02 +02:00
iLLiCiTiT
4eab3340a1 fix label issue 2021-03-31 15:07:39 +02:00
iLLiCiTiT
cd9254b27d settings handler saves pype_path from system settings to global settings on save 2021-03-31 14:58:50 +02:00
iLLiCiTiT
969b2dedef resaved defaults 2021-03-31 14:58:19 +02:00
iLLiCiTiT
85863015a3 defined constant for global settings type 2021-03-31 14:57:51 +02:00
iLLiCiTiT
56c4ae7eb7 removed studio soft key from general and replaced with pype_path key 2021-03-31 14:57:36 +02:00
Milan Kolar
7f49d49024
Merge pull request #1221 from pypeclub/feature/store_settings_as_dict
Settings in mongo as dict
2021-03-31 14:53:57 +02:00
Milan Kolar
4c44d42804
Merge pull request #1222 from pypeclub/3.0/feature/python2-OpenTimelineIO-vendor
OTIO: adding python-2 version to `pype.vendor`
2021-03-31 13:29:13 +02:00
Milan Kolar
e3d09f2b22
Merge pull request #1223 from pypeclub/bugfix/new_project_schemas
New project schemas
2021-03-31 12:38:08 +02:00
iLLiCiTiT
6221b6aa1e hide expainding button if content layout does not have any widget 2021-03-31 11:02:32 +02:00
iLLiCiTiT
140457610e removed SettingsFileHandler which is not and can't be used 2021-03-31 10:51:25 +02:00
Milan Kolar
0f9c845f58
Merge pull request #1219 from pypeclub/bugfix/1216-workfiles-tool-for-nuke
Pype's workfiles tool in nuke
2021-03-31 09:37:25 +02:00
Milan Kolar
e8fe8f25a3
Merge pull request #1213 from pypeclub/bugfix/3.0_profile_regex_fix
Fix regex checks in profiles filtering
2021-03-31 09:36:38 +02:00
Milan Kolar
07e9b44d9f
Merge pull request #1212 from pypeclub/feature/3.0_bulk_mov_strict_task
Bulk mov strict task
2021-03-31 09:32:21 +02:00
Milan Kolar
a26529e917
Merge pull request #1203 from pypeclub/3.0/bugfix/1089-nuke-avalontab-as-default-for-write-node
Nuke: AvalonTab as default for write node
2021-03-31 09:27:43 +02:00
Milan Kolar
b1492cfd4f
Merge pull request #1201 from pypeclub/3.0/feature/1100-nuke-read-container-simplify-labeling
Nuke: adding preset for a Read node name to all img and mov Loaders
2021-03-31 09:26:58 +02:00
Milan Kolar
fb790c7a33
Merge pull request #1198 from pypeclub/feature/blender_pyside_install_prelaunch_hook
Blender auto PySide2 install hook
2021-03-31 09:24:37 +02:00
iLLiCiTiT
f1b154a94f group does not have to have set label 2021-03-30 20:04:34 +02:00
iLLiCiTiT
0caa77261a removed label and icon from variants 2021-03-30 20:02:20 +02:00
iLLiCiTiT
9f14f89173 removed usage of "settings_env" key in launch context 2021-03-30 19:53:47 +02:00
iLLiCiTiT
1a4abd7128 changed how environments for apps and tools are retrieved 2021-03-30 19:52:50 +02:00
iLLiCiTiT
19313b06bd ApplicationManager use new tools classes to define it's tools 2021-03-30 19:51:30 +02:00
iLLiCiTiT
ed148c7c11 renamed ApplicationTool to EnvironmentTool and changed what data holds 2021-03-30 19:51:09 +02:00
iLLiCiTiT
9a18da32ac Implemented EnvironmentToolGroup to hold tool group 2021-03-30 19:50:33 +02:00
iLLiCiTiT
a507d78f9c fixed attributes usage 2021-03-30 19:43:05 +02:00
iLLiCiTiT
b6b1ab4b3a reimplemented require Application methods 2021-03-30 19:40:43 +02:00
iLLiCiTiT
aa0b3211fc ApplicationManager is using new classes to get applications 2021-03-30 19:40:29 +02:00
iLLiCiTiT
f5a046bbcb ApplicationGroup creates objects of Application class 2021-03-30 19:37:43 +02:00
iLLiCiTiT
be66e4cf70 added docstring to ApplicationGroup 2021-03-30 19:37:23 +02:00
iLLiCiTiT
68954e034e implemented new Application class which use more data from group and keeps only it's environments 2021-03-30 19:37:07 +02:00
iLLiCiTiT
dcdbae5156 implemented application group class it's object holds environments 2021-03-30 19:30:04 +02:00
iLLiCiTiT
6fa65a9bf8 removed previous implementation of Application object 2021-03-30 19:29:17 +02:00
iLLiCiTiT
52b1619b50 removed env_group_key from application schemas 2021-03-30 17:52:50 +02:00
Petr Kalis
c5b10b9214 Fix - handle duplication of Task name
If Task name is explicitly set in template, it duplicated
it here. Task name doesnt need to be in template, but by standard it should be in subset name.
This whole replace situation is because of avalon's Creator which modify subset name even if it shouldn't.
If Creator app is reworked (could have wide impact!), this should be cleaned up.
2021-03-30 17:47:24 +02:00
iLLiCiTiT
7a45a1a0e7 anatomy handler can handle not existing projects 2021-03-30 17:05:19 +02:00
iLLiCiTiT
302a00c9c9 sync to avalon is using new schemas 2021-03-30 17:04:58 +02:00
Jakub Jezek
fd6466082b
OTIO: adding python-2 version to pype.vendor 2021-03-30 16:38:36 +02:00
iLLiCiTiT
f8a220d424 settings are stored as dictionaries instead of json string 2021-03-30 16:24:11 +02:00
iLLiCiTiT
c8e2e7744c remove unused import 2021-03-30 15:48:16 +02:00