ayon-core/openpype/settings/defaults/project_settings/max.json
Jakub Jezek b430d9f71d
cross hosts: enhancing imageio settings with Enable toggle
also adding imageio settings to Max
2023-03-23 21:05:56 +01:00

34 lines
857 B
JSON

{
"imageio": {
"enabled": false,
"ocio_config": {
"enabled": false,
"filepath": []
},
"file_rules": {
"enabled": false,
"rules": {}
}
},
"RenderSettings": {
"default_render_image_folder": "renders/3dsmax",
"aov_separator": "underscore",
"image_format": "exr",
"multipass": true
},
"PointCloud":{
"attribute":{
"Age": "age",
"Radius": "radius",
"Position": "position",
"Rotation": "rotation",
"Scale": "scale",
"Velocity": "velocity",
"Color": "color",
"TextureCoordinate": "texcoord",
"MaterialID": "matid",
"custFloats": "custFloats",
"custVecs": "custVecs"
}
}
}