Blender Git Loki
Git Commits -> Revision dacdfbe
Revision dacdfbe by Campbell Barton (master) January 3, 2011, 08:28 (GMT) |
recent change to keyframe menu broke BVH import, now don't use the operator at all, instead assign the action manually. Also added bpy.path.display_name_from_filepath(), since filepaths are not ensured to be utf8. same as calling: os.path.splitext(os.path.basename(name))[0].encode("utf8", "replace").decode("utf8") |
Commit Details:
Full Hash: dacdfbe6f3c9f777d3b97d159baf382aeec82cdd
SVN Revision: 34028
Parent Commit: e6d1f25
Lines Changed: +39, -42