Commit graph

429 commits

Author SHA1 Message Date
Jakub Trllo
c57fc03916 use create_hard_link instead of filelink 2022-03-07 14:50:14 +01:00
Jakub Trllo
8088534caa implemented 'create_hard_link' function in openpype lib 2022-03-07 14:49:55 +01:00
Jakub Trllo
5988821131 reduced functions in fusion 2022-03-04 11:26:26 +01:00
Jakub Trllo
2b470aeacc copied functions related to change of context 2022-03-04 11:01:13 +01:00
Milan Kolar
6a261bf9ce
Merge pull request #2821 from pypeclub/bugfix/OP-2612_Nuke-build-workfile-is-broken 2022-03-03 11:30:49 +01:00
Jakub Trllo
ed526947eb fix adding 'root' key to format data 2022-03-01 15:32:46 +01:00
Jakub Jezek
de8e1f8218
globa: fix host name retrieving from running session 2022-03-01 11:54:05 +01:00
Jakub Trllo
f66e653c24 Merge branch 'develop' into feature/extract_template_formatting_from_anatomy 2022-02-28 15:16:00 +01:00
Petr Kalis
eb5eecd45c
Merge pull request #2625 from BigRoy/deadline_validate_expected_files
Deadline: Tweak validate expected files behavior
2022-02-25 11:14:22 +01:00
Jakub Trllo
e9c67e35bc fixed used values passed to TemplateResult 2022-02-24 17:21:52 +01:00
Milan Kolar
09315decbf
Merge pull request #2778 from pypeclub/feature/OP-2267_Standalone-publisher-using-new-publisher 2022-02-24 17:04:02 +01:00
Jakub Trllo
82d37651b3 Merge branch 'develop' into feature/extract_template_formatting_from_anatomy 2022-02-24 15:37:46 +01:00
Jakub Trllo
43839e63f1 TemplatesDict does not return objected templates with 'templates' attribute 2022-02-24 15:36:15 +01:00
Jakub Trllo
899e59b059 fix which template key is used for getting last workfile 2022-02-24 15:12:09 +01:00
Jakub Trllo
8d7f56c9e8 added more methods to StringTemplate 2022-02-24 15:11:40 +01:00
Jakub Trllo
f985e58bb9
Removed forgotten lines 2022-02-24 12:27:13 +01:00
Jakub Trllo
68cf09d61c Merge branch 'develop' into feature/OP-2267_Standalone-publisher-using-new-publisher 2022-02-24 10:38:04 +01:00
Jakub Trllo
040688ca62 fixed app and context data fill 2022-02-24 09:55:42 +01:00
Jakub Trllo
fc4b7e4573 set context environments even for non host applications 2022-02-23 16:12:54 +01:00
Roy Nieterau
3a1b09ccce Also allow 'sequences' with a single frame 2022-02-23 14:51:24 +01:00
Jakub Trllo
e8b7e648df
Merge pull request #2789 from pypeclub/feature/move_deadline_module
Deadline: Move module one hierarchy level higher
2022-02-23 13:50:22 +01:00
Roy Nieterau
97fbeb51b7 Fix hound issues 2022-02-23 10:35:42 +01:00
Roy Nieterau
a16eb7cc05
Refactor logic for readability
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-02-23 10:23:54 +01:00
Roy Nieterau
18857a2775 Fix OPENPYPE_LOG_NO_COLORS being True actually resulting in use_colors being False 2022-02-22 22:07:48 +01:00
Jakub Trllo
25cd18f2c6 moved abstract_submit_deadline to deadline module 2022-02-22 17:11:17 +01:00
Jakub Trllo
cd7f54a8f5 created function to run detached process 2022-02-21 17:24:05 +01:00
iLLiCiTiT
26549b3465 hound fixes 2022-02-19 20:51:28 +01:00
iLLiCiTiT
1fa2e86d18 reorganized init 2022-02-19 20:36:13 +01:00
iLLiCiTiT
a80b15d791 use new templates logic in anatomy templates 2022-02-19 20:33:51 +01:00
iLLiCiTiT
a9506a1480 extracted template formatting logic from anatomy 2022-02-19 20:31:31 +01:00
Roy Nieterau
1801249a4d Preserve parts of filename after version number (like subversion) on version_up 2022-02-16 14:54:31 +01:00
Jakub Trllo
985a6c8995 hound fix 2022-02-15 17:42:10 +01:00
Jakub Trllo
7a81e8dc1c
Added warning comment
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2022-02-15 17:41:02 +01:00
Jakub Trllo
646eb2e519 use single regex 2022-02-15 17:24:32 +01:00
Jakub Trllo
7e1203ea51 use regex rather then explicit values 2022-02-15 17:02:41 +01:00
Jakub Trllo
fcb38b81cf fix loading of unused chars in xml format 2022-02-15 12:14:39 +01:00
Petr Kalis
a7043082e2 Merge remote-tracking branch 'origin/chore/OP-2414_Move-harmony-to-openpype' into chore/OP-2414_Move-harmony-to-openpype 2022-02-11 12:24:45 +01:00
Petr Kalis
28a745d54d Merge branch 'develop' of github.com:pypeclub/OpenPype into chore/OP-2414_Move-harmony-to-openpype 2022-02-11 12:24:28 +01:00
Petr Kalis
5e7d44d576
Update openpype/lib/execute.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-02-11 12:11:50 +01:00
Petr Kalis
35b8075a1e
Update openpype/lib/execute.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-02-11 12:11:39 +01:00
Petr Kalis
1617b5253c OP-2414 - explicit cast to str
f might be pathlib.Path, replace with 2 arguments is only for str
2022-02-10 13:02:29 +01:00
Jakub Trllo
d282e4d1d5 Merge branch 'develop' into feature/OP-2590_Applications-without-integration 2022-02-10 11:01:31 +01:00
Jakub Trllo
920492c475 fixed launch crash 2022-02-10 11:00:13 +01:00
Petr Kalis
041c2aa240 OP-2414 - explicitly cast Path to str 2022-02-09 15:00:30 +01:00
Petr Kalis
8bc173a9c2 OP-2414 - updated logic for kwargs
Moved from execute to applications
2022-02-09 14:42:08 +01:00
Petr Kalis
63229f32c2 OP-2414 - refactor non python kwargs 2022-02-09 13:52:44 +01:00
Petr Kalis
d732363d1a OP-2414 - refactor non python kwargs 2022-02-09 13:09:45 +01:00
Jakub Trllo
c49f7e474a
Merge pull request #2635 from pypeclub/OP-2573_Multilayer-exrs-conversion-does-not-work-all-the-time
General: FFmpeg conversion also check attribute string length
2022-02-09 12:06:59 +01:00
Jakub Jezek
b09547c586
Merge branch 'develop' into feature/OP-2461_slate-generator-handling 2022-02-08 12:27:28 +01:00
Petr Kalis
e317c5e307 Merge branch 'develop' of github.com:pypeclub/OpenPype into chore/OP-2414_Move-harmony-to-openpype 2022-02-07 20:49:21 +01:00