Commit graph

24964 commits

Author SHA1 Message Date
Jakub Trllo
afba37e993
Merge pull request #3923 from BigRoy/maya_sceneinventory_dont_store_ui_position
Maya: Fix Scene Inventory possibly starting off-screen due to maya preferences
2022-09-27 16:01:22 +02:00
Roy Nieterau
9c229fa213 Remove "saveWindowPref" property 2022-09-27 15:34:10 +02:00
Jakub Trllo
1f2f939693
Merge pull request #3916 from pypeclub/feature/OP-3875_Change-extractor-usage-in-flame
Flame: Use new Extractor location
2022-09-27 15:00:20 +02:00
Jakub Trllo
4497afc7d9
Merge pull request #3918 from pypeclub/feature/OP-3882_Change-extractor-usage-in-resolve
Resolve: Use new Extractor location
2022-09-27 15:00:11 +02:00
Jakub Trllo
ac0252f9c6
Merge pull request #3917 from pypeclub/feature/OP-3883_Change-extractor-usage-in-unreal
Unreal: Use new Extractor location
2022-09-27 12:01:05 +02:00
Milan Kolar
34d65f9ef4
Merge pull request #3887 from quadproduction/fix-kitsu-openpype-sync-without-project-resolution 2022-09-27 08:54:07 +02:00
Jakub Trllo
edf1febdab
Merge pull request #3920 from BigRoy/fix_color_defs
General - Color definitions - Fix variable name `sat` -> `sat_str`
2022-09-26 16:36:07 +02:00
Roy Nieterau
3af46fb927 Fix example 2022-09-26 15:30:54 +02:00
Roy Nieterau
6815eb4e80 Fix variable name sat -> sat_str
`sat` is actually undefined in the else statement
2022-09-26 15:28:12 +02:00
Clément Hector
5c0b5b148b
make resolution int var
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2022-09-26 15:06:44 +02:00
Jakub Trllo
e180b1afe2 Merge branch 'develop' into feature/OP-3882_Change-extractor-usage-in-resolve 2022-09-26 14:20:43 +02:00
Jakub Trllo
700f34febf Merge branch 'develop' into feature/OP-3883_Change-extractor-usage-in-unreal 2022-09-26 14:20:28 +02:00
Jakub Trllo
5f79c2052f Merge branch 'develop' into feature/OP-3875_Change-extractor-usage-in-flame 2022-09-26 14:20:19 +02:00
clement.hector
a0bd78027c fix linter 2022-09-26 13:51:44 +02:00
clement.hector
9f591b2605 fix linter 2022-09-26 13:49:42 +02:00
Jakub Trllo
d193d14cfd
Merge pull request #3897 from pypeclub/feature/new_publisher_proposals
Publisher: Enhancement proposals
2022-09-26 13:47:49 +02:00
clement.hector
e2fd32d810 use regex and logger 2022-09-26 13:43:22 +02:00
Jakub Trllo
19155f1aec
Merge pull request #3910 from BigRoy/publisher_fix_publish_button_disabled_color
Publisher: Fix PublishIconButton drawing disabled icon with the color specified
2022-09-26 12:00:34 +02:00
Roy Nieterau
6237c4ae82 Update "font-disabled" color 2022-09-26 11:07:34 +02:00
Roy Nieterau
d6949754a1 Use colors from style/data.json 2022-09-26 11:07:17 +02:00
Jakub Trllo
a7d82ecbc0
Merge pull request #3838 from pypeclub/feature/OP-3828_Workfile-template-build-enhancements
General: Workfile template build enhancements
2022-09-26 10:14:08 +02:00
Roy Nieterau
2e3e799f34 Fix PublishIconButton drawing disabled icon with the color specified
- Previously the color to draw was ignored when button was disabled because default color was applied to the disabled state
2022-09-24 11:33:03 +02:00
pypebot
d62fb9bb0a
[Automated] Merged main into develop 2022-09-24 06:19:18 +02:00
OpenPype
50b850ec17 [Automated] Bump version 2022-09-24 04:19:03 +00:00
pypebot
6484bf1d16
[Automated] Merged develop into main 2022-09-24 06:07:21 +02:00
Jakub Trllo
6a6e3136ef
Merge pull request #3893 from pypeclub/feature/OP-3876_Change-extractor-usage-in-harmony
Harmony: Use new Extractor location
2022-09-23 18:55:29 +02:00
Jakub Trllo
e047ef7028
Merge pull request #3894 from pypeclub/feature/OP-3878_Change-extractor-usage-in-houdini
Houdini: Use new Extractor location
2022-09-23 18:55:08 +02:00
Jakub Trllo
9c1ee5b79c renamed 'lifetime_data' to 'transient_data' 2022-09-23 17:11:40 +02:00
Jakub Trllo
654b5744de fix arguments for 'cleanup_placeholder' 2022-09-23 14:06:39 +02:00
Jakub Ježek
4890e46167
Merge pull request #3901 from pypeclub/feature/OP-3972_Flame-multichannel-workflow 2022-09-23 14:05:27 +02:00
Jakub Trllo
d6c7509150 fix 'get_load_plugin_options' in maya 2022-09-23 13:27:28 +02:00
Jakub Trllo
2db3aa131c fix typo 2022-09-23 13:24:17 +02:00
Jakub Trllo
00995475d9 added function to get default values of attribute definitions 2022-09-23 13:23:32 +02:00
Jakub Jezek
68ef0e3506
making code more appealing 2022-09-23 13:23:18 +02:00
Jakub Ježek
28e59e8476
Merge pull request #3855 from pypeclub/bugfix/flame-creator-retime 2022-09-23 13:17:23 +02:00
Jakub Jezek
a25b951607
making the code more appealing 2022-09-23 13:12:04 +02:00
Petr Kalis
8d66933fb6
Merge pull request #3646 from pypeclub/feature/OP-3682_Addons-distribution
Backend: Implementation of addon deployment logic
2022-09-23 13:11:53 +02:00
Petr Kalis
c659dcfce6 OP-3682 - extracted AddonInfo to separate file
Parsing of v4 payload info will be required in Dependencies tool also.
2022-09-23 13:05:50 +02:00
Petr Kalis
da7d4cb1d7 OP-3682 - updates to match to v4 payload
Parsing should match payload from localhost:5000/api/addons?details=1
2022-09-23 12:57:17 +02:00
Jakub Jezek
f6efa1e75a
Merge branch 'develop' into feature/OP-3972_Flame-multichannel-workflow 2022-09-23 12:11:01 +02:00
Jakub Trllo
de0c33ce30
Merge pull request #3654 from BigRoy/fix_3410_2
Maya: Redshift Skip aov file format check for Cryptomatte
2022-09-23 12:07:13 +02:00
Jakub Trllo
feb8ecb738
Merge pull request #3895 from pypeclub/bugfix/hiero_inventory_check_fix
Hiero: Fix inventory check on launch
2022-09-23 12:01:53 +02:00
Roy Nieterau
54d5724d6a Fix log formatting (global file format and aov file format were previously swapped) 2022-09-23 11:59:06 +02:00
Jakub Jezek
ca7300a95f
fixing logic 2022-09-22 13:41:01 +02:00
Jakub Jezek
7063d21450
adding logging 2022-09-22 12:58:20 +02:00
Jakub Jezek
7e35fdcded
abstracting logger 2022-09-22 12:52:08 +02:00
Jakub Jezek
3ac0387606
fix future warning
add logging from lib
2022-09-22 12:45:46 +02:00
Jakub Jezek
fa3409d302
fix logging in plugin 2022-09-22 12:37:49 +02:00
Jakub Jezek
fb12184430
updating multichannel openclip 2022-09-22 12:17:40 +02:00
Jakub Trllo
f480138347
Merge pull request #3896 from BigRoy/fix_typo_containersfilterresult
Fix typo in ContainersFilterResult namedtuple `not_foud` -> `not_found`
2022-09-22 11:46:30 +02:00