Commit graph

464 commits

Author SHA1 Message Date
Jakub Trllo
79c079961b Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier 2023-11-16 17:22:33 +01:00
Jakub Ježek
2b5c20e6e0
Update openpype/hosts/fusion/plugins/create/create_saver.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-11-14 12:49:46 +01:00
Jakub Jezek
f906d05c73
fusion: removing hardcoded template name for saver 2023-11-13 16:56:47 +01:00
Jakub Trllo
ff8cd30244 Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier 2023-11-02 11:40:01 +01:00
Roy Nieterau
c080c43d4c
Merge branch 'develop' into feature/fusion_usd_load 2023-10-30 13:40:59 +01:00
Jakub Ježek
dd757c0ad3
Merge branch 'develop' into feature/fusion-resolution-validator 2023-10-30 12:22:06 +01:00
Jakub Ježek
e3daa40ce4
Merge pull request #5558 from BigRoy/enhancement/general_fixes_from_colorbleed 2023-10-30 12:08:52 +01:00
Jakub Trllo
7942e33a11 be expicit about source of asset and folder path 2023-10-25 12:01:58 +02:00
Jakub Trllo
18fcfa4a41 use 'get_asset_name_identifier' in fusion 2023-10-24 18:07:17 +02:00
Roy Nieterau
0f3b6d3c6a
Merge branch 'develop' into feature/fusion_usd_load 2023-10-19 10:59:24 +02:00
Jakub Trllo
e2ce1db898
Merge pull request #5329 from EmberLightVFX/enhancement/fusion-work-with-pathmaps
Fusion: Work with pathmaps
2023-10-13 16:14:29 +02:00
Roy Nieterau
1d9a17d870
Merge branch 'develop' into enhancement/general_fixes_from_colorbleed 2023-10-05 14:21:20 +02:00
Roy Nieterau
e186296813
Merge branch 'develop' into feature/fusion_usd_load 2023-10-05 12:38:37 +02:00
Ember Light
c5b9667aa2
Place get_frame_path import on one row
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-10-03 10:36:17 +02:00
Ember Light
a5b85d36f0
Removed double space in end of file
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-10-03 10:35:50 +02:00
Jacob Danell
bd31dbaf35 Get the comp from render_instance instead of get_current_comp() 2023-10-02 16:12:20 +02:00
Jacob Danell
441bb73afc hound 2023-10-02 15:10:46 +02:00
Jacob Danell
73a122b79a Restore formatting of non-modified code 2023-10-02 15:09:30 +02:00
Jacob Danell
80febccf0e hound 2023-10-02 14:41:54 +02:00
Jacob Danell
e3b5cfe236 Merge remote-tracking branch 'origin/feature/fusion-resolution-validator' into feature/fusion-resolution-validator 2023-10-02 14:39:48 +02:00
Jacob Danell
ffeb0282b9 Restore formatting of non-modified code 2023-10-02 14:39:27 +02:00
Roy Nieterau
f12dc3f4b3 Merge remote-tracking branch 'EmberLightVFX/enhancement/fusion-work-with-pathmaps' into enhancement/fusion-work-with-pathmaps 2023-10-02 14:24:24 +02:00
Roy Nieterau
333c282eba Don't query comp again 2023-10-02 14:24:02 +02:00
Ember Light
df5fc6154d
Change name from Validate Saver to Validate Asset
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-10-02 14:23:42 +02:00
Ember Light
17b36407ac
Merge branch 'develop' into enhancement/fusion-work-with-pathmaps 2023-10-02 13:49:17 +02:00
Ember Light
21cca1c8ad
Merge branch 'develop' into feature/fusion-resolution-validator 2023-10-02 13:45:51 +02:00
Roy Nieterau
277a0baa7b
Hound 2023-10-02 13:29:49 +02:00
Roy Nieterau
fac33119ec
Enable only in Fusion 18.5+ 2023-10-02 13:28:57 +02:00
Roy Nieterau
68c4dcc86d
Merge branch 'develop' into feature/fusion_usd_load 2023-10-02 13:19:26 +02:00
Roy Nieterau
35460cbb7d
Merge branch 'develop' into enhancement/general_fixes_from_colorbleed 2023-10-02 13:16:34 +02:00
Roy Nieterau
1eab27d710
Merge branch 'develop' into enhancement/publish_instances_uuid_from_host 2023-10-02 11:57:43 +02:00
Milan Kolar
9624887096
Merge pull request #5617 from BigRoy/chore/fusion_remove_unused_functions 2023-09-21 21:06:23 +02:00
Roy Nieterau
bd049da6f9
Update openpype/hosts/fusion/plugins/load/load_usd.py 2023-09-20 16:11:13 +02:00
Petr Kalis
67abbaad3c
Fussion: added support for Fusion 17 (#5614)
* OP-6780 - vendorized necessary libraries for Python 3.6

* OP-6780 - better resolution of app_version

* Update openpype/hosts/fusion/addon.py

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

* OP-6780 - add vendorized libraries even before menu creation

This should help when version of Fusion > 17, but it is still using 3.6

* OP-6780 - added todo message to remember to remove this

* OP-6780 - move injection of PYTHONPATH much sooner

At previous position it was too late.

* OP-6780 - better capture of broken imports

* OP-6780 - SyntaxError is thrown only if directly importing

* OP-6780 - remove unnecessary imports

Only urllib3 and attrs are actually needed

* OP-6780 - vendorize even directly in Fusion if Python < 3.7

* OP-6780 - remove update of PYTHONPATH in addon

More important and required is check directly in interpreter in Fusion, it doesn't make sense to pollute addon and have it on two places. It might get removed altogether in next-minor.

* OP-6780 - added comment

---------

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-09-15 11:02:37 +02:00
Roy Nieterau
b56d4633e1
Merge branch 'develop' into enhancement/publish_instances_uuid_from_host 2023-09-13 22:51:31 +02:00
Roy Nieterau
54a62348d0 Remove unused functions from Fusion integration 2023-09-13 22:16:14 +02:00
Roy Nieterau
d36b2f1514 Merge remote-tracking branch 'upstream/develop' into enhancement/tweak_logging
# Conflicts:
#	openpype/plugins/publish/extract_hierarchy_to_ayon.py
2023-09-05 12:06:43 +02:00
Jakub Trllo
8aee7d0ca4
Merge pull request #5569 from ynput/enhancement/fusion-code-refactor
Fusion: Code updates
2023-09-05 12:00:45 +02:00
Jakub Trllo
bde5a560a2 Removed ';OpenPype:Scripts' from prefs file 2023-09-05 11:28:25 +02:00
Jakub Trllo
2b8ec005fc removed remaining scripts after discussion with @BigRoy 2023-09-05 11:27:31 +02:00
Jakub Trllo
d46f610e4d removed switch_ui script from fusion with related script in 'scripts' 2023-09-05 11:21:46 +02:00
Roy Nieterau
a50ab622b7 Fix message readability 2023-09-04 18:08:59 +02:00
Roy Nieterau
bed16ae663 Match filename with other validators 2023-09-04 18:07:32 +02:00
Roy Nieterau
c3e299f9ad Use frameStartHandle since we only care about the saver during the publish frame range 2023-09-04 17:26:13 +02:00
Roy Nieterau
7a2cc22e6d Fix docstring 2023-09-04 17:24:22 +02:00
Roy Nieterau
7b62a204a3 Fix optional support 2023-09-04 17:22:09 +02:00
Roy Nieterau
5eddd0f601 Tweak code for readability 2023-09-04 17:21:44 +02:00
Jakub Ježek
b16adc958b
Merge branch 'develop' into enhancement/fusion-work-with-pathmaps 2023-09-04 16:40:03 +02:00
Jakub Ježek
262517cab6
Merge branch 'develop' into feature/fusion-resolution-validator 2023-09-04 16:10:16 +02:00
Roy Nieterau
2e6bdad7a0 Fusion: Tweak logging level for artist-facing report 2023-09-04 12:24:13 +02:00