Jakub Trllo
1ee1c28588
added method to build template
2022-09-09 12:24:54 +02:00
Jakub Trllo
187eaaec2d
renamed 'process_scene_placeholders' to 'populate_scene_placeholders'
2022-09-09 12:24:37 +02:00
Jakub Trllo
8f2bf758f3
fixed get of value from attribute defs widget
2022-09-09 12:23:31 +02:00
Jakub Trllo
88f16988a4
fix build dialog and renamed it to placeholder dialog
2022-09-09 12:22:57 +02:00
Jakub Trllo
f3ce64c189
copied placeholder name creation
2022-09-09 12:22:19 +02:00
Jakub Trllo
7ca64b67c3
modified attr defs creation
2022-09-09 12:22:00 +02:00
Jakub Trllo
5fe6d2606d
added simple toolt to be able show attribute definitionis for workfile template builder
2022-09-08 18:32:20 +02:00
Jakub Trllo
2eef3a8f82
initial commit of maya implementation of new template builder
2022-09-08 18:31:39 +02:00
Jakub Trllo
50a9a7973b
small modifications of placeholder identifiers and errors
2022-09-08 18:31:15 +02:00
Jakub Trllo
0d6c40bb32
added few missing abstract methods and attributes
2022-09-07 19:13:00 +02:00
Jakub Trllo
170c35c4d1
initial commit - not changing current implementation yet
2022-09-07 14:37:00 +02:00
OpenPype
915cba631c
[Automated] Bump version
2022-09-07 04:24:55 +00:00
Ondřej Samohel
5f6963c9f7
Merge pull request #3798 from pypeclub/bugfix/py2_comp_resolve
...
Resolve: Addon import is Python 2 compatible
2022-09-06 18:32:34 +02:00
Petr Kalis
ca45df2eef
Merge branch 'develop' into enhancement/OP-3863_Speed-up-ExtractImage
2022-09-06 17:29:14 +02:00
Jakub Trllo
de52a7d61b
last f-string removement
2022-09-06 17:21:32 +02:00
Jakub Trllo
c8efd0d67e
removed f-string formatting for py2 compatibility
2022-09-06 17:07:46 +02:00
Jakub Trllo
8fe406d4bb
Merge pull request #3789 from pypeclub/feature/OP-3881_Change-extractor-usage-in-photoshop
...
Photoshop: Use new Extractor location
2022-09-06 16:56:42 +02:00
Jakub Trllo
8bc13d0f20
Merge pull request #3670 from kaamaurice/feature/Blender-collect-workfiles
...
Blender: Publisher collect workfile representation
2022-09-06 16:56:16 +02:00
Jakub Trllo
549a67c604
Merge pull request #3794 from BigRoy/submit_publish_job_remove_log
...
Deadline: Submit publish job remove instance._log that has no use anymore
2022-09-06 16:54:26 +02:00
Jakub Trllo
0e66c06734
Merge pull request #3787 from pypeclub/feature/OP-3874_Change-extractor-usage-in-blender
...
Blender: Use new Extractor location
2022-09-06 14:03:34 +02:00
Petr Kalis
96f8c3b7b3
OP-3863 - fixed doc string
2022-09-06 13:23:41 +02:00
Roy Nieterau
d00eb29ca1
Remove instance._log legacy code that has no use anymore
2022-09-06 13:20:48 +02:00
Petr Kalis
1ed5ef7dcd
OP-3863 - attempt to speed up ExtractImage
...
If workfile has a large number of layers (hundreds or thousands), ExtractImage wasn't too efficient. It was hiding/showing layers too many times.
Current logic is to hide all, show only publishable layers of instance, save to image, hide them again.
get_layers replaced by argument if possible.
2022-09-06 13:16:01 +02:00
Jakub Ježek
ebd8c16d27
Merge pull request #3780 from pypeclub/bugfix/nuke-validate-write-node-fails
2022-09-06 10:49:30 +02:00
Petr Kalis
469ba24879
Fix - updated to not use deprecated function
2022-09-05 12:27:23 +02:00
Jakub Trllo
e2635740b0
Merge branch 'develop' into feature/OP-3881_Change-extractor-usage-in-photoshop
2022-09-05 12:24:18 +02:00
Jakub Trllo
88ab0462b5
fix new import path
2022-09-05 12:21:19 +02:00
Jakub Trllo
81d8a53dba
fix function name
2022-09-05 12:20:16 +02:00
Jakub Trllo
0015b477eb
Merge branch 'develop' into feature/OP-3788_Move-queries-of-asset-and-representation-links
2022-09-05 12:19:31 +02:00
OpenPype
153f2c2e95
[Automated] Bump version
2022-09-03 04:15:14 +00:00
Ondřej Samohel
9108aee040
Merge pull request #3669 from BigRoy/maya_menu_move_set_render_settings
...
Maya: move set render settings menu entry
2022-09-02 18:26:05 +02:00
Ondřej Samohel
36fb10c959
Merge pull request #3674 from BigRoy/maya_load_containerise_dont_skip_empty_values
...
Maya: `containerise` dont skip empty values
2022-09-02 18:22:52 +02:00
Ondřej Samohel
313b56bf06
Merge pull request #3659 from BigRoy/maya_select_containers
...
Scene Inventory: Maya add actions to select from or to scene
2022-09-02 18:13:54 +02:00
Jakub Trllo
ab964eb91d
Merge pull request #3784 from pypeclub/feature/OP-3873_Change-extractor-usage-in-AE
...
AfterEffects: Use new Extractor location
2022-09-02 17:00:31 +02:00
Jakub Trllo
cfa58c1475
Merge pull request #3785 from Sharkitty/Hayley_Normaal
...
Added an event triggered when user connects to kitsu
2022-09-02 17:00:18 +02:00
Hayley GUILLOT
a72b84a586
Forgot to lint
2022-09-02 16:33:34 +02:00
Hayley GUILLOT
f0dc54f78e
Update credentials.py
...
Implementation got moved from emit_on_kitsu_login to the login function
2022-09-02 16:32:45 +02:00
Jakub Trllo
107ef361cd
Merge branch 'develop' into feature/OP-3881_Change-extractor-usage-in-photoshop
2022-09-02 16:02:53 +02:00
Jakub Trllo
cd985aac22
Merge branch 'develop' into feature/OP-3874_Change-extractor-usage-in-blender
2022-09-02 16:01:58 +02:00
Jakub Trllo
7843645fe8
Merge branch 'develop' into feature/OP-3873_Change-extractor-usage-in-AE
2022-09-02 16:01:44 +02:00
Hayley GUILLOT
7a98e083de
Shortened max line length to 79
...
Hopefully hounds will be happy
2022-09-02 15:48:23 +02:00
Hayley GUILLOT
75e2ec1a65
Update credentials.py
...
Linted, should fix hounds comments
2022-09-02 15:44:47 +02:00
Jakub Trllo
1d5e691daf
Merge pull request #3763 from pypeclub/feature/OP-3851_Update-nuke-template-build
...
Nuke: Build workfile by template
2022-09-02 15:41:38 +02:00
Hayley GUILLOT
fc8d525207
Added an event triggered when user connects to kitsu
2022-09-02 15:17:55 +02:00
Jakub Trllo
aa46a193c6
Merge pull request #3778 from BigRoy/fix_settings_inactive_project
...
Settings: Fix settings for inactive projects
2022-09-02 14:10:14 +02:00
Jakub Jezek
8bb526ed8f
nuke: validate write node is not failing due wrong type
2022-09-02 08:48:30 +02:00
Roy Nieterau
ff88f201ec
Ignore empty labels, then still use name like other asset models
2022-09-02 00:16:52 +02:00
Roy Nieterau
58724a4c1b
Have get_project inactive argument default to True
2022-09-01 23:33:27 +02:00
Jakub Trllo
9721df1574
Merge pull request #3771 from pypeclub/feature/OP-3872_Copy-Extractor-to-publish-pipeline
...
General: Copied 'Extractor' plugin to publish pipeline
2022-09-01 16:15:58 +02:00
Jakub Trllo
aaff1525a0
remove unused teshost
2022-09-01 12:59:14 +02:00