Jakub Trllo
b7078d77e2
label of attribute definition also have tooltip
2023-02-09 20:27:36 +01:00
Jakub Trllo
9cc8f1818c
use new widgets in attribute definitions
2023-02-09 20:27:15 +01:00
Jakub Trllo
f6ee5db227
creasted spin boxes that allow mouse scroll changes only on active widgets
2023-02-09 20:26:49 +01:00
Petr Kalis
7afbd4b9de
Merge pull request #4418 from ynput/bugfix/OP-4513_Deadline-on-MacOS
...
Fix: DL on MacOS
2023-02-09 17:20:54 +01:00
Ynbot
922fe5bdaf
[Automated] Bump version
2023-02-09 15:59:27 +00:00
Petr Kalis
3ac0a1cb6f
OP-4513 - fix Openpype plugin for MacOS
2023-02-09 15:54:20 +01:00
Jakub Trllo
10112d1438
Merge pull request #4413 from ynput/chore/remove_api
...
General: Remove 'openpype.api'
2023-02-09 14:28:55 +01:00
Jakub Trllo
d08172e6a6
Merge pull request #4360 from ynput/feature/is_compatible_on_loader
...
General: Loader plugin define its own compatibility
2023-02-09 11:31:15 +01:00
Petr Kalis
1495ba9c08
Merge branch 'develop' into bugfix/OP-4653_Photoshop-bug---instance-creator-not-taking-layer-name-for-subset
2023-02-09 11:16:58 +01:00
Petr Kalis
0572627731
Merge pull request #4436 from ynput/bugfix/OP-4702_Maya-dirmap-issue-if-Site-Sync-is-enabled
...
SiteSync: fix dirmap
2023-02-09 10:18:55 +01:00
Jakub Trllo
ffc3b8581a
Merge pull request #4433 from ynput/feature/creator_sorting
...
Publisher: Creators sorting
2023-02-08 18:06:44 +01:00
Petr Kalis
6d67532a4b
Merge pull request #4420 from ynput/feature/OP-4822_Deadline-strict-error-check-option
...
Deadline: Allow disabling strict error check in Maya submissions
2023-02-08 17:37:49 +01:00
Petr Kalis
f346ace6a1
OP-4653 - removed obsolete import
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-02-08 17:36:51 +01:00
Petr Kalis
91e1d28a9f
OP-4513 - platform specific logic
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-02-08 15:09:26 +01:00
Petr Kalis
fe5d092d95
Merge branch 'feature/OP-4822_Deadline-strict-error-check-option' of github.com:ynput/OpenPype into feature/OP-4822_Deadline-strict-error-check-option
2023-02-08 15:02:13 +01:00
Petr Kalis
2b78c9404c
OP-4822 - push property to render instance
...
render instance is created from collected instance explicitly.
2023-02-08 15:01:02 +01:00
Jakub Trllo
6e55202349
change used method names from 'isAlive' to 'is_alive'
2023-02-08 14:23:10 +01:00
Jakub Trllo
c9981c0eac
Merge pull request #4375 from ynput/feature/better_instance_changes
...
Create: Enhance instance & context changes
2023-02-08 13:48:37 +01:00
Petr Kalis
3156cc5425
OP-4653 - added missed import for CreatorError
2023-02-08 12:39:28 +01:00
Petr Kalis
21d745cc3c
OP-4822 - remove unwanted variable
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-02-08 12:25:29 +01:00
Petr Kalis
1a7f7d310e
OP-4653 - changed exception
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-02-08 12:21:55 +01:00
Petr Kalis
e7d60288a1
Fix - added missed scopes for Slack bot
2023-02-08 12:15:43 +01:00
OpenPype
e1befa7ae3
[Automated] Bump version
2023-02-08 03:28:55 +00:00
iLLiCiTiT
cba888e66e
small docstring/comments enhancements
2023-02-07 20:02:36 +01:00
Jakub Trllo
b51a2a7257
added more docstrings
2023-02-07 19:24:30 +01:00
Jakub Trllo
cd1b02c595
move batch creator after simple creators
2023-02-07 19:14:53 +01:00
Jakub Trllo
310456ec13
fix creator_items cache cleanup
2023-02-07 19:10:24 +01:00
Jakub Trllo
dfb7187413
removed window title from creator widget
2023-02-07 19:10:07 +01:00
Jakub Trllo
7e1450e95d
modified proxy filter for sorting of creators
2023-02-07 19:09:53 +01:00
Jakub Trllo
b67181c4e0
added show order to publisher UI
2023-02-07 19:09:32 +01:00
Jakub Trllo
c7f051db20
added 'show_order' attribute to 'Creator' so show order can be different than processing
2023-02-07 19:08:42 +01:00
Jakub Trllo
c5be741566
handle instances without available creator
2023-02-07 19:08:07 +01:00
Jakub Trllo
3316417173
process creators in their order
2023-02-07 19:07:50 +01:00
Jakub Trllo
101bbef42d
added helper method to remove instance
2023-02-07 19:07:16 +01:00
Jakub Trllo
fd31d7815a
added helper methods to get sorted creators
2023-02-07 19:05:46 +01:00
Jakub Trllo
22e4b9862b
added 'order' attribute to creators which is used to process them in specific order
2023-02-07 19:05:27 +01:00
Jakub Trllo
9110f70554
use safe access to "subset" in AE
2023-02-07 19:02:09 +01:00
Jakub Trllo
6120f218b4
Merge branch 'develop' into feature/better_instance_changes
2023-02-07 18:23:31 +01:00
Petr Kalis
31173abd4f
OP-4702 - fix dirmap
...
remote_site_dir started to return platform dict
2023-02-06 13:39:04 +01:00
Petr Kalis
463f770f2d
OP-4822 - Hound
2023-02-03 18:40:53 +01:00
Petr Kalis
214ef5104d
OP-4822 - changed strict error checking to boolean flag
...
Added boolean flag to render instance to allow artist to change it.
2023-02-03 18:33:40 +01:00
Petr Kalis
3a8c36e057
OP-4822 - updated settings
...
After discussion profile is too complicated, removed, replaced with simple boolean
2023-02-03 18:28:29 +01:00
Jakub Trllo
0b7ca434a3
Merge pull request #4428 from ynput/bugfix/OP-4355_Houdini-Shelves-Tools-code-broken
...
Houdini: Houdini shelf tools fixes
2023-02-03 18:11:32 +01:00
Ondřej Samohel
13e0a0427e
Merge pull request #4422 from tokejepsen/enhancement/OP-2008_vray_proxy
2023-02-03 18:01:43 +01:00
Petr Kalis
0dd1a376b0
OP-4653 - refactor - move most important method higher
2023-02-03 17:19:52 +01:00
Petr Kalis
59010eb9a6
OP-4653 - refactor - move most important method higher
2023-02-03 17:19:02 +01:00
Petr Kalis
31b137fa1d
OP-4653 - Hound
2023-02-03 17:17:27 +01:00
Petr Kalis
993145e6f8
OP-4653 - fix wrong name
2023-02-03 17:16:55 +01:00
Petr Kalis
f2930ed156
OP-4653 - updated description in AE creator
2023-02-03 17:04:06 +01:00
Petr Kalis
53c1c842f5
OP-4653 - standardize use_composition_name
...
Follow more closely login in PS, eg. if {composition} placeholder not present in subset template and should be used, add capitalized.
Clean composition name
2023-02-03 17:02:33 +01:00