Milan Kolar
7ac464b188
Merge pull request #3131 from BigRoy/cleanup_loader_docstrings
2022-05-11 14:33:10 +02:00
Jakub Jezek
a0284fd239
nuke: adding legacy type
2022-05-06 15:41:55 +02:00
Jakub Jezek
f14cabb667
hound
2022-05-06 15:15:07 +02:00
Jakub Jezek
106c0fb46d
Merge branch 'develop' into feature/OP-2748_Nuke-CreateWriteRender-reformat-node-control
2022-05-06 15:14:50 +02:00
Jakub Jezek
89499e97a3
nuke: skipping override if no node was found
2022-05-06 15:04:29 +02:00
Jakub Jezek
b374e8e8a1
nuke: returning legacy code for backward compatibility
2022-05-06 14:17:05 +02:00
Jakub Jezek
e7a1c840d0
nuke: implementing color_gui type
2022-05-06 13:09:13 +02:00
Jakub Jezek
d640ea3e52
nuke: remove redundant code
2022-05-06 13:08:58 +02:00
Jakub Ježek
e05e720a93
Merge pull request #3123 from pypeclub/feature/OP-2833_Expose-write-attributes-to-config
2022-05-05 11:54:56 +02:00
Jakub Jezek
0c8b7e303a
nuke: improving add write node function
...
fixing imagio override nodes
2022-05-04 18:03:16 +02:00
Jakub Jezek
a6ff0174b0
Nuke: fixing lib functions for prenodes
...
and others
2022-05-04 17:03:46 +02:00
Jakub Jezek
bc07da3de2
nuke: fixing create write still
2022-05-04 17:02:51 +02:00
Jakub Jezek
c18abc195b
nuke: extracting prenodes creation
...
and fixing `dependency` linking
2022-05-04 12:08:56 +02:00
Jakub Jezek
890e108368
nuke: updating plugins with new settings with prenodes
...
removing self.preset references
2022-05-03 22:28:51 +02:00
Jakub Jezek
3ddb46463c
nuke: updating create_write_node inputs and docs
2022-05-03 22:26:52 +02:00
Jakub Jezek
0dd91e8736
Nuke: adding formatable to node knob keys
2022-05-03 22:22:49 +02:00
Jakub Jezek
1c2b6408c4
nuke: refectory imageio settings for plugin nodes
2022-05-03 15:28:36 +02:00
Jakub Jezek
8e7b27cff1
nuke: change string type to text
2022-05-03 12:16:19 +02:00
Roy Nieterau
9e2f7f328b
Cleanup some Loader docstrings
2022-05-02 21:43:01 +02:00
Roy Nieterau
c608eeb262
Remove remaining imports from avalon
2022-05-02 21:35:09 +02:00
Jakub Jezek
a72aaecc0d
nuke: solving hex and color knob types
2022-05-02 18:02:03 +02:00
Jakub Jezek
d0b3cf73c4
nuke: extracting method for knob types
2022-05-02 17:11:12 +02:00
Jakub Jezek
8e4dc740e8
nuke: adding default knobs to created node
2022-05-02 12:24:20 +02:00
Jakub Jezek
1765f25ecd
nuke: removing knob preset if no value in override
2022-04-28 20:48:46 +02:00
Jakub Jezek
5546ea2fa7
nuke: including overrideNodes keys
...
also adding subset to filtering kwargs
2022-04-28 20:37:34 +02:00
Jakub Jezek
162b21b61e
nuke: typo in subset (sebset)
2022-04-28 20:36:18 +02:00
Jakub Jezek
fbdb06a9ac
nuke: code consistency
...
- replacing single quotations with double
- improving code
2022-04-28 20:34:57 +02:00
Jakub Jezek
77bac5c735
nuke: fix read
...
and rename to `read_avalon_data`
2022-04-28 20:20:25 +02:00
Jakub Trllo
a579cd31c8
Merge branch 'develop' into enhancement/OP-2858_move-AvalonMongoDB-logic
2022-04-25 18:03:38 +02:00
Petr Kalis
1adec078d8
OP-3021 - refactored base class into abstract class
...
Moved to api.plugin to make it clearer.
2022-04-22 15:47:06 +02:00
Petr Kalis
98dc1f0a43
OP-3021 - Hound
2022-04-20 18:08:42 +02:00
Petr Kalis
cf362dc502
OP-3021 - collect suspend_publish
2022-04-20 16:58:59 +02:00
Petr Kalis
9de22092cf
OP-3021 - added Suspend publish knob to Nuke
...
Added to Deadline tab of Write node.
2022-04-20 16:58:24 +02:00
Petr Kalis
094729c3f8
OP-3021 - refactored still image creator
...
Not tested yet as it is not working in regular develop either.
2022-04-19 17:28:08 +02:00
Petr Kalis
cc7ebfae36
Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/OP-3021_Nuke-Deadline-Submitter
2022-04-19 10:31:27 +02:00
Petr Kalis
4d1345f2e4
OP-3021 - fix template value
...
Cannot use format function
2022-04-14 17:39:10 +02:00
Petr Kalis
6bf92ef0f6
OP-3021 - refactor CreateWritePrerender
2022-04-14 17:20:50 +02:00
Petr Kalis
0b423fc6b5
OP-3021 - refactor CreateWriteRender as a base for other write creators
...
There are 3 creators which contained almost same code. CreateWriteRender was chosen as a base implementation, which other 2 could inherit and modify necessary parts
2022-04-14 13:57:28 +02:00
Petr Kalis
14fbabd477
OP-3021 - refactor CreateWriteRender as a base for other write creators
...
There are 3 creators which contained almost same code. CreateWriteRender was chosen as a base implementation, which other 2 could inherit and modify necessary parts
2022-04-14 13:55:58 +02:00
Jakub Trllo
7d39c2d855
Merge branch 'enhancement/OP-2956_move-host-install' into enhancement/OP-2858_move-AvalonMongoDB-logic
2022-04-14 12:46:53 +02:00
Jakub Trllo
26bd9e8ff3
Merge branch 'develop' into enhancement/OP-2956_move-host-install
2022-04-14 12:45:27 +02:00
Jakub Trllo
dc0c46dff9
replaced avalon imports in nuke
2022-04-14 12:17:36 +02:00
iLLiCiTiT
7d521c15ea
fixed typos in imports from openpype.hosts.nuke.api.command
2022-04-13 22:21:56 +02:00
Jakub Trllo
e91d84546e
use AvalonMongoDB from openpype pipeline
2022-04-13 17:59:01 +02:00
Jakub Trllo
328a35c166
Merge branch 'develop' into enhancement/OP-2956_move-host-install
2022-04-12 18:56:05 +02:00
Jakub Trllo
1f5be56ae2
added more logs
2022-04-12 14:39:56 +02:00
Jakub Trllo
37ad529fa5
Merge branch 'develop' into enhancement/OP-2956_move-host-install
2022-04-08 11:14:44 +02:00
Jakub Trllo
486317cb96
added custom data to slate text formatting data
2022-04-07 19:06:25 +02:00
Jakub Trllo
5bc3516baf
added settings for slate templates
2022-04-07 16:43:46 +02:00
Jakub Trllo
aa0176aeb7
modified extract slate frame to add values based on templates
2022-04-07 15:58:01 +02:00