mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
23 lines
626 B
JSON
23 lines
626 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|