Commit graph

13808 commits

Author SHA1 Message Date
Alexey Bogomolov
76bdcb49ea get the prefs path correctly 2023-02-13 00:40:51 +03:00
Alexey Bogomolov
3ff8aa5c95 use system settings to get data, add force sync option 2023-02-13 00:39:55 +03:00
Alexey Bogomolov
9bba80ff61 add copy fusion prefs global settings 2023-02-03 20:32:38 +03:00
Alexey Bogomolov
015cc26114 Merge remote-tracking branch 'upstream/develop' into develop 2023-02-03 14:08:04 +03:00
Alexey Bogomolov
95280aef00 fix get fusion profile 2023-02-03 13:44:30 +03:00
Milan Kolar
eae6d5f28d
Merge pull request #4256 from tokejepsen/feature/OP-3074_xgen 2023-02-03 11:18:25 +01:00
Alexey Bogomolov
be90410047 use pathlib over os.path, check if FUSION_PROFILE is set 2023-02-03 13:12:35 +03:00
Alexey Bogomolov
62319248a1 do not override Userpaths 2023-02-03 02:26:34 +03:00
Alexey Bogomolov
13a364377d use get comp filename from lib 2023-02-03 02:23:30 +03:00
Alexey Bogomolov
3b0f560133 remove custom pathmap 2023-02-03 02:22:02 +03:00
Alexey Bogomolov
324eaa26b9 use temp folder to store the prefs, check if FUSION16_PROFILE_DIR exists 2023-02-03 02:21:14 +03:00
Jakub Trllo
3eff2fe3cb
Merge pull request #4411 from ynput/bugfix/OP-4773_private-ftrack-url-is-NOT-ftrackappcom
Ftrack: Don't force ftrackapp endpoint
2023-02-02 15:24:27 +01:00
Jakub Trllo
e1f11abdf4 use AVALON_TASK to get current task name 2023-02-02 12:41:33 +01:00
Jakub Trllo
e42ee50ff4
Merge pull request #4412 from ynput/bugfix/3dsmax-python-path-handling
3dsmax: startup fixes
2023-02-02 11:42:01 +01:00
Ondřej Samohel
df6031d810
Update openpype/hosts/max/startup/startup.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-02-02 11:40:06 +01:00
Alexey Bogomolov
cfd718d943 rollback the get_fusion, properly return comp name 2023-02-02 00:07:27 +03:00
Alexey Bogomolov
d74daa49de Merge remote-tracking branch 'upstream/develop' into develop 2023-02-02 00:04:20 +03:00
Toke Stuart Jepsen
926f23d392 Fix updating 2023-02-01 20:57:53 +00:00
Toke Stuart Jepsen
e0f18363cd Fix file paths. 2023-02-01 20:57:47 +00:00
Jakub Trllo
fc2fd70f09 remove unnecessary indentation 2023-02-01 19:04:33 +01:00
Jakub Trllo
6934233c25 skip lock check if in untitled scene 2023-02-01 19:04:14 +01:00
Ondrej Samohel
8fd4c06e71
pop QT_AUTO_SCREEN_SCALE_FACTOR 2023-02-01 18:33:58 +01:00
Jakub Trllo
7e213daca0 login url is not modifying the url from module 2023-02-01 17:23:38 +01:00
Jakub Trllo
b661f16f88 added docstring for 'get_ftrack_url' 2023-02-01 17:23:11 +01:00
Jakub Trllo
a2dbc6d51d added option to receive ftrack url from settings 2023-02-01 17:22:53 +01:00
Jakub Trllo
fce85d0694 check ftrack url before adding ftrackapp 2023-02-01 17:22:40 +01:00
Toke Stuart Jepsen
7a7102337b BigRoy feedback 2023-02-01 15:19:38 +00:00
Ondřej Samohel
1c60d72e81
Merge pull request #4391 from ynput/hotfix/condition-in-houdini-creator-plugin 2023-02-01 16:16:30 +01:00
Toke Stuart Jepsen
c71fc217da BigRoy feedback 2023-02-01 15:05:15 +00:00
Jakub Trllo
6fb280b6c8
Merge pull request #4392 from ynput/bugfix/instance_attr_defs_fix
General: Attribute definitions fixes
2023-02-01 15:56:10 +01:00
Jakub Ježek
482bccf157
Merge pull request #4400 from ynput/bugfix/colorspace-opitonal-host-settings 2023-02-01 15:21:53 +01:00
Jakub Ježek
1690a64216
Update openpype/pipeline/colorspace.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-02-01 15:21:18 +01:00
Ondřej Samohel
7b140a3716
Merge pull request #4352 from tokejepsen/enhancement/maya_lib_clean_up 2023-02-01 14:28:34 +01:00
Toke Stuart Jepsen
981d454802 Remove old xgen cache plugin 2023-02-01 11:57:12 +00:00
Jakub Trllo
e250ed5cf5
Merge pull request #4324 from ynput/feature/functions_for_current_context
General: Functions for current context
2023-02-01 12:39:53 +01:00
Jakub Trllo
2313cd0507 added context getter functions to pipeline init 2023-02-01 12:38:54 +01:00
Ondrej Samohel
b37359979c
♻️ force modules to sys.path 2023-02-01 12:38:02 +01:00
Jakub Trllo
fb56e169dc check for source class instead of for function by name availability 2023-02-01 12:34:21 +01:00
Jakub Trllo
ece81764f2
Merge pull request #4402 from BigRoy/maya_plugin_cleanup_attributes
Maya + Blender: Pyblish plugins removed unused `version` and `category` attributes
2023-02-01 11:30:08 +01:00
Jakub Trllo
185a7be2c1
Merge pull request #4401 from BigRoy/maya_fix_validate_attributes
Maya: Fix Validate Attributes plugin
2023-02-01 10:49:14 +01:00
Toke Stuart Jepsen
51ad73c7b3 BigRoy feedback 2023-02-01 09:12:47 +00:00
OpenPype
06086b36bc [Automated] Bump version 2023-02-01 03:32:20 +00:00
Toke Stuart Jepsen
caf26b8ab6 Hound 2023-01-31 17:49:10 +00:00
Toke Stuart Jepsen
ab0e3fab01 BigRoy feedback 2023-01-31 17:47:12 +00:00
Toke Jepsen
67e438dcb9
Update openpype/hosts/maya/plugins/inventory/connect_geometry.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-01-31 11:56:55 +00:00
Toke Jepsen
658ad2a0c2
Update openpype/hosts/maya/plugins/load/load_xgen.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-01-31 11:40:55 +00:00
Toke Stuart Jepsen
768b3d8ac9 Improve docs 2023-01-31 11:38:43 +00:00
Roy Nieterau
529ab6ca9b Remove unused version attribute from blender plug-ins too 2023-01-31 12:37:28 +01:00
Roy Nieterau
ca6d6f7cca Remove unused category attribute from blender plug-ins too 2023-01-31 12:36:22 +01:00
Toke Jepsen
aad5a4f6eb
Update openpype/hosts/maya/plugins/publish/reset_xgen_attributes.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-01-31 11:36:07 +00:00