blender/release/scripts/op/io_scene_x3d
Campbell Barton 39cb1432d8 bugfix [#23285] Exporters not available whel using special characters in path name
- ID properties now suopport non utf-8 strings for their values but not their keys.
- moved utility functions into py_capi_utils.c from bpy_utils and bpy_rna.
- import/export paths have to be printed with repr() or %r, so non utf-8 chars are escaped.
2010-09-01 14:13:48 +00:00
..
__init__.py finished moving importers and exporters into python packages (as proposed on the mailing list). 2010-09-01 12:11:34 +00:00
export_x3d.py bugfix [#23285] Exporters not available whel using special characters in path name 2010-09-01 14:13:48 +00:00