Jakub Trllo
0015b477eb
Merge branch 'develop' into feature/OP-3788_Move-queries-of-asset-and-representation-links
2022-09-05 12:19:31 +02:00
pypebot
9a25e97a13
[Automated] Merged main into develop
2022-09-03 06:15:29 +02:00
OpenPype
153f2c2e95
[Automated] Bump version
2022-09-03 04:15:14 +00:00
pypebot
e639361d12
[Automated] Merged develop into main
2022-09-03 06:04:25 +02:00
Ondřej Samohel
9108aee040
Merge pull request #3669 from BigRoy/maya_menu_move_set_render_settings
...
Maya: move set render settings menu entry
2022-09-02 18:26:05 +02:00
Ondřej Samohel
36fb10c959
Merge pull request #3674 from BigRoy/maya_load_containerise_dont_skip_empty_values
...
Maya: `containerise` dont skip empty values
2022-09-02 18:22:52 +02:00
Ondřej Samohel
313b56bf06
Merge pull request #3659 from BigRoy/maya_select_containers
...
Scene Inventory: Maya add actions to select from or to scene
2022-09-02 18:13:54 +02:00
Ondřej Samohel
8203df8b8e
Merge pull request #3757 from pypeclub/bugfix/version-resolution-in-string
...
Fix version resolution
2022-09-02 18:03:19 +02:00
Ondřej Samohel
b924cedfa7
Merge pull request #3777 from pypeclub/chore/fix_poetry_toml_version_format
...
Fix - changed format of version string in pyproject.toml
2022-09-02 18:01:07 +02:00
Jakub Trllo
ab964eb91d
Merge pull request #3784 from pypeclub/feature/OP-3873_Change-extractor-usage-in-AE
...
AfterEffects: Use new Extractor location
2022-09-02 17:00:31 +02:00
Jakub Trllo
cfa58c1475
Merge pull request #3785 from Sharkitty/Hayley_Normaal
...
Added an event triggered when user connects to kitsu
2022-09-02 17:00:18 +02:00
Hayley GUILLOT
a72b84a586
Forgot to lint
2022-09-02 16:33:34 +02:00
Hayley GUILLOT
f0dc54f78e
Update credentials.py
...
Implementation got moved from emit_on_kitsu_login to the login function
2022-09-02 16:32:45 +02:00
Jakub Trllo
7843645fe8
Merge branch 'develop' into feature/OP-3873_Change-extractor-usage-in-AE
2022-09-02 16:01:44 +02:00
Petr Kalis
d2240544ad
Hardcoded downgraded version of Poetry
...
Latest 1.2 version breaks build because cx-freeze. Latest cx-freeze works on Win, fails on Linux.
2022-09-02 15:55:58 +02:00
Petr Kalis
73309ffc32
Revert "Fix - update cx-freeze"
...
This reverts commit 4fc90655d7 .
2022-09-02 15:51:44 +02:00
Petr Kalis
5079d05df1
Hardcoded downgraded version of Poetry
2022-09-02 15:50:30 +02:00
Petr Kalis
74a4040219
Revert "Fix - update cx-freeze"
...
This reverts commit 7ed5f5a0ee .
2022-09-02 15:49:18 +02:00
Hayley GUILLOT
7a98e083de
Shortened max line length to 79
...
Hopefully hounds will be happy
2022-09-02 15:48:23 +02:00
Hayley GUILLOT
75e2ec1a65
Update credentials.py
...
Linted, should fix hounds comments
2022-09-02 15:44:47 +02:00
Jakub Trllo
1d5e691daf
Merge pull request #3763 from pypeclub/feature/OP-3851_Update-nuke-template-build
...
Nuke: Build workfile by template
2022-09-02 15:41:38 +02:00
Hayley GUILLOT
fc8d525207
Added an event triggered when user connects to kitsu
2022-09-02 15:17:55 +02:00
Jakub Trllo
aa46a193c6
Merge pull request #3778 from BigRoy/fix_settings_inactive_project
...
Settings: Fix settings for inactive projects
2022-09-02 14:10:14 +02:00
Jakub Trllo
f351bd0644
Merge pull request #3779 from BigRoy/standalone_publish_ignore_empty_label
...
Standalone Publisher: Ignore empty labels, then still use name like other asset models
2022-09-02 14:09:51 +02:00
Jakub Trllo
a64778e95f
Merge pull request #3618 from pypeclub/documentation/anatomy_templates
...
Documentation: Anatomy templates
2022-09-02 13:58:17 +02:00
Jakub Trllo
585d43cf48
modified table
2022-09-02 13:40:03 +02:00
Petr Kalis
ec171443d2
Small grammar fixes
2022-09-02 12:14:32 +02:00
Petr Kalis
c5d2777aa3
Merge remote-tracking branch 'origin/develop' into chore/fix_poetry_toml_version_format
2022-09-02 11:05:38 +02:00
Petr Kalis
7ed5f5a0ee
Fix - update cx-freeze
...
Old version caused "No module named 'distutils.command.bdist_msi'" error
2022-09-02 11:04:13 +02:00
Roy Nieterau
ff88f201ec
Ignore empty labels, then still use name like other asset models
2022-09-02 00:16:52 +02:00
Roy Nieterau
58724a4c1b
Have get_project inactive argument default to True
2022-09-01 23:33:27 +02:00
Petr Kalis
4fc90655d7
Fix - update cx-freeze
...
Old version caused "No module named 'distutils.command.bdist_msi'" error
2022-09-01 18:59:20 +02:00
Petr Kalis
05043b8578
Fix - escaped plus sign
2022-09-01 18:15:49 +02:00
Petr Kalis
d90f9fb5b8
Fix - changed format of version string in pyproject.toml
...
Since Poetry 1.2 version in .toml must follow PEP-440, in our case there must not be dash sign. Plus sign is valid though.
Version in pyproject.toml is not used anywhere yet (only maybe when uploading wheel to pip, which is not really used).
2022-09-01 18:12:16 +02:00
Jakub Trllo
9721df1574
Merge pull request #3771 from pypeclub/feature/OP-3872_Copy-Extractor-to-publish-pipeline
...
General: Copied 'Extractor' plugin to publish pipeline
2022-09-01 16:15:58 +02:00
Jakub Trllo
1e87bda14c
Merge pull request #3773 from pypeclub/feature/remove_testhost
...
General: Remove unused teshost
2022-09-01 14:32:32 +02:00
Jakub Trllo
aaff1525a0
remove unused teshost
2022-09-01 12:59:14 +02:00
Jakub Trllo
e5c662d941
use Extractor from openpype.pipeline
2022-09-01 11:59:48 +02:00
Jakub Trllo
e4085f7688
fix 'path_to_subprocess_arg' usage
2022-09-01 11:42:20 +02:00
Jakub Trllo
ec782caa00
use new Extractor in global plugins
2022-09-01 11:40:33 +02:00
Jakub Trllo
20d9345c48
removed comment
2022-09-01 11:38:29 +02:00
Jakub Trllo
0399c311db
copied 'Extractor' to publish pipeline
2022-09-01 10:42:17 +02:00
Jakub Trllo
9665f1c9d3
Merge branch 'develop' into feature/OP-3788_Move-queries-of-asset-and-representation-links
2022-08-31 18:25:13 +02:00
Jakub Trllo
c8ef54e9ce
use new source of 'get_linked_ids_for_representations'
2022-08-31 18:22:04 +02:00
Jakub Trllo
17cfd18d1a
use new location of 'get_linked_assets'
2022-08-31 18:19:51 +02:00
Jakub Trllo
a0b33deda3
added functions to get linked ids
2022-08-31 18:18:33 +02:00
Jakub Trllo
137e409889
convert functions to be usable in other files of client
2022-08-31 18:08:16 +02:00
Jakub Trllo
a515e58196
Merge pull request #3727 from pypeclub/feature/OP-3778_Resolve-as-module
...
Resolve: Define resolve as addon
2022-08-31 17:23:24 +02:00
Jakub Trllo
f1da60cd66
Merge pull request #3766 from pypeclub/feature/OP-3787_Move-create-project
...
General: Create project function moved to client code
2022-08-31 15:51:58 +02:00
Jakub Trllo
ac273094ba
added removement version
2022-08-31 15:10:58 +02:00