Jakub Trllo
9a5f86ea1b
add review tag to output of extract sequence if instance is marked for review ( #4843 )
2023-04-13 18:42:50 +02:00
Jakub Ježek
c0d4ab010a
Merge branch 'develop' into refactor/remove_handles
2023-03-31 21:58:53 +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 Trllo
09e0ba54f2
TVPaint: Optional Validation plugins can be de/activated by user ( #4674 )
...
* fix TVPaint validation plugins so they can be enabled/disabled
* add missing 'is_active' method usage
* added option to enable auto detet render creator
* added fps to instance data
* safe access to layers
* fix handling of missing render layer
* render passes are safer
* fix convertor plugin
2023-03-27 09:57:37 +02:00
Roy Nieterau
aa6dc207f1
Fix grammar
2023-03-23 00:45:50 +01:00
Jakub Trllo
227f1402fe
change how instance attributes are filled
2023-02-23 17:19:21 +01:00
Jakub Trllo
8218e18edf
added label with hint for artist
2023-02-23 17:19:21 +01:00
Jakub Trllo
ba792f648b
use 'list_instances' instead of existing instances
2023-02-23 17:19:21 +01:00
Jakub Trllo
79a40902e0
Better error message
2023-02-23 17:19:21 +01:00
Jakub Trllo
abc36c8357
fix detailed descriptions
2023-02-23 17:19:21 +01:00
Jakub Trllo
0f8a9c58a7
added is_current information to layers info
2023-02-23 17:19:21 +01:00
Jakub Trllo
59c3510a02
don't add opacity to layers info
2023-02-23 17:19:21 +01:00
Jakub Trllo
ddf333fcdb
fix access to not existing settings key
2023-02-23 12:11:23 +01:00
Jakub Trllo
fd08677610
collect render instances can set 'ignoreLayersTransparency'
2023-02-23 12:11:23 +01:00
Jakub Trllo
2a912abbce
extract sequence can ignore layer's transparency
2023-02-23 12:11:23 +01:00
Jakub Trllo
0f20ed34a2
change label and add description to creator
2023-02-22 13:38:18 +01:00
Jakub Trllo
abb3134bb4
fix whitespace
2023-02-22 13:38:18 +01:00
Jakub Trllo
07c87b2efd
fix filtering of groups
2023-02-22 13:38:18 +01:00
Jakub Trllo
faaade284a
added type hints
2023-02-22 13:38:18 +01:00
Jakub Trllo
a44f928804
handle valid group ids
2023-02-22 13:38:18 +01:00
Jakub Trllo
a207430814
fix groups iter
2023-02-22 13:38:18 +01:00
Jakub Trllo
51f43076b5
fix smaller bugs in logic
2023-02-22 13:38:18 +01:00
Jakub Trllo
5fdadaf454
added more settings
2023-02-22 13:38:18 +01:00
Jakub Trllo
4a81519968
add more options to create new instances
2023-02-22 13:38:18 +01:00
Jakub Trllo
2b9e40aece
added settings for auto-detect creator
2023-02-22 13:38:18 +01:00
Jakub Trllo
8fc144b419
base of auto detect creator
2023-02-22 13:38:18 +01:00
Jakub Trllo
08e2d36f19
ignore missing layers in unrelated validators
2023-02-21 16:29:25 +01:00
Jakub Trllo
f26b44a2aa
fix 'creator_attributes' key
2023-02-21 16:19:30 +01:00
Jakub Trllo
2894cef94c
rename color group by render layer variant
2023-02-21 15:11:48 +01:00
Jakub Trllo
80a9c3e65e
fix formatting
2023-02-20 14:05:49 +01:00
Jakub Trllo
7486591fab
it is possible to pass layer names to create pass
2023-02-20 13:58:46 +01:00
Jakub Trllo
407068610a
return created instance in creators
2023-02-20 13:58:20 +01:00
Jakub Trllo
1b69c5e340
fix used key
2023-02-20 11:09:24 +01:00
Jakub Trllo
c3c850f034
change how groups are filtered for render passes
2023-02-20 11:06:53 +01:00
Jakub Trllo
7a2c94f9d5
limit groups query to 26 max
2023-02-20 11:06:37 +01:00
Jakub Trllo
173b404d0e
swap also usage of settings in review and workfile creators
2023-02-17 13:06:52 +01:00
Jakub Trllo
40ce393b80
swap workfile and review settings
2023-02-17 12:28:32 +01:00
Jakub Trllo
69cc794ed1
fix indentation
2023-02-16 09:41:55 +01:00
Jakub Trllo
a651553fe6
fix settings access
2023-02-16 09:41:44 +01:00
Jakub Trllo
51196290b2
apply settings in creators
2023-02-15 18:46:48 +01:00
Jakub Trllo
f73b84d6c3
added some basic options for settings
2023-02-15 18:40:33 +01:00
Jakub Trllo
d440956b4e
fix of empty chars
2023-02-15 18:26:43 +01:00
Jakub Trllo
7d7c8a8d74
added some dosctrings, comments and descriptions
2023-02-15 18:26:31 +01:00
Jakub Trllo
8441a5c54b
added at least some icons to creators
2023-02-15 18:14:47 +01:00
Jakub Trllo
54be749de6
safe string formatting
2023-02-15 17:55:25 +01:00
Jakub Trllo
c0f9811808
fix render scene subset name creation
2023-02-15 17:53:14 +01:00
Jakub Trllo
bb112ad156
fix legacy convertor
2023-02-15 17:53:01 +01:00
Jakub Trllo
0182f73e32
fix double spaces
2023-02-15 16:51:23 +01:00
Jakub Trllo
38ff3adc4e
use context from create context
2023-02-15 15:42:17 +01:00