mirror of
https://github.com/YorhaX2P/NieR2Blender2NieR-PS4.git
synced 2026-08-26 19:43:33 +00:00
Updated addon version number
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
bl_info = {
|
||||
"name": "Nier2Blender2NieR (NieR:Automata Data Exporter)",
|
||||
"author": "Woeful_Wolf & RaiderB",
|
||||
"version": (0, 3, 0),
|
||||
"version": (0, 3, 1),
|
||||
"blender": (2, 80, 0),
|
||||
"description": "Import/Export NieR:Automata WMB/WTP/WTA/DTT/DAT/COL/LAY files.",
|
||||
"category": "Import-Export"}
|
||||
|
||||
+1
-1
@@ -139,7 +139,7 @@ def create_wmb(filepath):
|
||||
|
||||
def close_wmb(wmb_file, generated_data):
|
||||
wmb_file.seek(generated_data.lods_Offset-52)
|
||||
write_string(wmb_file, 'WMB created with Blender2NieR v0.3.0 by Woeful_Wolf')
|
||||
write_string(wmb_file, 'WMB created with Blender2NieR v0.3.1 by Woeful_Wolf')
|
||||
wmb_file.flush()
|
||||
wmb_file.close()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user