TextureOperator#
(Operator)
- Abstract Class
- Category:
Texture
- Default object name:
operator
- Inherits from: ProjectItem
- Inherited by: Texture
No corresponding User page.
Description#
General description of user editable objects stored in project files.
Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
bool |
pass_through |
VISUAL_HINT_DEFAULT |
If checked, the current texture is not evaluated and the value of the attribute selected in Pass Through Attribute is directly forwarded. |
string |
master_input |
VISUAL_HINT_TAG |
Name of the attribute that will be used as output if Pass Through is enabled. |
CID#
class "TextureOperator" "ProjectItem" {
abstract yes
#version 0.9
icon "../icons/object_icons/texture.iconrc"
category "Texture"
attribute_group "pass through" {
doc "General description of textures in Clarisse, and textures evaluated by external renderers integrated in Clarisse."
collapsed yes
bool "pass_through" {
doc "If checked, the current texture is not evaluated and the value of the attribute selected in Pass Through Attribute is directly forwarded."
value no
}
tag "master_input" {
doc "Name of the attribute that will be used as output if Pass Through is enabled."
value ""
}
}
}