Jakub Ježek
a227eaa806
Merge pull request #5083 from ynput/bugfix/nuke-creators-tweeks
...
removing info knob from nuke creators
2023-06-06 16:46:46 +02:00
Jakub Jezek
bb74019d3e
removing info knob from nuke creators
...
also remove node if instance is removed
2023-06-01 16:49:19 +02:00
Jakub Jezek
8356dfac7e
py2 compatibility
2023-06-01 16:41:13 +02:00
Jakub Jezek
abc266e9e5
refactor the script to be frame number rather then frame range
2023-06-01 16:14:29 +02:00
Kayla Man
0655a6222b
hound fix
2023-06-01 00:12:22 +08:00
Kayla Man
a30ba51508
use nukescript's panel
2023-06-01 00:11:30 +08:00
Kayla Man
803dd56575
hound fix
2023-05-31 20:03:18 +08:00
Kayla Man
11728bae0e
roy's comment and uses import instead of from..import
2023-05-31 20:02:05 +08:00
Kayla Man
8f0821ab32
the dialog closes as usual by clicking execute button when there is no nuke nodes or no nuke nodes by selection
2023-05-30 22:12:47 +08:00
Kayla Man
dddfeecceb
hound fix
2023-05-30 21:47:03 +08:00
Kayla Man
3556b58fdc
hound fix
2023-05-30 21:46:25 +08:00
Kayla Man
2e58cd2e1a
move the custom popup menu to nuke/startup and add the frame setting to Openpype tool menu
2023-05-30 21:44:26 +08:00
Kayla Man
3d4b1bc1a4
Merge branch 'develop' into enhancement/OP-6020_Nuke-custom-setFrameRange-script
2023-05-30 16:24:59 +08:00
Kayla Man
3ece2a8fcf
clean up & cosmetic fix
2023-05-26 12:56:11 +08:00
Kayla Man
682d8e6b05
custom script for setting frame range for read node
2023-05-26 12:28:45 +08:00
Jakub Jezek
99a1be366e
nuke: callback for dirmapping is on demand
2023-05-24 22:19:46 +02:00
64qam
28cc85b003
Merge pull request #5011 from ynput/enhancement/OP-6019_nuke-multiple-reformat-thumbnail-exporter
2023-05-24 11:34:03 +02:00
Jakub Ježek
084a15ec8c
Update openpype/hosts/nuke/plugins/publish/extract_thumbnail.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-05-24 10:58:47 +02:00
Jakub Ježek
22e7f9bd84
Update openpype/hosts/nuke/plugins/publish/extract_thumbnail.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-05-24 10:58:40 +02:00
Jakub Ježek
341dc16701
Update openpype/hosts/nuke/plugins/publish/collect_writes.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-05-23 11:22:06 +02:00
Jakub Jezek
b62d066390
adding multi repositional nodes support to thumbnail exporter
2023-05-22 17:30:09 +02:00
Jakub Jezek
afd72b1097
files are missing issue
2023-05-22 11:31:56 +02:00
Zipodod
6b09504ead
Bugfix/frame variable fix ( #4978 )
...
* Fix variable name on Max reset frame range
* Fix variable name on Maya collect animation
* Fix variable name on Nuke reset frame range
* Fix lines over max width
* Fix error on variable rename
* Fix line over max width
---------
Co-authored-by: jbeaulieu <jbeaulieu@alkemy-x.com>
2023-05-17 14:14:26 +02:00
Ondrej Samohel
60d386b127
🐛 fix missing review flag on instance with pre-render
2023-04-24 12:53:17 +02:00
Jakub Trllo
843fd5f1b9
Nuke: Legacy convertor skips deprecation warnings ( #4846 )
...
* convert legacy checks for AVALON_TAB to avoid deprecation warnings
* simplify 'get_avalon_knob_data'
2023-04-21 11:31:52 +02:00
Jakub Jezek
b2a011d517
nuke: settings and mixin for some validators
2023-04-06 15:27:05 +02:00
Jakub Ježek
89b87af509
Merge pull request #4783 from ynput/bugfix/OP-5435_Global-workfile-template-builder-profile-resolving
2023-04-06 10:35:32 +02:00
Jakub Jezek
17bfa7f628
add positional knobs only if keep_placeholder
2023-04-05 14:34:57 +02:00
Jakub Jezek
105e03344c
nuke: capture exception so popup is not rised
2023-04-05 14:34:26 +02:00
Jakub Jezek
1cbcd66da8
removing older instance attributes
2023-04-04 16:54:36 +02:00
Jakub Ježek
7d099062d0
Merge branch 'develop' into bugfix/OP-5377_Nuke-prerender-create-reviewable-attribute-is-broken
2023-04-04 13:34:14 +02:00
Jakub Ježek
c0d4ab010a
Merge branch 'develop' into refactor/remove_handles
2023-03-31 21:58:53 +02:00
Jakub Jezek
d092e50934
reveiwable attribute is showing on demand
2023-03-30 17:38:51 +02:00
Roy Nieterau
3fae1f8521
Just some grammar tweaks
2023-03-30 13:59:22 +02:00
Roy Nieterau
d958f989e0
Remove "handles" backwards compatibility
2023-03-29 23:57:35 +02:00
Jakub Jezek
41d6269471
nuke: load nukenodes family timelessly
2023-03-21 17:11:45 +01:00
Jakub Jezek
ba6135f49e
Nuke: removing frame-range data
2023-03-21 14:05:00 +01:00
Jakub Jezek
1e458d6d1d
global and nuke: farm publishing workflow fixes
2023-03-14 14:44:29 +01:00
Petr Kalis
a7f0d57638
SiteSync: host dirmap is not working properly ( #4563 )
...
- only editable keys are returned from Site Sync module to Local Settings
Cleaner approach even if LS UI is going away in Ayon.
- use remote_site only if is local_drive provider
- remove unwanted import
- cache mapping, update logging
Mapping was called multiple times for Nuke.
Logging was too verbose.
2023-03-13 10:32:19 +01:00
Jakub Ježek
fd0b0eb69f
Merge pull request #4574 from ynput/bugfix/OP-5119_Nuke-broken-clip-loader
2023-03-08 10:57:17 +01:00
Jakub Ježek
1dc35f2af3
Merge branch 'develop' into feature/OP-4778_Nuke-create-first-workfile-template-switch-to-preset
2023-03-07 10:43:28 +01:00
Jakub Trllo
de50783c04
Nuke: Add option to use new creating system in workfile template builder ( #4545 )
...
* added option to use new creating system in workfile template builder
* fix spaces
* use 'create' method on create context to trigger creation
* fix attribute access
* adding headless to creators and workfile builder abstraction
* adding noqa for hound
* hound
---------
Co-authored-by: Jakub Jezek <jakubjezek001@gmail.com>
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2023-03-06 18:34:56 +01:00
Jakub Jezek
af39368838
hound
2023-03-06 17:07:56 +01:00
Jakub Jezek
b2eb14914b
global, nuke: adding support for first workfile creation
2023-03-06 16:55:05 +01:00
Jakub Ježek
f5ef4597b2
Merge pull request #4556 from ynput/feature/OP-5006_Nuke-publish-colorspaceData-from-rendered-images
2023-03-06 11:52:37 +01:00
Jakub Jezek
84574eaca8
Nuke: fix clip sequence loading
2023-03-06 11:50:41 +01:00
Jakub Jezek
0c517a12a6
Nuke: fix the order of plugin to be after anatomy data collector
...
also convert anatomy data with deepcopy
2023-03-03 14:07:20 +01:00
Jakub Ježek
a75c1bb172
Merge pull request #4519 from ynput/bugfix/OP-4932_Nuke-chunk-size-is-not-propagated-from-DL-setting-to-Nuke-Publisher
...
Nuke: creator farm attributes from deadline submit plugin settings
2023-03-03 12:13:43 +01:00
Jakub Jezek
f099771081
hound
2023-03-02 11:36:17 +01:00
Jakub Jezek
5bb204cacb
nuke flip order
2023-03-02 11:30:42 +01:00