Commit graph

92 commits

Author SHA1 Message Date
Jakub Jezek
91f6564191
Merge branch 'develop' into feature/OP-3207_Nuke-multiple-baking-streams-with-correct-slate 2022-06-20 12:10:21 +02:00
Jakub Jezek
99bb525071
nuke: anatomy compatibility hack 2022-06-10 17:38:14 +02:00
Jakub Jezek
308289aa64
Merge branch 'develop' into feature/OP-3207_Nuke-multiple-baking-streams-with-correct-slate 2022-06-09 12:01:43 +02:00
Jakub Trllo
1f8be47064 remove unused import 2022-06-08 14:57:42 +02:00
Jakub Trllo
860dc3fc90 use temp file instead of clipboard for node duplication 2022-06-08 14:57:12 +02:00
clement.hector
25e9ee617e linter correction 2022-06-06 21:00:24 +02:00
clement.hector
b77cb4ba1a Add global menu from settings 2022-06-06 19:17:34 +02:00
clement.hector
7b16c6837b refacto code to have simpler menu 2022-06-06 17:08:37 +02:00
Thomas Fricard
25518a1c42 generate toolbar menu from openpype project settings 2022-06-01 16:32:56 +02:00
Jakub Jezek
2de4044167
Nuke: remove callback always 2022-05-31 16:44:37 +02:00
Jakub Jezek
735942a6f5
Nuke: simplify duplicate node function 2022-05-31 16:44:18 +02:00
Jakub Jezek
24c289a0d5
nuke: use framerange used as list but it is bool 2022-05-26 17:18:00 +02:00
Jakub Jezek
0b9bdbf1e6
Nuke: abstracting functions used in plugins 2022-05-25 16:56:46 +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 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
c18abc195b
nuke: extracting prenodes creation
and fixing `dependency` linking
2022-05-04 12:08:56 +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
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
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
9de22092cf OP-3021 - added Suspend publish knob to Nuke
Added to Deadline tab of Write node.
2022-04-20 16:58:24 +02:00
Jakub Trllo
dc0c46dff9 replaced avalon imports in nuke 2022-04-14 12:17:36 +02:00
Jakub Ježek
582e35a482
Update openpype/hosts/nuke/api/lib.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2022-04-04 16:11:04 +02:00
Jakub Jezek
f186b99e22
nuke: add comment to code 2022-04-04 11:16:59 +02:00
Jakub Jezek
5014dfddf9
nuke: adding node knob for concurrent tasks
- and fixing misspelling
2022-04-01 16:40:32 +02:00
Jakub Trllo
77e2f6eb8d use create register/discover functions in code 2022-03-23 15:11:43 +01:00
Jakub Trllo
93eca512b8 use ObjectId imported from bson instead of avalon.io 2022-03-18 16:23:00 +01:00
Jakub Trllo
a6392f131e use AVALON_APP to get value for "app" key 2022-02-28 18:56:00 +01:00
Jakub Jezek
ce510d26dc
hound: suggestion 2022-02-02 13:32:34 +01:00
Jakub Jezek
6b47d5085c
nuke: adding clear button to write nodes 2022-02-02 13:16:06 +01:00
Ondrej Samohel
701b9275a4
Merge remote-tracking branch 'origin/develop' into cosmetics_typos_01 2022-01-21 00:22:17 +01:00
Roy Nieterau
107e2e637e Fix typos / cosmetics 2022-01-16 13:05:26 +01:00
iLLiCiTiT
e4368e69b1 moved nuke implementation from avalon 2022-01-12 12:25:50 +01:00
Jakub Jezek
6f67e98081
Merge branch 'develop' into feature/OP-1933_nuke-toggle-baking-colorspace 2021-11-25 11:54:49 +01:00
iLLiCiTiT
5d8c3d4c71 use get_workdir_data in nuke format anatomy to get context data 2021-11-19 15:28:48 +01:00