mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge branch 'develop' into houdini_opengl
This commit is contained in:
commit
eb0f15002b
31 changed files with 924 additions and 325 deletions
|
|
@ -869,7 +869,6 @@
|
|||
"dynamics": false,
|
||||
"fluids": false,
|
||||
"follicles": false,
|
||||
"gpuCacheDisplayFilter": false,
|
||||
"greasePencils": false,
|
||||
"grid": false,
|
||||
"hairSystems": true,
|
||||
|
|
@ -896,7 +895,10 @@
|
|||
"polymeshes": true,
|
||||
"strokes": false,
|
||||
"subdivSurfaces": false,
|
||||
"textures": false
|
||||
"textures": false,
|
||||
"pluginObjects": {
|
||||
"gpuCacheDisplayFilter": false
|
||||
}
|
||||
},
|
||||
"Camera Options": {
|
||||
"displayGateMask": false,
|
||||
|
|
@ -930,6 +932,21 @@
|
|||
},
|
||||
"ExtractLook": {
|
||||
"maketx_arguments": []
|
||||
},
|
||||
"ExtractGPUCache": {
|
||||
"enabled": false,
|
||||
"families": [
|
||||
"model",
|
||||
"animation",
|
||||
"pointcache"
|
||||
],
|
||||
"step": 1.0,
|
||||
"stepSave": 1,
|
||||
"optimize": true,
|
||||
"optimizationThreshold": 40000,
|
||||
"optimizeAnimationsForMotionBlur": true,
|
||||
"writeMaterials": true,
|
||||
"useBaseTessellation": true
|
||||
}
|
||||
},
|
||||
"load": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue