Commit graph

65 commits

Author SHA1 Message Date
iLLiCiTiT
7c11ca59cf merged pype.lib imports in pype.api to one tuple 2020-12-22 17:11:38 +01:00
iLLiCiTiT
443cb5c795 Merge branch 'develop' into 3.0/refactoring 2020-12-04 12:58:45 +01:00
iLLiCiTiT
372569c5b1 fix imports and usage of get_anatomy_settings 2020-12-03 22:02:14 +01:00
iLLiCiTiT
025cf4e8cc added function to get current context project settings get_current_project_settings 2020-12-03 11:23:30 +01:00
iLLiCiTiT
2dadab8643 fixed api imports 2020-12-03 11:00:09 +01:00
iLLiCiTiT
a97cc086ed settings function names are with verbs now 2020-12-03 10:41:05 +01:00
Ondrej Samohel
bcf75bf37e
handle missing directory 2020-11-23 12:16:31 +01:00
Ondřej Samohel
7ad9e1bd5b
Merge remote-tracking branch 'origin/develop' into 3.0/refactoring 2020-11-18 15:19:17 +01:00
Petr Kalis
b238c813f1 #664 - added tests for #700, resolved conflicts 2020-11-11 20:15:02 +01:00
iLLiCiTiT
dafa84e2a4 removed get_subsets from pype.api 2020-11-10 12:16:17 +01:00
Milan Kolar
28ad05fb7b remvoe deleted function from API 2020-11-10 01:22:20 +01:00
Milan Kolar
63b32be427 move version and path related functions to new lib 2020-11-10 01:05:51 +01:00
Milan Kolar
1ad1cea494 remove modified_environ function 2020-11-10 01:04:22 +01:00
iLLiCiTiT
2ce0e7a465 removed get_project import from pype.api 2020-11-03 11:13:05 +01:00
Ondrej Samohel
da3c0d73f4
work on sphinx 2020-10-09 16:05:14 +02:00
iLLiCiTiT
def1295014 added environemnts function to pype.api 2020-09-30 14:50:48 +02:00
iLLiCiTiT
5b50b8ede4 all variables for setting not contain setting instead of configuration 2020-09-14 18:31:47 +02:00
iLLiCiTiT
111e11b9b1 renamed configurations folder in pype co settings 2020-09-14 18:20:13 +02:00
iLLiCiTiT
3759920d38 modified api to not break old way of loading presets 2020-09-11 16:31:40 +02:00
iLLiCiTiT
519ad905f1 Merge branch 'develop' into feature/241-config_gui 2020-09-10 18:23:15 +02:00
iLLiCiTiT
f2bb1af128 moved config to folder configurations 2020-09-09 10:03:35 +02:00
iLLiCiTiT
428382e070 config temporarily moved to ~/pype/pype directory 2020-08-21 17:38:22 +02:00
Petr Kalis
96f7cb3959 Fix conflicts from 'develop' 2020-08-12 13:50:15 +02:00
iLLiCiTiT
a72c9a0e6f added resources to pype.api 2020-06-24 15:16:52 +02:00
iLLiCiTiT
cd5859cf30 add get_default_components to __all__ in pype.api 2020-06-21 16:13:29 +02:00
iLLiCiTiT
1c31e768f3 decompose_url, compose_url, get_default_components are imported from pypeapp in pype.api 2020-06-21 15:45:23 +02:00
Toke Stuart Jepsen
511b2d1e24 Cloud Mongo
There was a circular import when importing from pypeapp, which I couldnt resolve, so have copied the mongo url logic across.
2020-06-18 22:33:29 +01:00
petr.kalis
b138387656 Added implementation of hash
Yanked source_hash function from extract_look into lib (and api)
2020-06-18 11:09:20 +02:00
Jakub Jezek
6588f8fc34
Merge branch 'develop' into feature/102-_draft_Celaction_quick_integration 2020-06-04 19:20:32 +02:00
iLLiCiTiT
15c0c10a5c first step of pype's reorganization 2020-05-25 18:20:02 +02:00
Jakub Jezek
08bc7a533b
feat(celaction): prelaunch hool with Anatomy last version workfile 2020-04-30 13:23:58 +02:00
Jakub Jezek
7a8a94b924 feat(pype): adding get subsets to api 2019-08-14 17:06:51 +02:00
Jakub Jezek
98552c1cb9 fix: cleaning remainings of merge 2019-08-01 17:25:48 +02:00
Jakub Jezek
850aae8700 Merge remote-tracking branch 'origin/feature/PYPE-456_pypelib_cleanup' into mergeTest 2019-08-01 16:01:43 +02:00
Toke Jepsen
fe62979c97 Use lib subprocess.
- Unifies all subprocess calls.
- Validates ffmpeg process.
- Feedback the errored subprocess output.
2019-07-31 10:34:25 +01:00
iLLiCiT
9d2c48e4e2 removed get_project/asset_data methods 2019-07-31 06:04:50 +02:00
iLLiCiT
aa35963514 moved few templates to aport lib and get_hierarchy 2019-07-31 05:32:04 +02:00
iLLiCiT
399eda962d removed get_project_name 2019-07-31 04:45:43 +02:00
iLLiCiT
0ecb30338c removed set_project_code and get_task from templates 2019-07-31 04:43:59 +02:00
iLLiCiT
26bdfd1830 removed set_hierarchy from templates and api 2019-07-31 04:30:50 +02:00
iLLiCiT
014b089b40 removed get_project_code method 2019-07-31 04:21:26 +02:00
iLLiCiT
b9dfa5c5ac get version from path moved to lib 2019-07-31 03:54:31 +02:00
iLLiCiT
22a67bc568 removed methods returning hardcoded strings from lib 2019-07-31 01:39:20 +02:00
Jakub Jezek
8b50a6fc7e Merged in feature/PYPE-415-removing-singleton-presets (pull request #195)
fix(pype, nk, nks, premiere, aport): removing Anatomy, Dataflow, Colorspace loading as singleton

Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-16 20:15:38 +00:00
Jakub Jezek
91021668d2 feat(nks): adding workfile version plugins - collect, validate, export 2019-07-15 17:04:14 +02:00
Jakub Jezek
f09b05f7f0 fix(pype, nk, nks, premiere, aport): removing Anatomy, Dataflow, Colorspace loading as singleton 2019-07-10 14:49:10 +02:00
antirotor
bddda5a9a0
fix(nuke): simplified families
fix(nuke): render path simplified and set to work directory leaving it to integrator to copy in into publish
chg(nuke): disabled version check in write path
fix(nuke): write version is now determined by script version
fix(pype): temporary removal of `5661d9e` commit adding Qt dependency to pype
fix: minor cleanups and fixes
2019-06-20 18:13:10 +02:00
Jakub Jezek
dadbffaee5 feat(pype): adding set_frame_range with handles and irregular handles 2019-05-25 16:38:43 +02:00
Jakub Jezek
ec85e786a8 Merge branch '2.0/develop' into 2.0/PYPE-333-nks-publishing-workflow 2019-05-20 12:44:54 +02:00
Jakub Jezek
521aa246ea feat(pype): adding functions from lib to api 2019-05-20 12:40:37 +02:00