Skip to content

Commit

Permalink
+ the start file of blender plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
redsuns-chan committed Jul 25, 2022
1 parent fbffe3b commit 58e89ba
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions blender-hex-to-obj.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

import bpy

bl_info = {
"name": "hex-to-obj blender",
"blender": (3, 2, 1),
"category": "Object",
}

def register():
print("register hex-to-obj")

def unregister():
print("de-register hex-to-obj")

0 comments on commit 58e89ba

Please sign in to comment.