Commit graph

2603 commits

Author SHA1 Message Date
Roy Nieterau
669a2256ef Merge develop 2023-03-29 14:46:41 +02:00
Alexey Bogomolov
fb0f39b3cc
add up to 3 decimals precision to the frame rate settings (#4571)
* add up to 3 decimals to fps

allows input 23.976 to the FPS settings both in Project Manager and the Project Anatomy.

* set fps and pixel aspect precision steps default values
2023-03-08 10:38:23 +01:00
Jakub Trllo
1b18483f7b
use right type for signal emit (#4584) 2023-03-07 16:41:35 +01:00
Jakub Trllo
8a34313b97 added 'data' and 'context' to representations widget too 2023-02-28 11:30:39 +01:00
Jakub Trllo
9e432f7c5c add data and context to repre document fields 2023-02-28 11:30:39 +01:00
Jakub Trllo
86f0383f18
Publisher: Prevent access to create tab after publish start (#4528)
make sure it is not possible to go to create tab if the tab is not enabled
2023-02-28 11:13:44 +01:00
Jakub Trllo
fa879c9beb
fix UI definitions for publish plugins (#4534) 2023-02-27 17:06:14 +01:00
Jakub Trllo
81ed872905 apply suggested changes 2023-02-24 18:53:33 +01:00
iLLiCiTiT
cba1b46765 don't use ObjectId in switch dialog 2023-02-24 18:53:33 +01:00
iLLiCiTiT
3ae3d01a20 Don't use ObjectId in scene inventory view 2023-02-24 18:53:33 +01:00
Jakub Trllo
093ffee97a Merge branch 'develop' into feature/OP-4710_TVP-publishing-update 2023-02-20 10:29:27 +01:00
Jakub Trllo
8a5831c6fe check for 'pyside6' when filling kwargs for file dialog 2023-02-16 17:11:00 +01:00
Jakub Trllo
973aa11fc4
Merge pull request #4473 from ynput/feature/report_plugin_discovery_crashes
Publisher: Report also crashed creators and convertors
2023-02-16 15:03:19 +01:00
Jakub Trllo
70ab3cd2ab fix newly added creators on refresh 2023-02-16 14:14:45 +01:00
Ondřej Samohel
df6d99f26e
Merge pull request #4463 from ynput/bugfix/OP-4943_Publisher-window-re-open-bug-in-Houdini- 2023-02-16 13:42:58 +01:00
Jakub Trllo
c2b2dbb3f3 fix compatibility of QAction in Publisher 2023-02-16 10:47:24 +01:00
Jakub Trllo
71adfb8b50 update instance label on refresh 2023-02-16 09:56:07 +01:00
Jakub Trllo
0dc73617a6 use reports to store crashed files to publish report 2023-02-16 09:54:44 +01:00
Jakub Trllo
37a7841db8 reordered methods to match order of tabs in UI 2023-02-15 15:46:02 +01:00
Jakub Trllo
1cc9a7a90f change tab on reset only if is on report tab (Details for user) 2023-02-15 15:45:45 +01:00
Jakub Trllo
6ab581df7d on first reset always go to create tab 2023-02-15 15:45:22 +01:00
Jakub Trllo
ac40782592 fix used constant 'ActiveWindow' -> 'WindowActive' 2023-02-15 10:14:19 +01:00
Jakub Trllo
e4d59039d8 Merge branch 'develop' into feature/simplified_creator_api 2023-02-14 17:03:20 +01:00
Petr Kalis
77861116c3
Merge pull request #4359 from ynput/bugfix/add_hero_in_add_site_loader
Fix - addSite loader handles hero version
2023-02-10 16:27:03 +01:00
Jakub Trllo
b7078d77e2 label of attribute definition also have tooltip 2023-02-09 20:27:36 +01:00
Jakub Trllo
9cc8f1818c use new widgets in attribute definitions 2023-02-09 20:27:15 +01:00
Jakub Trllo
f6ee5db227 creasted spin boxes that allow mouse scroll changes only on active widgets 2023-02-09 20:26:49 +01:00
Jakub Trllo
6cbbd4b48c Merge branch 'develop' into feature/simplified_creator_api
# Conflicts:
#	openpype/pipeline/create/context.py
2023-02-09 13:08:13 +01:00
Jakub Trllo
fac10d2633 added public method 'create_with_unified_error' used in publisher 2023-02-09 12:58:51 +01:00
Petr Kalis
6894e17bbc Refactor - use values from context if available
Remove unnecessary keys from data
2023-02-08 16:18:45 +01:00
Jakub Trllo
310456ec13 fix creator_items cache cleanup 2023-02-07 19:10:24 +01:00
Jakub Trllo
dfb7187413 removed window title from creator widget 2023-02-07 19:10:07 +01:00
Jakub Trllo
7e1450e95d modified proxy filter for sorting of creators 2023-02-07 19:09:53 +01:00
Jakub Trllo
b67181c4e0 added show order to publisher UI 2023-02-07 19:09:32 +01:00
iLLiCiTiT
430fe6aed4 renamed 'create'->'raw_create' and 'create_with_context'->'create' 2023-01-28 00:33:33 +01:00
iLLiCiTiT
d1b41ebac0 AvalonMongoDB is not needed for CreateContext or Controller 2023-01-28 00:30:24 +01:00
iLLiCiTiT
6246bac774 renamed 'reset_avalon_context' to 'reset_current_context' 2023-01-28 00:29:21 +01:00
Jakub Trllo
96094324fa check for 'creator_identifier' instead of 'creator' 2023-01-27 16:43:50 +01:00
Jakub Trllo
d448004f54 get attributes from instances directly 2023-01-27 16:43:24 +01:00
Jakub Trllo
b5e35eaa63 CreatorItem in controller does not have 'instance_attributes_defs' 2023-01-27 16:43:06 +01:00
Jakub Trllo
75d72f4d2d fix 'pre_create_attributes_defs' 2023-01-27 16:42:38 +01:00
Jakub Trllo
951e8a5055 don't pass creator_items to 'deserialize_on_remote' 2023-01-27 16:42:22 +01:00
Jakub Trllo
d48b73ed61 fix typo 'AbtractAttrDef' to 'AbstractAttrDef' 2023-01-27 16:28:00 +01:00
Jakub Trllo
b0a6be63ac Merge branch 'develop' into release/3.15.x
# Conflicts:
#	openpype/hosts/photoshop/api/workio.py
#	openpype/hosts/photoshop/plugins/publish/validate_unique_subsets.py
#	pyproject.toml
#	website/docs/artist_hosts_aftereffects.md
2023-01-24 12:31:32 +01:00
Jakub Trllo
e81e4b2786
Merge pull request #4350 from ynput/bugfix/push_to_project_hierarchy
PushToProject: Fix hierarchy of project change
2023-01-19 16:09:09 +01:00
Jakub Trllo
281f8bc86e handle lowered paths in representation files 2023-01-19 15:40:44 +01:00
Jakub Trllo
813dc26488 clean repre path too 2023-01-19 15:33:32 +01:00
Jakub Trllo
5fa000803a add universal clean path method 2023-01-19 14:36:25 +01:00
Jakub Trllo
bfed990e4f normalize path 2023-01-19 12:38:22 +01:00
Jakub Trllo
4b0b6e6e02
Merge pull request #4346 from quadproduction/267-set-family-instances-in-create-plugin-by-alphabetical-order
Sort families by alphabetical order in the Create plugin
2023-01-19 11:05:33 +01:00