Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-08-20 08:39:08 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-08-20 08:39:08 +0300
commita10a7f42de29d251e27f6b85e7f3cac26e6843ed (patch)
treed831f64eac4e372ced2bbbbc448f0b06f3d360c6 /source/blender/python/intern/bpy_props.c
parent2ff9c8a3bc51142a1d7ad19d8b772b58e4dcc890 (diff)
PyAPI: Integer conversion functions
Python's C-API doesn't provide functions to get int's at specific integer sizes. Leaving the caller to check for overflow, which ended up being ignored in practice. Add API functions that convert int/uint 8/16/32/64, also bool. Raising overflow exception for unsupported ranges.
Diffstat (limited to 'source/blender/python/intern/bpy_props.c')
0 files changed, 0 insertions, 0 deletions