Commit graph

3579 commits

Author SHA1 Message Date
iLLiCiTiT
ea9eac1470 renamed "user_module" folder to "user" 2019-10-09 10:15:38 +02:00
iLLiCiTiT
c53d1eae64 created simple user module that sets username to environment that can be used in future 2019-10-08 19:31:14 +02:00
Ondřej Samohel
7f7e15e73b Merged in hotfix/collect_scene_version_missing_context_data (pull request #315)
fixed case where `host` in context doesn't exists yet

Approved-by: Jakub Trllo <jakub.trllo@gmail.com>
2019-10-08 11:39:58 +00:00
Ondřej Samohel
1d0375f13d fixed case where host in context doesn't exists yet 2019-10-08 11:32:56 +00:00
Jakub Ježek
f769acda5a Merged in hotfix/dazzle_testing_fixes (pull request #314)
Hotfix/dazzle testing fixes
2019-10-07 15:25:07 +00:00
Jakub Jezek
dcfb0aeea4 rounding fps attribute 2019-10-07 17:17:37 +02:00
Jakub Jezek
ce749e6dcd fix(global): adding hosts to filter out unneeded hosts 2019-10-07 15:07:44 +02:00
Ondřej Samohel
4ad91c0dff Merged in bugfix/PYPE-436-fix-collect-assumed-destination (pull request #302)
Bugfix/PYPE-436 fix collect assumed destination
2019-10-07 11:30:30 +00:00
Jakub Jezek
0c64aeb84f fix(global): little cleanup
- was used old label `template` were `anatomy` should be
- it was getting filled templates as object not as dictionary
2019-10-07 13:29:20 +02:00
Jakub Jezek
66bf8b5bb9 Merge branch 'develop' into bugfix/PYPE-436-fix-collect-assumed-destination 2019-10-07 13:15:38 +02:00
Jakub Ježek
ff76e29630 Merged hotfix/PYPE-547_standalone_publish_fixes into develop 2019-10-07 10:33:18 +00:00
Jakub Jezek
97673d503c fix(standalonepublish): getting frameStart and frameEnd from representaions 2019-10-07 12:32:35 +02:00
Jakub Jezek
182f5d7970 Merge branch 'develop' into hotfix/PYPE-547_standalone_publish_fixes 2019-10-07 11:50:07 +02:00
Jakub Ježek
d00893a2d9 Merged hotfix/integrate-new-had-problem-to-publish-with-standalone into develop 2019-10-04 14:52:21 +00:00
Jakub Ježek
ea3528281c Merged in feature/PYPE-496-nuke-input-process-baking-mov (pull request #311)
impoving publishing of baked mov
2019-10-04 14:51:04 +00:00
Jakub Jezek
776e8922bc fix: unnecessary import of module 2019-10-04 16:50:18 +02:00
Jakub Jezek
02c6ca2fef Merge branch 'develop' into feature/PYPE-496-nuke-input-process-baking-mov 2019-10-04 16:46:03 +02:00
Jakub Jezek
185e3c29a7 fix: standalone publishing and image sequence had troubles 2019-10-04 16:45:45 +02:00
Jakub Jezek
2f06a65198 impoving publishing of baked mov
- adding feature to add input process node to baking
- removing collec/validate active viewer process (not necessary)
- output node added to render write node
2019-10-04 16:41:36 +02:00
iLLiCiTiT
195f9640bd added extractor for thumbnails in standalone publisher should create thumbnail from any image or video input 2019-10-04 13:22:37 +02:00
iLLiCiTiT
ff0009f814 anatomy template is not set if family don't have set anatom_template key 2019-10-04 13:21:17 +02:00
iLLiCiTiT
3e00bb57e8 added standalonepublisher to hosts of collect output repre config 2019-10-04 13:18:51 +02:00
iLLiCiTiT
4bd116b096 collect presets order is lowered so they are collected much earlier (before collect_context plugin) 2019-10-04 13:18:16 +02:00
iLLiCiTiT
e3ac164272 collect scene version is skipped in standalone publisher 2019-10-04 13:17:30 +02:00
iLLiCiTiT
6f889eec9e added conversion to int in case frameStart contain string 2019-10-04 13:15:54 +02:00
iLLiCiTiT
c9b8bcc602 host of application is set to standalonepublisher instead of shell 2019-10-04 13:15:14 +02:00
iLLiCiTiT
71ad16e650 drop frame uses full path to ffprobe set in FFMPEG_PATH env 2019-10-04 13:14:50 +02:00
iLLiCiTiT
b7c827f35d family widget also stores and collect key of family in presets so can be trackable on pyblish 2019-10-04 13:13:51 +02:00
Jakub Ježek
79104b278c Merged in bugfix/PYPE-428-dazzle-feedback-publish-errors (pull request #307)
fix: some changes improving publishing and loading luts
2019-10-02 12:09:31 +00:00
Jakub Jezek
b13d2f717b Merge branch 'develop' into bugfix/PYPE-428-dazzle-feedback-publish-errors
# Conflicts:
#	pype/plugins/nuke/load/load_luts.py
#	pype/plugins/nuke/load/load_luts_ip.py
#	pype/plugins/nuke/publish/validate_active_viewer.py
2019-10-02 14:07:17 +02:00
Jakub Jezek
16189b5691 fix: some changes improving publishing and loading luts 2019-10-02 13:45:01 +02:00
Toke Jepsen
9853e258e4 Merged in tokejepsen/pype/feature/legacy_write_nodes (pull request #300)
Repair legacy write nodes.

Approved-by: Jakub Ježek <jakub@pype.club>
2019-09-26 08:58:57 +00:00
Ondrej Samohel
603b0fd3fd
fixed variable name 2019-09-23 11:08:52 +02:00
Ondřej Samohel
6861d7d743 Merged in feature/PYPE-534-display-selection-handle-for-to (pull request #301)
Feature/PYPE-534 display selection handle

Approved-by: Milan Kolar <milan@orbi.tools>
2019-09-21 19:04:19 +00:00
Ondrej Samohel
b145cfe6d2
fixed unused pprint import 2019-09-20 13:45:34 +02:00
Ondrej Samohel
621cfddc0d
show selection handle on load and offset it to loaded bbox center 2019-09-20 13:40:51 +02:00
Ondrej Samohel
1cb83eadab
fixed PEP and other cosmetic issues in maya.lib 2019-09-20 10:13:43 +02:00
Ondrej Samohel
b63453d38f
mapping provided and required attributes in plugins 2019-09-20 09:56:33 +02:00
Ondrej Samohel
aeeb081421 Merge remote-tracking branch 'origin/release/2.2.0' into bugfix/PYPE-436-fix-collect-assumed-destination 2019-09-19 13:26:31 +02:00
Jakub Trllo
ba02f735d0 Merged in hotfix/icon_name_in_creators (pull request #296)
HOTFIX icon names in creators

Approved-by: Ondřej Samohel <annatar@annatar.net>
Approved-by: Milan Kolar <milan@orbi.tools>
2019-09-18 16:21:56 +00:00
Jakub Trllo
6fcb698e50 Merged in hotfix/fix_launcher_actions_discover (pull request #298)
hotfix/fix_launcher_actions_discover

Approved-by: Ondřej Samohel <annatar@annatar.net>
Approved-by: Milan Kolar <milan@orbi.tools>
2019-09-18 15:57:41 +00:00
Jakub Ježek
07fc12bb63 Merged in hotfix/eallin-troubles-patch (pull request #299)
fix(ftrack): custome attribute doctor was not respecting attributes after change of names
2019-09-13 07:48:39 +00:00
Jana Mizikova
497ae5265c fix(ftrack): custome attribute doctor was not respecting attributes after change of names 2019-09-13 09:46:25 +02:00
Jakub Ježek
8eb50dd34a Merged in feature/PYPE-498-nks-publish-animated-transform (pull request #297)
fix(nks): adding ability to transfer animated transform soft effect
2019-09-13 07:41:13 +00:00
iLLiCiTiT
581ba78aff return original plugins if registered host is not set 2019-09-12 11:13:04 +02:00
Jakub Jezek
8e3969c26c fix(nks): adding ability to transfer animated transform soft effect 2019-09-11 19:02:16 +02:00
Jakub Jezek
b4cc5e2bf5 Merge branch 'develop' into feature/PYPE-498-nks-publish-animated-transform 2019-09-11 18:31:31 +02:00
iLLiCiTiT
3f1a055368 fixed icon name from "boxes" to "cubes" in 3 creator plugins 2019-09-11 17:52:54 +02:00
Jakub Ježek
61152744d1 Merged in bugfix/nukestudio-plugin-collectors (pull request #295)
fix(nks): little problems on collectors
2019-09-10 08:07:33 +00:00
Jakub Jezek
e108281c98 fix(nks): little problems on collectors 2019-09-10 09:53:14 +02:00