Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
bump min blender version to 3.6
  • Loading branch information
Simarilius-uk authored Dec 21, 2023
1 parent 50a0007 commit b85013d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions i_scene_cp77_gltf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"name": "Cyberpunk 2077 IO Suite",
"author": "HitmanHimself, Turk, Jato, dragonzkiller, kwekmaster, glitchered, Simarilius, Doctor Presto, shotlastc, Rudolph2109",
"version": (1, 5, 2),
"blender": (3, 1, 0),
"blender": (3, 6, 0),
"location": "File > Import-Export",
"description": "Import and Export WolvenKit Cyberpunk2077 gLTF models with materials, Import .streamingsector and .ent from .json",
"warning": "",
Expand Down Expand Up @@ -1437,4 +1437,4 @@ def unregister():
custom_icon_col.clear()

if __name__ == "__main__":
register()
register()

0 comments on commit b85013d

Please sign in to comment.