Commit graph

24995 commits

Author SHA1 Message Date
Jakub Jezek
02ac5c19e9
nuke: improving workfile creator 2022-09-29 21:39:01 +02:00
Jakub Jezek
1ce3fa421a
nuke: adding abstract NukeCreator class 2022-09-29 21:37:59 +02:00
Jakub Jezek
4a890a452d
nuke: removing create from menu 2022-09-29 21:36:54 +02:00
Jakub Jezek
6a657f9d1a
nuke: updating api 2022-09-29 21:32:39 +02:00
Jakub Jezek
615b778091
Nuke: adding docstrings 2022-09-29 13:07:02 +02:00
Jakub Jezek
13f9789dd2
nuke: renaming and fixing node data setter and getter 2022-09-29 13:00:39 +02:00
Jakub Jezek
9990c4d3da
Merge branch 'develop' into feature/OP-3845_nuke-convert-to-new-publisher 2022-09-29 12:12:45 +02:00
Jakub Trllo
938f7ddd5d
Merge pull request #3929 from pypeclub/bugfix/maya_render_settings_fix
Maya: Fix Render single camera validator
2022-09-29 10:45:27 +02:00
Jakub Trllo
387a43b09e fix import of render settings 2022-09-29 10:29:19 +02:00
Jakub Trllo
1b1e2b2c96
Merge pull request #3925 from pypeclub/feature/maya_remove_unused_openpype_api
Maya: Remove unused 'openpype.api' imports in plugins
2022-09-29 10:27:38 +02:00
Jakub Trllo
73a56a73bd
Merge pull request #3913 from BigRoy/style_cache_objected_colors
Style: Cache `get_objected_colors` function
2022-09-28 20:34:06 +02:00
Roy Nieterau
fbfe26b3f9 Merge remote-tracking branch 'upstream/develop' into style_cache_objected_colors 2022-09-28 20:30:16 +02:00
Roy Nieterau
e66dbfd3f2 Fix refactor 2022-09-28 20:28:20 +02:00
Roy Nieterau
24d9e5017d Optimize use of cache by allowing to copy only the part of the data you need 2022-09-28 20:27:01 +02:00
Roy Nieterau
15105b36d9 Always return deep copy of the cache 2022-09-28 20:03:58 +02:00
Jakub Trllo
1423b8ba69 removed unused 'openpype.api' imports in maya validators 2022-09-28 13:27:45 +02:00
pypebot
ed7a666e3b
[Automated] Merged main into develop 2022-09-28 06:16:20 +02:00
OpenPype
92791eb6b6 [Automated] Bump version 2022-09-28 04:16:10 +00:00
pypebot
2d8a6e17d4
[Automated] Merged develop into main 2022-09-28 06:07:56 +02:00
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
Roy Nieterau
0fd0e307ae Cache colors data 2022-09-26 12:15:02 +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
65f31c445c Cache get_objected_colors function 2022-09-26 11:26:36 +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