SubPixelFilterCryptomatte#
(Cryptomatte)
- Category:
SubPixelFilter
- Default object name:
cryptomatte
- Inherits from: ProjectItem > SubPixelFilter
No corresponding User page.
Description#
Generate Cryptomatte masks.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
long |
output_material |
VISUAL_HINT_DEFAULT |
Compute and write material cryptomatte data. 'AOVs Only' outputs AOVs and minimal metadata. 'AOVs and Manifest' outputs AOVs and all metadata including the manifest. |
long |
output_object |
VISUAL_HINT_DEFAULT |
Compute and write object cryptomatte data. 'AOVs Only' outputs AOVs and minimal metadata. 'AOVs and Manifest' outputs AOVs and all metadata including the manifest. |
long |
output_asset |
VISUAL_HINT_DEFAULT |
Compute and write asset cryptomatte data. 'AOVs Only' outputs AOVs and minimal metadata. 'AOVs and Manifest' outputs AOVs and all metadata including the manifest. |
CID#
class "SubPixelFilterCryptomatte" "SubPixelFilter" {
#version 0.2
icon "../icons/object_icons/sub_pixel_filter_cryptomatte.iconrc"
category "SubPixelFilter"
doc "Generate Cryptomatte masks."
attribute_group "cryptomatte" {
long "output_material" {
doc "Compute and write material cryptomatte data. \'AOVs Only\' outputs AOVs and minimal metadata. \'AOVs and Manifest\' outputs AOVs and all metadata including the manifest."
preset "Off" "0"
preset "AOVs Only" "1"
preset "AOVs and Manifest" "2"
value 1
}
long "output_object" {
doc "Compute and write object cryptomatte data. \'AOVs Only\' outputs AOVs and minimal metadata. \'AOVs and Manifest\' outputs AOVs and all metadata including the manifest."
preset "Off" "0"
preset "AOVs Only" "1"
preset "AOVs and Manifest" "2"
value 1
}
long "output_asset" {
doc "Compute and write asset cryptomatte data. \'AOVs Only\' outputs AOVs and minimal metadata. \'AOVs and Manifest\' outputs AOVs and all metadata including the manifest."
preset "Off" "0"
preset "AOVs Only" "1"
preset "AOVs and Manifest" "2"
value 1
}
}
}