SeExpr#
(Se Expr)
- Category:
Language
- Default object name:
se_expr
- Inherits from: Language
No corresponding User page.
Description#
Binding of the SeExpr language to Clarisse's API.
Inherited Public Attributes#
Type | Name | Visual Hint | Description |
---|---|---|---|
string[1] |
extensions |
VISUAL_HINT_DEFAULT |
Specify the file extensions handled by the script module. |
bool |
rebuild_completion |
VISUAL_HINT_DEFAULT |
CID#
class "SeExpr" "Language" {
#version 0.9
doc "Binding of the SeExpr language to Clarisse\'s API."
set "extensions" {
private no
hidden no
saveable yes
texturable no
animatable no
slider no
numeric_range no 0.0 1
ui_range no 0.0 1
dg_active yes
dg_cyclic no
dirtiness_pass_through no
read_only no
shading_variable no
experimental no
advanced no
overriden no
promote_attribute no
allow_expression yes
localizable yes
value "se"
}
set "keywords" {
private no
hidden yes
saveable yes
texturable no
animatable no
slider no
numeric_range no 0.0 1
ui_range no 0.0 1
dg_active yes
dg_cyclic no
dirtiness_pass_through no
read_only no
shading_variable no
experimental no
advanced no
overriden no
promote_attribute no
allow_expression yes
localizable yes
value "global" "local" "alembic" "extern" "def" "if" "else"
}
set "reserved" {
private no
hidden yes
saveable yes
texturable no
animatable no
slider no
numeric_range no 0.0 1
ui_range no 0.0 1
dg_active yes
dg_cyclic no
dirtiness_pass_through no
read_only no
shading_variable no
experimental no
advanced no
overriden no
promote_attribute no
allow_expression yes
localizable yes
value "E" "PI" "linear" "smooth" "gaussian" "box"
}
set "line_comments" {
private no
hidden yes
saveable yes
texturable no
animatable no
slider no
numeric_range no 0.0 1
ui_range no 0.0 1
dg_active yes
dg_cyclic no
dirtiness_pass_through no
read_only no
shading_variable no
experimental no
advanced no
overriden no
promote_attribute no
allow_expression yes
localizable yes
value "#"
}
}