Blender Git Loki
Git Commits -> Revision 3aea569
Revision 3aea569 by Campbell Barton (master) September 19, 2018, 00:59 (GMT) |
Cleanup: rename BLI_simple_expr -> BLI_expr_pylike_eval Simple isn't a good prefix for library names since lots of unrelated modules could be called 'simple'. Include 'py' in module name since this is a subset of Python, one of the main motivations for this is to be Python like/compatible. |
Commit Details:
Full Hash: 3aea5695bbdcf83c5c7769a629e0a2e4db0c85bc
Parent Commit: 345c348
Lines Changed: +1364, -1362
3 Added Paths:
/source/blender/blenlib/BLI_expr_pylike_eval.h (+63, -0) (View)
/source/blender/blenlib/intern/expr_pylike_eval.c (+972, -0) (View)
/tests/gtests/blenlib/BLI_expr_pylike_eval_test.cc (+310, -0) (View)
/source/blender/blenlib/intern/expr_pylike_eval.c (+972, -0) (View)
/tests/gtests/blenlib/BLI_expr_pylike_eval_test.cc (+310, -0) (View)
3 Deleted Paths:
/source/blender/blenlib/BLI_simple_expr.h (+0, -96)
/source/blender/blenlib/intern/simple_expr.c (+0, -938)
/tests/gtests/blenlib/BLI_simple_expr_test.cc (+0, -310)
/source/blender/blenlib/intern/simple_expr.c (+0, -938)
/tests/gtests/blenlib/BLI_simple_expr_test.cc (+0, -310)