ayon-core/openpype/settings/defaults/project_settings/max.json
2023-04-21 11:52:34 +02:00

35 lines
942 B
JSON

{
"imageio": {
"activate_host_color_management": true,
"set_ocio_config": false,
"ocio_config": {
"override_global_config": false,
"filepath": []
},
"file_rules": {
"override_global_rules": 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"
}
}
}