Petr Kalis
|
77b7b4b1bc
|
Fix - remove doubled dot in workfile created from template
|
2022-04-01 13:16:02 +02:00 |
|
Jakub Trllo
|
cb33bb94f9
|
Merge pull request #2935 from pypeclub/enhancement/OP-2855_move-plugins-register-and-discover
General: Move plugins register and discover
|
2022-03-31 13:38:17 +02:00 |
|
Jakub Trllo
|
465e6ec9a5
|
Merge pull request #2975 from pypeclub/enhancement/OP-1136_Tools-with-host-definition
General: Tools with host filters
|
2022-03-31 11:46:05 +02:00 |
|
Jakub Trllo
|
4b6ccc9ee3
|
Merge branch 'develop' into enhancement/OP-2855_move-plugins-register-and-discover
|
2022-03-30 16:06:20 +02:00 |
|
Jakub Trllo
|
36a43d4020
|
Simplified getting host and app filter acess.
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
|
2022-03-30 11:11:37 +02:00 |
|
Jakub Trllo
|
3bda53a541
|
fix typo
|
2022-03-29 18:21:10 +02:00 |
|
Jakub Trllo
|
39f84f8dfd
|
added option to validate if tool is valid for application
|
2022-03-29 18:14:24 +02:00 |
|
Jakub Trllo
|
b3463afa38
|
load settings data in EnvironmentTool with backwards comatible way
|
2022-03-29 18:14:09 +02:00 |
|
Jakub Trllo
|
9b097d40e2
|
create a sequence output when converting sequence
|
2022-03-28 12:10:36 +02:00 |
|
Jakub Trllo
|
fb1e998d78
|
Merge pull request #2939 from pypeclub/bugfix/python_2_vendor_packages
General: Python specific vendor paths on env injection
|
2022-03-25 17:37:49 +01:00 |
|
Jakub Jezek
|
18d883ff0f
|
anatomy data with correct task short key
|
2022-03-24 14:31:57 +01:00 |
|
Jakub Trllo
|
014d0d8c53
|
moved adding of vendor paths to prepare_app_environments
|
2022-03-24 09:48:46 +01:00 |
|
Jakub Trllo
|
70c317005c
|
add python version specific vendors outside of launch hook
|
2022-03-24 09:42:18 +01:00 |
|
Jakub Trllo
|
89d61723de
|
applied comments
|
2022-03-23 19:20:37 +01:00 |
|
Jakub Trllo
|
77e2f6eb8d
|
use create register/discover functions in code
|
2022-03-23 15:11:43 +01:00 |
|
Jakub Trllo
|
239f70a8f7
|
added better check of classes and subclasses
|
2022-03-23 14:51:04 +01:00 |
|
Jakub Trllo
|
970d076811
|
moved attribute definitions to openpype/lib
|
2022-03-22 18:18:02 +01:00 |
|
Jakub Trllo
|
83fd67eb8d
|
Merge pull request #2918 from pypeclub/enhancement/OP-2949_move-pipeline-constants
General: Move pipeline constants to OpenPype
|
2022-03-22 16:10:49 +01:00 |
|
Jakub Trllo
|
bbb12d283c
|
Merge pull request #2927 from pypeclub/enhancement/removed_unused_code
General: Removed silo references and terminal splash
|
2022-03-22 14:39:47 +01:00 |
|
Jakub Trllo
|
6a6cbe6b99
|
removed terminal splash
|
2022-03-22 12:32:13 +01:00 |
|
Jakub Trllo
|
5e5fc4ec55
|
removed silo references
|
2022-03-22 12:31:14 +01:00 |
|
Jakub Trllo
|
8b572a0d3c
|
just handle error when is caused by OSError
|
2022-03-21 18:59:34 +01:00 |
|
Jakub Trllo
|
a1f46e7d1b
|
Merge branch 'develop' into enhancement/OP-2949_move-pipeline-constants
|
2022-03-21 13:38:38 +01:00 |
|
Jakub Trllo
|
32bf6cb3e0
|
fix last workfile
|
2022-03-18 18:02:34 +01:00 |
|
Jakub Trllo
|
93eca512b8
|
use ObjectId imported from bson instead of avalon.io
|
2022-03-18 16:23:00 +01:00 |
|
Jakub Trllo
|
e323429ab4
|
moved host workfile extensions
|
2022-03-18 16:08:15 +01:00 |
|
Jakub Trllo
|
65bc619bcb
|
use moved workfile functions
|
2022-03-18 14:57:02 +01:00 |
|
Jakub Trllo
|
e961144969
|
moved functions to get last workfile into avalon context lib functions
|
2022-03-18 14:55:53 +01:00 |
|
Jakub Trllo
|
6eaf7017eb
|
replaced 'format_template_with_optional_keys' with 'StringTemplate'
|
2022-03-18 14:20:20 +01:00 |
|
Petr Kalis
|
1ae7536e9d
|
Merge pull request #2875 from pypeclub/bugfix/OP-2813_AE-rendering-for-single-frame-doesnt-work-in-DL
AfterEffects: Fix rendering for single frame in DL
|
2022-03-18 12:33:08 +01:00 |
|
Petr Kalis
|
c83202a023
|
OP-2813 - changed logic of parsing frames from names
Adhering to clique standard FRAMES patter, eg pattern is separated by .
It seems that this is most widely used (according to Discord).
|
2022-03-18 11:13:10 +01:00 |
|
Jakub Trllo
|
cbb7db98f7
|
OPENPYPE_DEBUG can be set to 1 to log debug messages
|
2022-03-17 19:36:50 +01:00 |
|
Petr Kalis
|
395d567aa2
|
OP-2813 - fix wrong parsing when short label is used
|
2022-03-17 16:20:06 +01:00 |
|
Jakub Trllo
|
e6b4911ab6
|
Merge pull request #2879 from pypeclub/enhancement/OP-2916_Nuke-Slate-DNX-profile-error
Nuke: ExtractReviewSlate can handle more codes and profiles
|
2022-03-16 16:04:34 +01:00 |
|
Petr Kalis
|
87b44b4b14
|
OP-2813 - fix collect_frames when multiple version numbers in path
Added new test case.
|
2022-03-16 13:48:50 +01:00 |
|
Petr Kalis
|
4d27c3c01f
|
Merge branch 'develop' of github.com:pypeclub/OpenPype into bugfix/OP-2813_AE-rendering-for-single-frame-doesnt-work-in-DL
|
2022-03-16 13:17:35 +01:00 |
|
Jakub Trllo
|
b0a8809cbf
|
dnxhd is adding bitrate in case of dnxhd profile
|
2022-03-16 10:19:22 +01:00 |
|
Jakub Trllo
|
348ccc68b1
|
Merge branch 'develop' into enhancement/OP-2848_move-loader-logic-from-avalon-to-openpype
|
2022-03-15 11:45:28 +01:00 |
|
Jakub Trllo
|
5b835d87e7
|
renamed 'load_representation' to 'load_container'
|
2022-03-15 11:40:59 +01:00 |
|
Petr Kalis
|
3929630327
|
OP-2813 - fix hardcoded value
Updated regular expression to match version substring to be more generic.
|
2022-03-14 12:06:59 +01:00 |
|
Jakub Trllo
|
eb49761887
|
Merge branch 'develop' into enhancement/OP-2848_move-loader-logic-from-avalon-to-openpype
|
2022-03-14 11:47:33 +01:00 |
|
Jakub Trllo
|
d4434fd1b7
|
use 'LegacyCreator' instead of 'avalon.api.Creator'
|
2022-03-14 11:42:02 +01:00 |
|
Jakub Trllo
|
c5ac2290f6
|
use moved functions in hosts and tools
|
2022-03-14 11:36:17 +01:00 |
|
Petr Kalis
|
b46a7a5387
|
OP-2813 - fix wrong merge
|
2022-03-14 10:49:48 +01:00 |
|
Jakub Trllo
|
e635d81f9b
|
Merge pull request #2846 from pypeclub/deature/OP-2839_Basic-event-system
General: Basic event system
|
2022-03-11 18:50:06 +01:00 |
|
Jakub Trllo
|
50c0580fef
|
use new functions in extract review slate and otio burnins
|
2022-03-11 17:59:52 +01:00 |
|
Jakub Trllo
|
fbf57760ab
|
added functions to replicate ffmpeg format and codec based on input data
|
2022-03-11 17:55:36 +01:00 |
|
Jakub Trllo
|
9b0fba2490
|
moved ffprobe_streams into transcoding, seprated and renamed to get_ffprobe_streams
|
2022-03-11 17:55:00 +01:00 |
|
Jakub Trllo
|
3cbc93d59c
|
Merge pull request #2877 from pypeclub/bugfix/missing_time_function
General: Missing time function
|
2022-03-11 16:52:51 +01:00 |
|
Jakub Trllo
|
78d566b654
|
replaced usage of avalon.lib.time with new function get_formatted_current_time
|
2022-03-11 16:40:41 +01:00 |
|