Commit graph

27949 commits

Author SHA1 Message Date
Petr Kalis
e59ea86e2e
Merge pull request #4437 from ynput/chore/bump_down_version_in_toml
Fix - remove minor part in toml
2023-02-08 17:33:08 +01:00
Jakub Trllo
f5ef01283f
Merge pull request #4438 from ynput/bugfix/ftrack_fix_thread_method_names
Ftrack: Fix methods called on thread objects
2023-02-08 15:26:22 +01:00
Jakub Trllo
6e55202349 change used method names from 'isAlive' to 'is_alive' 2023-02-08 14:23:10 +01:00
Jakub Trllo
c9981c0eac
Merge pull request #4375 from ynput/feature/better_instance_changes
Create: Enhance instance & context changes
2023-02-08 13:48:37 +01:00
Petr Kalis
b28f917693 Fix - remove minor part in toml
Causes issue in create_env and new Poetry
2023-02-08 13:37:50 +01:00
Petr Kalis
b9ce88854b
Merge pull request #4435 from ynput/bugfix/CU-861mbgm8k_Fix-required-scopes-for-Slack-notification
Slack: added missed scopes for Slack bot
2023-02-08 12:52:14 +01:00
Petr Kalis
e7d60288a1 Fix - added missed scopes for Slack bot 2023-02-08 12:15:43 +01:00
ynbot
49c47d0d90
[Automated] Merged main into develop 2023-02-08 04:29:08 +01:00
OpenPype
e1befa7ae3 [Automated] Bump version 2023-02-08 03:28:55 +00:00
ynbot
10e028a5ad
[Automated] Merged develop into main 2023-02-08 04:27:43 +01:00
iLLiCiTiT
cba888e66e small docstring/comments enhancements 2023-02-07 20:02:36 +01:00
Ondřej Samohel
d819a0c8c8
🎨 allow underscore in branch names
allow underscore in branch names in regex for pre-commit hook - no-commit-branch
2023-02-07 19:37:11 +01:00
Jakub Trllo
9110f70554 use safe access to "subset" in AE 2023-02-07 19:02:09 +01:00
Jakub Trllo
6120f218b4 Merge branch 'develop' into feature/better_instance_changes 2023-02-07 18:23:31 +01:00
Jakub Trllo
0b7ca434a3
Merge pull request #4428 from ynput/bugfix/OP-4355_Houdini-Shelves-Tools-code-broken
Houdini: Houdini shelf tools fixes
2023-02-03 18:11:32 +01:00
Ondřej Samohel
13e0a0427e
Merge pull request #4422 from tokejepsen/enhancement/OP-2008_vray_proxy 2023-02-03 18:01:43 +01:00
Jakub Trllo
46ecc60540
Merge pull request #4367 from quadproduction/276-template-builder-do-not-put-asset-in-hierarchy
Maya: Fix template builder bug where assets are not put in the right hierarchy
2023-02-03 15:52:03 +01:00
Jakub Trllo
4c502ffe85 change how shelves are created 2023-02-03 12:14:42 +01:00
Jakub Trllo
79e7b0e0d5 check script path and gracefully skip if was not found or not set 2023-02-03 12:08:47 +01:00
Jakub Trllo
2c17a9bb4e fix mandatory keys 2023-02-03 12:08:20 +01:00
Jakub Trllo
2c410e3d54 gracefully skip if label is not set 2023-02-03 12:08:08 +01:00
Milan Kolar
eae6d5f28d
Merge pull request #4256 from tokejepsen/feature/OP-3074_xgen 2023-02-03 11:18:25 +01:00
Milan Kolar
fbe4abf9ca
Merge pull request #4365 from ynput/feature/user-docs_adjustments 2023-02-03 11:10:55 +01:00
Toke Stuart Jepsen
c0439cae1a Validate vray plugin is loaded.
Otherwise you can publish VrayProxy without needing to enable it and fail at extraction.
2023-02-02 20:48:43 +00:00
Toke Stuart Jepsen
6a3d981c0f Fix updating VrayProxy 2023-02-02 20:45:12 +00: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
a9e139998c modified code example to also contain tests 2023-02-02 15:00:56 +01:00
Jakub Trllo
638375c9db add missing attribute usage 2023-02-02 13:47:15 +01:00
Jakub Trllo
1234d1210e
Merge pull request #4417 from ynput/bugfix/use_right_env_for_task
General: Use right environment variable for current task name
2023-02-02 13:42:25 +01:00
Thomas Fricard
3c928342ce Merge branch '276-template-builder-do-not-put-asset-in-hierarchy' of github.com:quadproduction/OpenPype into 276-template-builder-do-not-put-asset-in-hierarchy 2023-02-02 12:49:46 +01:00
Thomas Fricard
77b55cca51 restore file as it was originally 2023-02-02 12:49:18 +01:00
Thomas Fricard
b83f0ac799 restore file as it was originally 2023-02-02 12:46:49 +01:00
Jakub Trllo
e1f11abdf4 use AVALON_TASK to get current task name 2023-02-02 12:41:33 +01:00
Jakub Trllo
0b65168688 fix other places using changes 2023-02-02 12:17:07 +01:00
Jakub Trllo
6ca987fdd2 modified houdini to use new changes object 2023-02-02 11:56:51 +01:00
Jakub Trllo
0dbb63df94 modified change item a little 2023-02-02 11:54:55 +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
Jakub Trllo
dbda359b9d Merge branch 'develop' into feature/better_instance_changes
# Conflicts:
#	openpype/pipeline/create/context.py
2023-02-02 10:36:20 +01:00
Libor Batek
2620aeffdc
Merge pull request #4368 from ynput/feature/user-docs_adding_3dsmax_host
docs-first rough concept for 3dsmax host integration
2023-02-02 10:31:27 +01:00
Jakub Trllo
9a86cdaef8
Merge pull request #4414 from ynput/bugfix/workfile_lock_ignore_empty_paths
Maya: Ignore workfile lock in Untitled scene
2023-02-02 10:07:06 +01:00
Libor Batek
7217ba6b77 added pic for systray icon 2023-02-02 09:06:01 +01:00
Libor Batek
69b77dfa81 Merge branch 'develop' into feature/user-docs_adjustments 2023-02-02 08:56:44 +01: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