From 88ddcf24aba670eae44303e959421b8f26c55cec Mon Sep 17 00:00:00 2001 From: joric Date: Wed, 24 Jan 2018 09:39:59 +0500 Subject: [PATCH] added link to repository --- io_scene_b3d/B3DParser.py | 2 +- io_scene_b3d/import_b3d.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/io_scene_b3d/B3DParser.py b/io_scene_b3d/B3DParser.py index 76ebbfe..f2f5634 100644 --- a/io_scene_b3d/B3DParser.py +++ b/io_scene_b3d/B3DParser.py @@ -1,5 +1,5 @@ #!/bin/python3 -# by Joric +# by Joric, http://github.com/joric/io_scene_b3d import os import struct diff --git a/io_scene_b3d/import_b3d.py b/io_scene_b3d/import_b3d.py index 4b4f49f..ca0eb7e 100644 --- a/io_scene_b3d/import_b3d.py +++ b/io_scene_b3d/import_b3d.py @@ -1,5 +1,5 @@ #!/bin/python3 -# by Joric +# by Joric, http://github.com/joric/io_scene_b3d try: from B3DParser import *