mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge branch 'bugfix/event_argspec_in_python_2' into feature/OP-3845_nuke-convert-to-new-publisher
This commit is contained in:
commit
24598ca516
42 changed files with 1070 additions and 120 deletions
|
|
@ -149,6 +149,14 @@
|
|||
"Main"
|
||||
]
|
||||
},
|
||||
"CreateProxyAlembic": {
|
||||
"enabled": true,
|
||||
"write_color_sets": false,
|
||||
"write_face_sets": false,
|
||||
"defaults": [
|
||||
"Main"
|
||||
]
|
||||
},
|
||||
"CreateMultiverseUsd": {
|
||||
"enabled": true,
|
||||
"defaults": [
|
||||
|
|
@ -171,7 +179,21 @@
|
|||
"enabled": true,
|
||||
"defaults": [
|
||||
"Main"
|
||||
]
|
||||
],
|
||||
"expandProcedurals": false,
|
||||
"motionBlur": true,
|
||||
"motionBlurKeys": 2,
|
||||
"motionBlurLength": 0.5,
|
||||
"maskOptions": false,
|
||||
"maskCamera": false,
|
||||
"maskLight": false,
|
||||
"maskShape": false,
|
||||
"maskShader": false,
|
||||
"maskOverride": false,
|
||||
"maskDriver": false,
|
||||
"maskFilter": false,
|
||||
"maskColor_manager": false,
|
||||
"maskOperator": false
|
||||
},
|
||||
"CreateAssembly": {
|
||||
"enabled": true,
|
||||
|
|
@ -250,6 +272,9 @@
|
|||
"CollectFbxCamera": {
|
||||
"enabled": false
|
||||
},
|
||||
"CollectGLTF": {
|
||||
"enabled": false
|
||||
},
|
||||
"ValidateInstanceInContext": {
|
||||
"enabled": true,
|
||||
"optional": true,
|
||||
|
|
@ -569,6 +594,12 @@
|
|||
"optional": false,
|
||||
"active": true
|
||||
},
|
||||
"ExtractProxyAlembic": {
|
||||
"enabled": true,
|
||||
"families": [
|
||||
"proxyAbc"
|
||||
]
|
||||
},
|
||||
"ExtractAlembic": {
|
||||
"enabled": true,
|
||||
"families": [
|
||||
|
|
@ -915,7 +946,7 @@
|
|||
"current_context": [
|
||||
{
|
||||
"subset_name_filters": [
|
||||
"\".+[Mm]ain\""
|
||||
".+[Mm]ain"
|
||||
],
|
||||
"families": [
|
||||
"model"
|
||||
|
|
@ -932,7 +963,8 @@
|
|||
"subset_name_filters": [],
|
||||
"families": [
|
||||
"animation",
|
||||
"pointcache"
|
||||
"pointcache",
|
||||
"proxyAbc"
|
||||
],
|
||||
"repre_names": [
|
||||
"abc"
|
||||
|
|
@ -1007,4 +1039,4 @@
|
|||
"ValidateNoAnimation": false
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue