Jakub Jezek
|
7c25e4a664
|
fixing the logic from @bigroy
https://github.com/ynput/OpenPype/pull/5863/files#r1381847587
|
2023-11-28 21:49:05 +01:00 |
|
Jakub Ježek
|
497e3ec962
|
Update openpype/hosts/resolve/api/plugin.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
|
2023-11-28 21:32:42 +01:00 |
|
Jakub Ježek
|
b438cbbf77
|
Merge branch 'develop' into bugfix/OP-6951_resolve_db_duration_calculation
|
2023-11-28 08:06:07 +01:00 |
|
Jakub Jezek
|
0b8dde2687
|
resolve: creating clips with folder path
also converting dict() to {}
|
2023-11-09 15:47:14 +01:00 |
|
Jakub Jezek
|
85bad0ae3d
|
hound
|
2023-11-09 14:42:30 +01:00 |
|
Jakub Jezek
|
2c0d1b5c2b
|
improving the logic for handles operation
|
2023-11-09 13:56:08 +01:00 |
|
Jakub Trllo
|
cf4590f532
|
Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier
|
2023-11-07 14:38:04 +01:00 |
|
Jakub Jezek
|
e5e278201b
|
better code explanation
|
2023-11-03 16:18:04 +01:00 |
|
Jakub Jezek
|
382ad931c6
|
resolve: frame duration and handles operation
|
2023-11-03 14:13:08 +01:00 |
|
Jakub Trllo
|
e34c0b9ecd
|
avoid unnecessary call to database
|
2023-10-24 18:50:54 +02:00 |
|
Jakub Jezek
|
aa74d48836
|
clip duration from Frames clip attributes
|
2023-10-18 14:00:57 +02:00 |
|
Jakub Jezek
|
ed2756aa52
|
improving code readability
|
2023-10-18 13:05:23 +02:00 |
|
Jakub Jezek
|
fbc24f5654
|
make sure handles on timeline are included only if available or demanded
|
2023-10-18 12:48:50 +02:00 |
|
Jakub Jezek
|
435408dc14
|
create_timeline_item with backward comapatibility
|
2023-10-17 17:47:23 +02:00 |
|
Jakub Jezek
|
423dae2e18
|
Merge branch 'develop' into enhancement/OP-6951_Resolve-load-clip-to-timeline-at-set-time
|
2023-10-17 15:37:01 +02:00 |
|
Jakub Jezek
|
b1ea0b099d
|
merging if conditions for handles exclusion
also updating docstring
|
2023-10-17 15:32:42 +02:00 |
|
Jakub Jezek
|
f03be42e9d
|
resolve: improving key calling from version data
|
2023-10-12 15:30:39 +02:00 |
|
Jakub Jezek
|
9145072d51
|
resolve: get representation files from host api plugin
and as suggested here https://github.com/ynput/OpenPype/pull/5673#discussion_r1350315699
|
2023-10-10 22:50:11 +02:00 |
|
Jakub Jezek
|
366bfb2435
|
hound
|
2023-10-09 15:30:37 +02:00 |
|
Jakub Jezek
|
26b2817a70
|
refactor loading for abstracted get_representation_files
|
2023-10-09 13:58:19 +02:00 |
|
Roy Nieterau
|
bb74f9b3ba
|
Cosmetics
|
2023-10-07 19:45:49 +02:00 |
|
Jakub Jezek
|
1984086242
|
finalizing update of importing clips with multiple frames
|
2023-10-06 14:03:38 +02:00 |
|
Jakub Jezek
|
f5e8f4d3fa
|
removing debugging prints
|
2023-10-03 13:02:17 +02:00 |
|
Jakub Jezek
|
4bd820bc30
|
removing attachmets from self and moving into timeline_basename
|
2023-10-03 13:00:49 +02:00 |
|
Jakub Jezek
|
b8cee701a3
|
resolve: load multiple clips to new timeline fix
|
2023-10-02 16:38:51 +02:00 |
|
Jakub Jezek
|
88a1f97ad5
|
resolve: improving loading
|
2023-10-02 15:48:27 +02:00 |
|
Jakub Jezek
|
7cd8be0afa
|
resolve: add option for adding clips sequentially
- or to asset define place
- also create track with a name
|
2023-10-02 11:49:51 +02:00 |
|
Jakub Jezek
|
759dc59132
|
add clip to timeline in correct place
|
2023-09-29 17:33:27 +02:00 |
|
Roy Nieterau
|
ba6dfc5ead
|
Remove unused variables + tweak logs
|
2023-09-06 23:28:39 +02:00 |
|
Roy Nieterau
|
f58994d59c
|
Loader: Remove context argument from Loader.__init__() (#4602)
* Remove Loader `context` argument to __init__
* Add backwards compatibility for Loader.load by still setting `.fname` attr
* Refactor/remove usage of `self.fname` in loaders
* Fix some refactoring
* Fix some refactoring
* Hound
* Revert invalid refactor
* Fix refactor
* Fix playblast panel collection
* Refactor missing method
* Fix typo
* Use the correct `context`
---------
Co-authored-by: Toke Stuart Jepsen <tokejepsen@gmail.com>
Co-authored-by: Kayla Man <64118225+moonyuet@users.noreply.github.com>
Co-authored-by: Jakub Trllo <jakub.trllo@gmail.com>
|
2023-07-11 17:48:33 +02:00 |
|
Jakub Jezek
|
318237ded6
|
breaking get_current_timeline into more functions
|
2023-05-25 16:38:01 +02:00 |
|
Roy Nieterau
|
19e56fe3fe
|
Hound
|
2023-03-30 22:43:40 +02:00 |
|
Roy Nieterau
|
5b163fe84d
|
Apply suggestions from code review
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
|
2023-03-30 22:40:44 +02:00 |
|
Roy Nieterau
|
3fae1f8521
|
Just some grammar tweaks
|
2023-03-30 13:59:22 +02:00 |
|
Jakub Trllo
|
409db0fb83
|
use qtpy in resolve instead of Qt.py
|
2022-12-21 11:48:27 +01:00 |
|
iLLiCiTiT
|
8a28b714a3
|
fix usage of functions from lib
|
2022-10-13 20:14:57 +02:00 |
|
Jakub Trllo
|
a3e795aa37
|
import setting functions from 'openpype.settings'
|
2022-10-04 11:51:52 +02:00 |
|
Jakub Trllo
|
ad8a7c86e4
|
use 'get_current_project_asset' in hosts
|
2022-07-15 15:57:01 +02:00 |
|
Jakub Jezek
|
bcdcf5b6af
|
resolve: removing small blockers
|
2022-07-02 22:16:58 +02:00 |
|
Jakub Trllo
|
c5ac2290f6
|
use moved functions in hosts and tools
|
2022-03-14 11:36:17 +01:00 |
|
Jakub Trllo
|
9c57a9e025
|
Merge branch 'develop' into feature/OP-2849_move-create-logic-from-avalon-to-openpype
|
2022-03-09 19:37:29 +01:00 |
|
Jakub Trllo
|
d4f177f7bc
|
use moved create functions in hosts
|
2022-03-08 17:39:50 +01:00 |
|
Jakub Trllo
|
e48af45857
|
moved qargparse into openpype vendor
|
2022-03-07 17:22:51 +01:00 |
|
Roy Nieterau
|
107e2e637e
|
Fix typos / cosmetics
|
2022-01-16 13:05:26 +01:00 |
|
Jakub Jezek
|
26c1acf250
|
resolve: reviewTrack was duplicated to all tags
|
2021-05-06 17:18:16 +02:00 |
|
Jakub Jezek
|
2a47f1f8e0
|
hound: suggestions
|
2021-05-06 14:16:38 +02:00 |
|
Jakub Jezek
|
635e55b6f2
|
Resolve: fixing loading image sequences
|
2021-05-05 18:05:59 +02:00 |
|
Jakub Jezek
|
b06921c938
|
resolve: update api to 17
|
2021-04-30 17:07:42 +02:00 |
|
Jakub Jezek
|
9228508dff
|
Resolve: merge openpype fixes
|
2021-04-06 15:11:00 +02:00 |
|
Milan Kolar
|
8432e94615
|
rename folder
|
2021-04-01 18:54:46 +02:00 |
|