ImageNodeOffset#
(Offset)
- Category:
Image
- Default object name:
offset
- Inherits from: ProjectItem > ImageNode
Description#
Offsets image.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
reference (ImageNode ) |
a |
VISUAL_HINT_DEFAULT |
Define the A image. |
long |
offset_x |
VISUAL_HINT_PIXEL |
Specify the number of pixels the input image should be translated in X. |
long |
offset_y |
VISUAL_HINT_PIXEL |
Specify the number of pixels the input image should be translated in Y. |
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 "ImageNodeOffset" "ImageNode" {
#license {
flavor "advanced"
}
#version 0.93
icon "../icons/object_icons/image_node_offset.iconrc"
category "Image"
doc "Offsets image."
attribute_group "input" {
reference "a" {
doc "Define the A image."
filter "ImageNode"
dirtiness_pass_through yes
value ""
}
}
attribute_group "options" {
pixel "offset_x" {
doc "Specify the number of pixels the input image should be translated in X."
output "image"
value 0
}
pixel "offset_y" {
doc "Specify the number of pixels the input image should be translated in Y."
output "image"
value 0
}
}
attribute_group "ModuleImageNodeInput.a" {
doc "a"
}
}