Commit graph

404 commits

Author SHA1 Message Date
Jiri Sindelar
f0537f0d57 Use scriptReadFile for all Nuke versions 2023-08-04 15:14:59 +02:00
Jiri Sindelar
6644f4c5f8 Autosave preferences can be read after Nuke opens the script 2023-07-13 13:15:23 +02:00
Milan Kolar
57bc75f2bd
Merge pull request #5051 from Zipodod/bugfix/napi_use_inpanel 2023-07-07 15:11:35 +02:00
Roy Nieterau
2b23b42da6
RepairAction and SelectInvalidAction actually filter to instances that failed on the exact plugin - not on "any failure" (#5240) 2023-07-05 14:11:20 +02:00
Zipodod
bb86c4fd05
Merge branch 'develop' into bugfix/napi_use_inpanel 2023-06-30 10:18:49 -04:00
Jakub Jezek
ef71fc1716
fixing nuke format updating in node graph
also making code compliance with flake8
2023-06-27 16:56:15 +02:00
Toke Stuart Jepsen
077af17672 Merge branch 'develop' into enhancement/maya_template
# Conflicts:
#	openpype/hosts/maya/api/workfile_template_builder.py
2023-06-27 10:46:29 +01:00
Milan Kolar
53f5fc6d85
Merge pull request #5107 from ynput/bugfix/OP-4096_Nuke-open_file-function-wouldnt-open-autosave-file 2023-06-26 14:37:58 +02:00
Roy Nieterau
7973c5fbe0
Workfile Builder UI: Workfile builder window is not modal (#5131)
* Open create placeholder window as regular window instead of modal dialog

* Allow to create even as root node without a parent selection

* Cosmetics: typo

* Keep create dialog open after create so user can directly create another with similar settings

* Match functionality in Nuke to the one in Maya

---------

Co-authored-by: Roy Nieterau <roy@colorbleed.nl>
2023-06-23 16:27:37 +02:00
Toke Jepsen
5282cd26c5
Merge branch 'develop' into enhancement/maya_template 2023-06-23 14:51:01 +01:00
Jakub Ježek
26457258a4
Merge branch 'develop' into feature/nuke_fpath_template 2023-06-23 15:57:08 +03:00
Kayla Man
cbf21cf95d update 2023-06-23 18:00:15 +08:00
Kayla Man
c414c8c6e9 add scripts to utils 2023-06-23 16:45:41 +08:00
Kayla Man
22ee8e1f93 add headless abstraction into command.py 2023-06-23 00:10:34 +08:00
Kayla Man
5c399cbc17 revert the headless function 2023-06-22 23:13:24 +08:00
Kayla Man
31f76563b8 jakub's comment 2023-06-22 21:51:58 +08:00
Kayla Man
bb269ccb7d Merge branch 'develop' into bugfix/OP-4096_Nuke-open_file-function-wouldnt-open-autosave-file 2023-06-22 19:15:44 +08:00
Kayla Man
d9af1d9167 remove unused library 2023-06-22 19:03:29 +08:00
Kayla Man
56a90a47f5 abstract the headless command as function in lib.py 2023-06-22 19:02:18 +08:00
Roy Nieterau
fcc2c692fe
Merge branch 'develop' into enhancement/maya_template 2023-06-21 13:25:14 +02:00
Jakub Jezek
6f8d47d36b
nuke: user prompt if config path changes
environment variable cannot be changed dynamically and user should now that settings had been changed and the nuke should be reopened.
2023-06-20 16:52:03 +02:00
Jakub Trllo
7ecb03bb75
ImageIO: Minor fixes (#5147)
* define variable 'resolved_path' in right scope

* fixed missing 'input' variable

* make checks for keys more explicit and safe proof

* fixed caching of remapped colorspaces

* trying to fix indentation issue

* use safe keys pop
2023-06-16 14:17:08 +02:00
Fabia Serra Arrizabalaga
e128695c42 Fix typo 2023-06-14 09:22:49 -05:00
Fabia Serra Arrizabalaga
09c5512e91 Skip empty values 2023-06-14 09:22:35 -05:00
Fabia Serra Arrizabalaga
e769a76ac3 Use StringTemplate to allow for optional template keys 2023-06-14 09:12:08 -05:00
Kayla Man
b150e0b6a1 jiri's comment 2023-06-13 21:31:45 +08:00
Fabià Serra Arrizabalaga
079f7a935a Add fallback in case key doesn't exist 2023-06-12 19:47:59 +02:00
Fabià Serra Arrizabalaga
c2a576a39a Nuke: Add support for more complex templates in temp_rendering_path_template 2023-06-12 19:47:43 +02:00
Roy Nieterau
c940b82fb9 Merge branch 'develop' of https://github.com/pypeclub/OpenPype into enhancement/maya_template
# Conflicts:
#	openpype/hosts/maya/api/lib.py
2023-06-12 15:46:13 +02:00
Jakub Jezek
a71fed7a56
nuke: backward compatibility for older project settings 2023-06-09 16:27:06 +02:00
Jakub Ježek
caee9dcb13
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-06-09 14:24:21 +02:00
Ondřej Samohel
869cb5ef15
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-06-09 14:02:25 +02:00
Jakub Jezek
fbf4605417
removing get_app_version_info 2023-06-09 12:40:05 +02:00
Kayla Man
82d18355c8 Jakub's comment 2023-06-08 21:15:30 +08:00
Kayla Man
47b2a38cd4 add allow_autosave argument as kwargs in open_file function in nuke 2023-06-08 17:06:37 +08:00
Kayla Man
8c5b9321e4 Jakub's comment 2023-06-07 18:24:05 +08:00
Jakub Jezek
b3cab6a88b
adding parent to publisher only if nuke higher then 14 2023-06-07 11:34:59 +02:00
Kayla Man
3e02ea6263 autosave nk script will be loaded if the script is found in the work directory 2023-06-07 15:30:59 +08:00
Jakub Jezek
a98ef68549
fixing publisher parent 2023-06-06 16:49:34 +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 Ježek
ec7b85b501
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-05-31 15:41:02 +02:00
jbeaulieu
381602de48 Create node with inpanel already False as opposed to setting after UI update 2023-05-26 18:53:17 -04:00
Jakub Jezek
99a1be366e
nuke: callback for dirmapping is on demand 2023-05-24 22:19:46 +02:00
Jakub Ježek
2c31dc1f21
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-05-24 10:25:24 +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
Toke Stuart Jepsen
a129cec522 Merge branch 'develop' into enhancement/maya_template 2023-05-12 10:19:57 +01:00
Toke Stuart Jepsen
d2842b0cd7 post_representation_load > post_placeholder_process 2023-05-11 17:55:25 +01:00
Jakub Jezek
602a4ae8ec
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-05-02 20:56:58 +02:00
Toke Stuart Jepsen
9747398ce8 Rename "cleanup_placeholder" to "post_representation_load" 2023-04-28 15:25:37 +01: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