Cleanup: make file headers more consistent

Also some descriptive text into doc-strings.
This commit is contained in:
2022-02-09 23:25:53 +11:00
parent b4700a13c6
commit 312d6925c4
24 changed files with 37 additions and 43 deletions

View File

@@ -16,10 +16,12 @@
# Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#
# ##### END GPL LICENSE BLOCK #####
#
# Call as follows:
# python collada_mesh_simple.py --blender PATH_TO_BLENDER_EXE --testdir PATH_TO_SVN/lib/tests/collada/mesh
#
"""
Call as follows:
python collada_mesh_simple.py --blender PATH_TO_BLENDER_EXE --testdir PATH_TO_SVN/lib/tests/collada/mesh
"""
import sys
import bpy
import argparse