blender/source
Campbell Barton 2ceff8bd63 Python: Allow untrusted py-drivers to run limited expressions
Limit to a restricted set of built-ins, as well as the math module.
Also restrict of op-codes, disallowing imports and attribute access.

This allows most math expressions to run
without any performance cost once the initial check is done.

See: D1862 for details.
2018-06-17 20:01:05 +02:00
..
blender Python: Allow untrusted py-drivers to run limited expressions 2018-06-17 20:01:05 +02:00
blenderplayer Cleanup: trailing space for remaining source/ 2018-06-17 17:06:28 +02:00
creator Cleanup: trailing space for remaining source/ 2018-06-17 17:06:28 +02:00
gameengine Cleanup: trailing space in source/gameengine/ 2018-06-17 17:03:10 +02:00
tools@87f7038ee8 Cleanup: trailing space for remaining source/ 2018-06-17 17:06:28 +02:00
CMakeLists.txt