Jakub Trllo
30780efd48
renamed method 'update_template_placeholder' to 'repopulate_placeholder'
2022-09-13 12:18:38 +02:00
Jakub Trllo
518c3f75ca
changed AbstractTemplateLoader to AbstractTemplateBuilder
2022-09-13 12:18:09 +02:00
Jakub Trllo
703169e170
removed unused imports
2022-09-13 12:00:34 +02:00
Jakub Trllo
34dc71936b
use new workfile building system in nuke
2022-09-13 11:51:22 +02:00
Jakub Trllo
f36b0aa2c6
initial commit of nuke workfile builder
2022-09-13 11:48:41 +02:00
Jakub Trllo
c702d11717
moved cleanup logic to plugin responsibility instead of placeholder's
2022-09-13 11:44:37 +02:00
Jakub Trllo
b6e717bf98
Merge branch 'develop' into feature/OP-3828_Workfile-template-build-enhancements
2022-09-12 09:57:56 +02:00
Jakub Trllo
a2a900d18a
fix class name change
2022-09-09 19:16:28 +02:00
Jakub Trllo
81b9b16a5c
extracted loading specific logic into load mixin
2022-09-09 19:16:14 +02:00
Jakub Trllo
778f2c09ad
renamed 'update_template' to 'rebuild_template'
2022-09-09 18:09:18 +02:00
Jakub Trllo
a3b6d9645e
removed legacy workfile template builder
2022-09-09 18:05:27 +02:00
Jakub Trllo
486d6636a9
renamed file 'new_template_builder' to 'workfile_template_builder'
2022-09-09 18:05:17 +02:00
Jakub Trllo
419812241c
removed unused code
2022-09-09 18:00:57 +02:00
Jakub Trllo
b2a59336ec
use attributes from builder
2022-09-09 17:58:20 +02:00
Jakub Trllo
b25270ccdd
use direct function calls
2022-09-09 17:58:07 +02:00
Ondřej Samohel
ab268b8175
Merge pull request #3826 from pypeclub/feature/OP-3610_flame-shot-frame-range-un-retimed-switch
...
Flame: Adding Creator's retimed shot and handles switch
2022-09-09 17:46:07 +02:00
Ondřej Samohel
c5ae7e5d6c
Update openpype/hosts/flame/plugins/publish/extract_subset_resources.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-09-09 17:45:44 +02:00
Ondřej Samohel
a70a36631e
Merge pull request #3825 from pypeclub/feature/OP-3913_Flame-loading-into-batch
...
Flame: OpenPype submenu to batch and media manager
2022-09-09 17:44:45 +02:00
Jakub Trllo
44da14b0cd
Merge pull request #3733 from pypeclub/feature/OP-3773_Fusion-as-module
...
Fusion: Defined fusion as addon
2022-09-09 17:33:25 +02:00
Jakub Trllo
0102614531
use functions in menu
2022-09-09 16:55:34 +02:00
Jakub Trllo
8d60739fe4
implemented functions for building actions
2022-09-09 16:55:24 +02:00
Jakub Trllo
f133f401c0
small tweaks in code
2022-09-09 16:55:09 +02:00
Jakub Trllo
9821a05cdc
implemented update logic for maya load plugin
2022-09-09 16:54:58 +02:00
Jakub Jezek
96c6a433f0
Merge branch 'develop' into feature/OP-3610_flame-shot-frame-range-un-retimed-switch
2022-09-09 14:07:55 +02:00
Jakub Jezek
7b78e09eae
fixing name of class
2022-09-09 13:59:15 +02:00
Jakub Jezek
c622eb7a59
flame: add ui to project media panel
2022-09-09 13:54:33 +02:00
Jakub Trllo
e5654595a8
implemented 'get_workfile_build_placeholder_plugins' for maya
2022-09-09 13:31:55 +02:00
Jakub Trllo
5ccda391e4
changed loaders
2022-09-09 13:23:10 +02:00
Jakub Trllo
6401c40641
changed how placeholders are cached
2022-09-09 13:14:05 +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 Jezek
3943d74f3e
flame: adding batch action hook
2022-09-09 11:55:05 +02:00
Jakub Trllo
2eef3a8f82
initial commit of maya implementation of new template builder
2022-09-08 18:31:39 +02:00
Jakub Jezek
7668fb830c
Merge branch 'develop' into feature/global-collect-audio-plugin
2022-09-08 15:39:40 +02:00
Jakub Ježek
270cea6610
Merge pull request #3792 from pypeclub/bugfix/OP-3907_Hiero-precollect-instances-error-when-publishing-a-retime
...
Hiero: retimed clip publishing is working
2022-09-08 13:39:31 +02:00
Jakub Trllo
4f3accee1a
change "hierarchy" key to "nodesHierarchy" in maya
2022-09-08 11:34:33 +02:00
Jakub Jezek
57aa1e6659
implementing not retimed working frame range and retimed handles switch
2022-09-07 14:49:55 +02: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
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
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 Jezek
70a17a8876
hiero: instances detection - timeline no need to retime
2022-09-06 11:39:58 +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
Jakub Trllo
e2635740b0
Merge branch 'develop' into feature/OP-3881_Change-extractor-usage-in-photoshop
2022-09-05 12:24:18 +02: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