ImageNodeInfo#
(Info)
- Category:
Image
- Default object name:
info
- Inherits from: ProjectItem > ImageNode
Description#
Node info
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
string |
layer_info |
VISUAL_HINT_MULTILINE |
Blah blah. |
string |
channel_info |
VISUAL_HINT_MULTILINE |
Blah blah. |
string |
metadata |
VISUAL_HINT_MULTILINE |
Blah blah. |
string |
resolution_preset |
VISUAL_HINT_ENUM |
|
long |
width |
VISUAL_HINT_DEFAULT |
|
long |
height |
VISUAL_HINT_DEFAULT |
|
long[4] |
data_window |
VISUAL_HINT_PIXEL |
|
reference (ImageNode ) |
a |
VISUAL_HINT_DEFAULT |
Define the A image. |
Inherited Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
bool |
thumbnail |
VISUAL_HINT_DEFAULT |
Enable/Disable the display of the node thumbnail in the Build View. |
double |
thumbnail_size |
VISUAL_HINT_DEFAULT |
Set the size of the thumbnail in the Build View. |
long |
caching |
VISUAL_HINT_DEFAULT |
Cache result of this node |
action |
clear_cache |
VISUAL_HINT_DEFAULT |
Clear the internal image cached by the node. If you clear the image cache, the node will request an evaluation when displayed by the Image View. |
bool |
pass_through |
VISUAL_HINT_DEFAULT |
Enable pass through. If enabled, the node returns the input specified as Master Input. |
string |
master_input |
VISUAL_HINT_TAG |
Define which input should be returned by the node if Pass Through is enabled. |
CID#
class "ImageNodeInfo" "ImageNode" {
#license {
flavor "advanced"
}
#version 0.92
icon "../icons/object_icons/image_node_info.iconrc"
category "Image"
doc "Node info"
multiline "layer_info" {
doc "Blah blah."
dg_active no
value ""
}
multiline "channel_info" {
doc "Blah blah."
dg_active no
value ""
}
multiline "metadata" {
doc "Blah blah."
dg_active no
value ""
}
attribute_group "window" {
enum "resolution_preset" {
filter "resolution_preset"
output "image"
value "NULL (2x2)"
}
long "width" {
output "image"
numeric_range yes 2 16384
ui_range yes 2 16384
value 2
}
long "height" {
output "image"
numeric_range yes 2 16384
ui_range yes 2 16384
value 2
}
bool "specify_data_window" {
hidden yes
value no
}
pixel[4] "data_window" {
output "image"
animatable yes
numeric_range yes -16484 16384
ui_range yes -16484 16384
value 0 0 2 2
}
}
attribute_group "input" {
reference "a" {
doc "Define the A image."
filter "ImageNode"
dirtiness_pass_through yes
value ""
}
}
attribute_group "ModuleImageNodeCanvas" {
doc "null"
}
attribute_group "ModuleImageNodeInput.a" {
doc "a"
}
}