Blender Git Commit Log

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

2 Modified Paths:

/release/scripts/modules/bpy/path.py (+7, -0) (Diff)
/release/scripts/op/io_anim_bvh/import_bvh.py (+32, -42) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021