Commit graph

666 commits

Author SHA1 Message Date
Milan Kolar
44b5acd058 use instance start and end instead of timeline 2021-05-10 13:31:35 +02:00
Milan Kolar
bcbee03761
Merge pull request #1436 from pypeclub/bugfix/1435-photoshop-validation-for-already-created-images 2021-05-10 13:03:17 +02:00
Milan Kolar
247f83918d
Merge pull request #1498 from pypeclub/bugfix/maya_thumbnail_and_hero 2021-05-10 12:51:09 +02:00
Milan Kolar
f5f18d8edd
Merge pull request #1497 from pypeclub/feature/3.0_subset_laoder 2021-05-10 10:14:41 +02:00
Milan Kolar
e2e5f682ab
Merge pull request #1495 from pypeclub/bugfix/nuke-create-write-spaces-name 2021-05-10 09:30:59 +02:00
iLLiCiTiT
335443837a modified delete old versions Loader from https://github.com/tokejepsen/pype/tree/2.x/feature/delete_old_versions 2021-05-07 20:00:26 +02:00
iLLiCiTiT
557352f7ed loader setting overrides are added for both Loader and SubsetLoader classes 2021-05-07 19:59:42 +02:00
Milan Kolar
073f9a1bd1 Merge branch 'develop' into feaure/change_integratenew_template_profiles_setting 2021-05-07 18:31:50 +02:00
Milan Kolar
753d20322b change default render template to use Family instead of explicit render 2021-05-07 17:46:07 +02:00
Jakub Jezek
842ea719f1
nuke: implementation of https://github.com/pypeclub/OpenPype/pull/1494 2021-05-07 17:38:23 +02:00
iLLiCiTiT
64093f2711 modified adding of -g argument 2021-05-07 13:02:45 +02:00
iLLiCiTiT
159ac20708 implemented function for h264 inputs 2021-05-07 13:02:25 +02:00
iLLiCiTiT
378d43463b implemented function handling prores codec 2021-05-07 13:00:15 +02:00
iLLiCiTiT
7503c38ddd implemented function which determine what args are used 2021-05-07 12:59:49 +02:00
Petr Kalis
7b64b532fa Removed unneeded funtion, it wouldn't work anyway 2021-05-07 11:37:12 +02:00
Milan Kolar
01eab50c02 limit delete versions to library 2021-05-07 11:07:58 +02:00
Milan Kolar
8b227929ee integrate hero is configurable 2021-05-06 23:36:05 +02:00
Milan Kolar
636ff4eee3 thumbnail uses same preset as playblast 2021-05-06 23:35:47 +02:00
Milan Kolar
4c21387c6f
Merge pull request #1485 from pypeclub/bugfix/undefined_constant_in_maya
Undefined constant in subprocess module
2021-05-06 21:04:52 +02:00
Milan Kolar
207bd40d88
Merge pull request #1481 from pypeclub/bugfix/resolve-api-fixes 2021-05-06 20:43:56 +02:00
Milan Kolar
b3d4b8e6ff fix gamma on extract review 2021-05-06 20:43:30 +02:00
iLLiCiTiT
97103ab89c defined custom constant as subprocess may not have defined CREATE_NO_WINDOW constant in all python builds 2021-05-06 20:37:44 +02:00
Milan Kolar
b59da71aa9
Merge pull request #1416 from pypeclub/3.0/feature/PS_group_subset_by_task_name 2021-05-06 20:29:26 +02:00
iLLiCiTiT
fba168584e list entity triggers on_child_change on add/remove children 2021-05-06 17:49:44 +02:00
Jakub Jezek
5e7845b4db
global: reviewTrack from instance 2021-05-06 17:19:18 +02:00
Jakub Jezek
c6356200d1
Resolve: handles only to available range 2021-05-06 17:18:55 +02:00
Jakub Jezek
26c1acf250
resolve: reviewTrack was duplicated to all tags 2021-05-06 17:18:16 +02:00
Milan Kolar
0b25b3d95a
Merge pull request #1476 from pypeclub/feature/sorted_custom_attribute_apps_tools 2021-05-06 16:30:59 +02:00
Milan Kolar
cde61eff91
Merge pull request #1477 from pypeclub/feature/settings_cleanup 2021-05-06 16:28:38 +02:00
Petr Kalis
b0b1e3d632 Changed template_name_profiles from raw-json to profiles in Settings for IntegrateNew
Originally it was in Settings only as json. Standardized to profile approach. Resulted in slight change in integrate_new.py
2021-05-06 16:09:24 +02:00
Jakub Jezek
87a63187aa
Resolve: improving code readability 2021-05-06 14:29:41 +02:00
Jakub Jezek
2a47f1f8e0
hound: suggestions 2021-05-06 14:16:38 +02:00
Petr Kalis
ac8a85995e Merge branch '3.0/feature/PS_group_subset_by_task_name' into feaure/change_integratenew_template_profiles_setting 2021-05-06 12:48:23 +02:00
iLLiCiTiT
81e5022c17 removed unused import 2021-05-06 10:23:49 +02:00
iLLiCiTiT
585545c53b moved settings UI files one golder hierarchy level higher 2021-05-06 10:13:50 +02:00
iLLiCiTiT
c16feab165 removed lib.py from settings ui as nothing from is used 2021-05-06 10:12:10 +02:00
iLLiCiTiT
b36c501824 CHILD_OFFSET and BTN_FIXED_SIZE are defined at top of settings tool 2021-05-06 10:11:52 +02:00
Milan Kolar
5923fe3d99 catch vrayproxy for abc export instead of giving it pointcache family 2021-05-06 10:10:03 +02:00
iLLiCiTiT
9cacf4e0f5 fix mtoa 3.1 label in defaults 2021-05-06 09:57:14 +02:00
iLLiCiTiT
75d7cd16ad sort tools values for custom attribute by label 2021-05-06 09:54:49 +02:00
iLLiCiTiT
b0d8667d97 sort applications values for custom attribute by label 2021-05-06 09:54:39 +02:00
Milan Kolar
6810a814b6 Merge branch 'develop' into feature/vray-alembic-proxies 2021-05-06 09:46:20 +02:00
Milan Kolar
a9a2200d48 bump version 2021-05-05 23:34:58 +02:00
Milan Kolar
a8a4da9d5a
Merge pull request #1422 from pypeclub/bugfix/1421-resolve-fix-loading-clips-to-timeline 2021-05-05 23:09:35 +02:00
Milan Kolar
4a7684f181
Merge pull request #1473 from pypeclub/feature/path_entity_with_placeholder 2021-05-05 22:54:31 +02:00
Milan Kolar
6e9b25a9f6
Merge pull request #1475 from pypeclub/feature/SyncServer-in-LibraryLoader
Fix SyncServer get_enabled_projects should handle global state
2021-05-05 22:51:06 +02:00
Petr Kalis
dfe4e657d1 Fix SyncServer get_enabled_projects should handle global state
If server is globally disabled, no projects should be returned
2021-05-05 20:27:42 +02:00
Jakub Jezek
635e55b6f2
Resolve: fixing loading image sequences 2021-05-05 18:05:59 +02:00
Jakub Jezek
cdbe2aa0b6
new resolve 17 api fixes 2021-05-05 17:15:35 +02:00
Jakub Jezek
7021ef5683
Merge branch 'develop' into bugfix/1421-resolve-fix-loading-clips-to-timeline 2021-05-05 16:49:44 +02:00