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
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
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
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
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
Jakub Jezek
602a4ae8ec
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation
2023-05-02 20:56:58 +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
30d0b35c9a
removing obsolete code in nuke host
...
since we are using OCIO env var there is no need to set this per attribute
2023-04-17 12:28:02 +02:00
Jakub Ježek
c2edc17ef2
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation
2023-04-06 15:39:13 +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
515d56f8ea
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation
2023-04-02 23:23: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
Jakub Jezek
62eb6d269b
making docstring more readable
2023-03-28 23:29:45 +02:00
Jakub Jezek
f6ac8138b3
simplification of condition
2023-03-28 22:30:48 +02:00
Jakub Jezek
75aee631c1
Nuke: implementing imageio enable switch
2023-03-23 22:31:50 +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