|
Blender V4.3
|
Public Attributes | |
| int | ops_count |
| int | max_stack |
| ExprOp | ops [] |
Definition at line 99 of file expr_pylike_eval.c.
| int ExprPyLike_Parsed::max_stack |
Definition at line 101 of file expr_pylike_eval.c.
Referenced by BLI_expr_pylike_eval(), and BLI_expr_pylike_parse().
| ExprOp ExprPyLike_Parsed::ops[] |
Definition at line 103 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 100 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().