Commit graph

34916 commits

Author SHA1 Message Date
Roy Nieterau
28c83c3bb6
Remove duplicated code
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-11-14 11:09:34 +01:00
Roy Nieterau
dcfdb25217 Implement ILoadHost + refactor host.ls() to host.get_containers() 2023-11-14 10:52:54 +01:00
Kayla Man
46aae62804
Merge pull request #5859 from ynput/enhancement/OP-7280_3dsmax-Incorporate-settings-for-Review-feature-into-Project-Settings-acting-as-defaults-for-Review
Max: Allows user preset the setting of preview animation in OP/AYON Setting
2023-11-14 16:50:05 +08:00
Kayla Man
0494d908c7
Merge branch 'develop' into enhancement/OP-7280_3dsmax-Incorporate-settings-for-Review-feature-into-Project-Settings-acting-as-defaults-for-Review 2023-11-14 16:49:56 +08:00
Kayla Man
2053c4f4c9 fix the subset name not changing acoordingly after the subset changes 2023-11-14 16:13:06 +08:00
Roy Nieterau
a2a47787db Avoid need for executing in main thread by just not using bpy.ops functions.
I also skipped the "keep_transform" part of the functionality since it's redundant because the created asset group is always at origin by default, and thus needs no matrix inverse computations.
2023-11-14 09:12:09 +01:00
Roy Nieterau
6e89f33014 Clarify Workfile instance data persistence 2023-11-14 08:50:03 +01:00
Roy Nieterau
b16bc2a80e Remove debugging prints 2023-11-14 02:43:21 +01:00
Roy Nieterau
e67ecd4065 Hound 2023-11-14 02:34:44 +01:00
Roy Nieterau
bf49ffea16 Hound 2023-11-14 02:33:26 +01:00
Roy Nieterau
8575c4843c Fix storing instance and context data correctly, fix removing instances + refactor instance nodes 2023-11-14 02:25:42 +01:00
Roy Nieterau
3d10bfdf09 Cosmetics 2023-11-14 00:37:13 +01:00
Roy Nieterau
871bf194da Avoid double space in log message 2023-11-14 00:36:33 +01:00
Roy Nieterau
6698166954 Refactor to correct name 2023-11-14 00:24:57 +01:00
Roy Nieterau
5b317b4109 Merge remote-tracking branch 'upstream/develop' into enhancement/blender_new_publisher
# Conflicts:
#	openpype/hosts/blender/api/plugin.py
#	openpype/hosts/blender/plugins/create/create_blendScene.py
#	openpype/hosts/blender/plugins/publish/collect_instances.py
#	openpype/hosts/blender/plugins/publish/extract_playblast.py
2023-11-14 00:07:05 +01:00
Roy Nieterau
b8255c6ee3 Simplify collecting instances (re-use logic) 2023-11-13 23:53:44 +01:00
Roy Nieterau
1e7ef83b18 Validate workfile saved once; not per instance - refactored to ContextPlugin 2023-11-13 23:53:17 +01:00
Roy Nieterau
ae6c810ba5 Raise PublishValidationError from validators 2023-11-13 23:38:21 +01:00
Roy Nieterau
60486c2d9f Tweak logging levels for artist-facing reports + some log message cosmetics 2023-11-13 23:36:26 +01:00
Roy Nieterau
7a0fd92481 Remove legacy instance collecting (since it resulted in duplicate instances) + fix workfile publishing 2023-11-13 23:23:08 +01:00
Roy Nieterau
51f1b14fd6 Fix optional states 2023-11-13 23:20:09 +01:00
Sharkitty
8d58b284fc Remove unused dependency, fix collect_render 2023-11-13 17:21:28 +01:00
Jakub Jezek
f906d05c73
fusion: removing hardcoded template name for saver 2023-11-13 16:56:47 +01:00
Jakub Trllo
a28d6d34d2 Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier
# Conflicts:
#	openpype/client/server/entities.py
#	openpype/pipeline/context_tools.py
2023-11-13 16:39:09 +01:00
Jakub Trllo
3cea797d02
Merge pull request #5898 from ynput/bugfix/publish-report-pyside6-fix
Publish report tool: Fix PySide6
2023-11-13 14:42:21 +01:00
Kayla Man
cc77114db9 tweaks on the settings for variable 2023-11-13 21:36:22 +08:00
Jakub Trllo
b497876c51 Fix houdini workfile creator 2023-11-13 14:33:03 +01:00
Jakub Trllo
f01d2d230a
Merge pull request #5896 from ynput/bugfix/ayon-scene-inventory-site-sync
AYON: Scene inventory tool without site sync
2023-11-13 14:06:36 +01:00
Kayla Man
aac075f93b renamed the label for preview preset 2023-11-13 20:58:16 +08:00
Kayla Man
7a778b3a83 hound 2023-11-13 20:57:20 +08:00
Kayla Man
a4cbd80fa2 variable renaming & not using classmethod for apply_settings 2023-11-13 20:56:41 +08:00
Kayla Man
cf21c8e56f reaame preview animation to create review 2023-11-13 20:47:14 +08:00
Jakub Jezek
7ab02bd953
Merge branch 'develop' into enhancement/OP-7197_nuke-default-colorspace-settings 2023-11-13 13:28:45 +01:00
Kayla Man
7ac1d54132 Renamed preview animation to create review in OP/AYON settings 2023-11-13 19:48:42 +08:00
Kayla Man
573d103889 use self.percentSize 2023-11-13 19:10:34 +08:00
Sharkitty
62fa330417 Add set_instance_data method to reduce redundancy 2023-11-13 11:58:47 +01:00
MustafaJafar
e209308ad7 BigRoy's comment - only report the conflicting families 2023-11-13 12:54:06 +02:00
Jakub Trllo
fab9fd617d
Merge pull request #5882 from ynput/bugfix/fix-few-typos-in-aayon-settings
Bugfix: fix few typos in houdini's and Maya's Ayon settings
2023-11-13 11:50:34 +01:00
Kayla Man
c89ccfc3ea adding default value back to Anti-aliasing Quality and fix tab spaces issues in OP settings 2023-11-13 18:42:20 +08:00
MustafaJafar
73a570d0f4 better error reporting 2023-11-13 12:40:15 +02:00
Kayla Man
b71ca80bdb resolved conflict 2023-11-13 18:21:48 +08:00
Kayla Man
b17cff302e
Merge pull request #5839 from ynput/enhancement/3dsmax_review_render_ratio_and_viewport_tweaks
Max: Bug fix on wrong aspect ratio and viewport not being maximized during context in review family
2023-11-13 18:12:43 +08:00
Kayla Man
981ce341b7
Merge branch 'develop' into enhancement/3dsmax_review_render_ratio_and_viewport_tweaks 2023-11-13 16:56:44 +08:00
MustafaJafar
f84cf14316 update doc string 2023-11-13 09:59:10 +02:00
MustafaJafar
43a2955f86 remove debugging code 2023-11-13 09:50:47 +02:00
MustafaJafar
42efd5a8dd Merge branch 'bugfix/houdini-license-validator' of https://github.com/ynput/OpenPype into bugfix/houdini-license-validator 2023-11-13 09:48:24 +02:00
MustafaJafar
d3f4a397f4 add pointcache 2023-11-13 09:47:52 +02:00
github-actions[bot]
9bd74c74f1 chore(): update bug report / version 2023-11-11 03:26:30 +00:00
ynbot
beefb9fa36
[Automated] Merged main into develop 2023-11-11 04:26:07 +01:00
Ynbot
1eeb70bf4a [Automated] Bump version 2023-11-11 03:25:56 +00:00