blender/release/scripts/modules/bpy
Campbell Barton 98752a1f30 py api additions needed for fixing [#34864].
- add rna property 'as_bytes' method so you can get a string property as python bytes (bypass encoding).
- make bpy.path.abspath/relpath compatible with bytes.
- add 'relpath' option to bpy_extras.image_utils.load_image(), so you can load an image relative to a path.
2013-04-05 00:30:32 +00:00
..
__init__.py use import rather then assignment for loading '_' into scripts. 2013-02-10 09:56:05 +00:00
ops.py bpy.ops module/caller classes incorrectly had __keys__ rather then __slots__. 2012-12-06 03:09:06 +00:00
path.py py api additions needed for fixing [#34864]. 2013-04-05 00:30:32 +00:00
utils.py Big i18n tools update, I/II. 2013-02-24 08:50:55 +00:00