remove prints
This commit is contained in:
@@ -581,8 +581,7 @@ class DNA_IO:
|
|||||||
stringw = astring[0:fieldlen]
|
stringw = astring[0:fieldlen]
|
||||||
else:
|
else:
|
||||||
stringw = astring + b'\0'
|
stringw = astring + b'\0'
|
||||||
print(stringw)
|
|
||||||
print(handle)
|
|
||||||
handle.write(stringw)
|
handle.write(stringw)
|
||||||
|
|
||||||
_STRING = [struct.Struct("%ds" % i) for i in range(0, 2048)]
|
_STRING = [struct.Struct("%ds" % i) for i in range(0, 2048)]
|
||||||
|
@@ -68,8 +68,8 @@ class FilePath:
|
|||||||
lib_id = block[b"lib"]
|
lib_id = block[b"lib"]
|
||||||
lib = blend.find_block_from_offset(lib_id)
|
lib = blend.find_block_from_offset(lib_id)
|
||||||
# print(block.fields)
|
# print(block.fields)
|
||||||
print(block)
|
# print(block)
|
||||||
print(lib)
|
# print(lib)
|
||||||
# import IPython; IPython.embed()
|
# import IPython; IPython.embed()
|
||||||
|
|
||||||
blend.close()
|
blend.close()
|
||||||
|
Reference in New Issue
Block a user