Skip to content

Commit

Permalink
Import_max: Removed unused code
Browse files Browse the repository at this point in the history
Removed unused code
  • Loading branch information
nrgsille76 authored Jun 28, 2024
1 parent ef161d1 commit c456c05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/import_max.py
Original file line number Diff line number Diff line change
Expand Up @@ -1132,7 +1132,6 @@ def get_bitmap(chunk):
matlib = pathlink.children[0]
if (matlib and matlib.data):
idsize = len(matlib.data[:-4])
assetid = struct.unpack('<' + 'IH' * int(idsize / 6), matlib.data[:idsize])
metaidx = get_longs(matlib.data, idsize, len(matlib.data[idsize:]) // 4)[0]
pathstring = get_metadata(metaidx[0])
return pathstring
Expand Down

0 comments on commit c456c05

Please sign in to comment.