Add newlines to the end of all files

This commit is contained in:
Chris Burel
2021-04-21 09:50:30 -07:00
parent 0fa00a117c
commit 28170ffe41
3622 changed files with 3629 additions and 3629 deletions
@@ -32,4 +32,4 @@ __all__ = ['blender_materials',
'materials_export',
'max_materials',
'maya_materials',
'model']
'model']
@@ -157,4 +157,4 @@ if __name__ == '__main__':
# print(value)
# scene_information.append(value)
# initialize_scene(scene_information)
# instance = BlenderMaterials(file_list, total_material_count)
# instance = BlenderMaterials(file_list, total_material_count)
@@ -85,4 +85,4 @@ POPD
:END_OF_FILE
exit /b 0
exit /b 0
@@ -1073,4 +1073,4 @@ def launch_kitbash_converter():
if __name__ == '__main__':
launch_kitbash_converter()
launch_kitbash_converter()
@@ -369,4 +369,4 @@ base_directory = sys.argv[-2]
_LOGGER.info('Base Directory: {}'.format(base_directory))
relative_destination_path = sys.argv[-1].replace('/', '\\')
_LOGGER.info('Relative Destination Path: {}'.format(relative_destination_path))
ProcessFbxFile(fbx_file, base_directory, relative_destination_path)
ProcessFbxFile(fbx_file, base_directory, relative_destination_path)
@@ -37,4 +37,4 @@ settings = _config.get_config_settings(setup_ly_pyside=True)
from main import launch_kitbash_converter
launch_kitbash_converter()
launch_kitbash_converter()
@@ -45,4 +45,4 @@ ENDLOCAL
:: Return to starting directory
POPD
:END_OF_FILE
:END_OF_FILE
@@ -68,4 +68,4 @@ POPD
:END_OF_FILE
exit /b 0
exit /b 0
@@ -81,4 +81,4 @@ ENDLOCAL
:: Return to starting directory
POPD
:END_OF_FILE
:END_OF_FILE
@@ -72,4 +72,4 @@ GOTO END_OF_FILE
:: Return to starting directory
POPD
:END_OF_FILE
:END_OF_FILE
@@ -74,4 +74,4 @@ FBX_ASSIGNED_GEO = 'assigned'
# Threshold values for baked vertex color
# id mask images when no UVs present
EMPTY_IMAGE_LOW = 260000
EMPTY_IMAGE_LOW = 270000
EMPTY_IMAGE_LOW = 270000
@@ -163,4 +163,4 @@ if __name__ == '__main__':
if __name__ == "__main__":
maya_client = MayaClient()
maya_client = MayaClient()
@@ -11,4 +11,4 @@
__all__ = ['atom_mat',
'fbx_to_atom',
'stingraypbs_converter',
'stingraypbs_converter_maya']
'stingraypbs_converter_maya']
@@ -63,4 +63,4 @@ class AtomMaterial:
output_data = open(material_out, "w+")
output_data.write(json.dumps(self.mat_box, indent=4))
output_data.close()
# -------------------------------------------------------------------------
# -------------------------------------------------------------------------
@@ -64,4 +64,4 @@ class FBX:
if __name__ == "__main__":
fbx01 = FBX(fbx_root + 'peccy_01.fbx')
fbx01.create_atom_material()
fbx01.create_atom_material()