|
Blender
V2.93
|
Public Attributes | |
| int | ops_count |
| int | max_stack |
| ExprOp | ops [] |
Definition at line 114 of file expr_pylike_eval.c.
| int ExprPyLike_Parsed::max_stack |
Definition at line 116 of file expr_pylike_eval.c.
Referenced by BLI_expr_pylike_eval(), and BLI_expr_pylike_parse().
| ExprOp ExprPyLike_Parsed::ops[] |
Definition at line 118 of file expr_pylike_eval.c.
Referenced by BLI_expr_pylike_eval(), BLI_expr_pylike_is_constant(), BLI_expr_pylike_is_using_param(), and BLI_expr_pylike_parse().
| int ExprPyLike_Parsed::ops_count |
Definition at line 115 of file expr_pylike_eval.c.
Referenced by BLI_expr_pylike_eval(), BLI_expr_pylike_is_constant(), BLI_expr_pylike_is_using_param(), BLI_expr_pylike_is_valid(), and BLI_expr_pylike_parse().