|
Blender V4.5
|
Public Attributes | |
| int | ival |
| double | dval |
| void * | ptr |
| UnaryOpFunc | func1 |
| BinaryOpFunc | func2 |
| TernaryOpFunc | func3 |
Definition at line 89 of file expr_pylike_eval.cc.
| double ExprOp::[union].arg dval |
| UnaryOpFunc ExprOp::[union].arg func1 |
| BinaryOpFunc ExprOp::[union].arg func2 |
| TernaryOpFunc ExprOp::[union].arg func3 |
| int ExprOp::[union].arg ival |
| void* ExprOp::[union].arg ptr |