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
Kayla Man
b150e0b6a1
jiri's comment
2023-06-13 21:31:45 +08: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
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 Jezek
491eb3e750
create first workfile version function to global abstraction
2023-03-01 17:27:16 +01:00
Jakub Jezek
698e639fa6
Merge branch 'bugfix/OP-5037_Global-workfile-template-builder-Creators-failing' into feature/OP-4778_Nuke-create-first-workfile-template-switch-to-preset
2023-03-01 10:31:11 +01:00
Jakub Jezek
7c90b6616d
adding headless to creators and workfile builder abstraction
2023-02-28 17:32:49 +01:00
Jakub Jezek
2ed1a97864
nuke: start new workfile from tempate wip
2023-02-28 14:22:38 +01:00
Jakub Jezek
8a6efcd6ef
Nuke: new version builder from tempate wip
2023-02-28 10:00:25 +01:00
Jakub Jezek
557ce7c016
Nuke, Deadline: moving to module plugin centric approach
2023-02-27 15:08:03 +01:00