Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
neumond committed Jul 9, 2017
1 parent 03151e4 commit 18df2ad
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions io_scene_md3/export_md3.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ def prepare_name(name):
return name


def tag_start_frame(ctx, i, file):
bpy.context.scene.frame_set(bpy.context.scene.frame_start + i)


def tag_end_frame(ctx, i, file):
pass


def gather_shader_info(mesh):
'Returning uvmap name, texture name list'
uv_maps = {}
Expand Down

0 comments on commit 18df2ad

Please sign in to comment.