Add newlines to the end of all files
This commit is contained in:
+1
-1
@@ -32,4 +32,4 @@ __all__ = ['blender_materials',
|
||||
'materials_export',
|
||||
'max_materials',
|
||||
'maya_materials',
|
||||
'model']
|
||||
'model']
|
||||
|
||||
+1
-1
@@ -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)
|
||||
|
||||
+1
-1
@@ -85,4 +85,4 @@ POPD
|
||||
|
||||
:END_OF_FILE
|
||||
|
||||
exit /b 0
|
||||
exit /b 0
|
||||
|
||||
+1
-1
@@ -1073,4 +1073,4 @@ def launch_kitbash_converter():
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
launch_kitbash_converter()
|
||||
launch_kitbash_converter()
|
||||
|
||||
+1
-1
@@ -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)
|
||||
|
||||
+1
-1
@@ -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()
|
||||
|
||||
+1
-1
@@ -45,4 +45,4 @@ ENDLOCAL
|
||||
:: Return to starting directory
|
||||
POPD
|
||||
|
||||
:END_OF_FILE
|
||||
:END_OF_FILE
|
||||
|
||||
+1
-1
@@ -68,4 +68,4 @@ POPD
|
||||
|
||||
:END_OF_FILE
|
||||
|
||||
exit /b 0
|
||||
exit /b 0
|
||||
|
||||
+1
-1
@@ -81,4 +81,4 @@ ENDLOCAL
|
||||
:: Return to starting directory
|
||||
POPD
|
||||
|
||||
:END_OF_FILE
|
||||
:END_OF_FILE
|
||||
|
||||
+1
-1
@@ -72,4 +72,4 @@ GOTO END_OF_FILE
|
||||
:: Return to starting directory
|
||||
POPD
|
||||
|
||||
:END_OF_FILE
|
||||
:END_OF_FILE
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -163,4 +163,4 @@ if __name__ == '__main__':
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
maya_client = MayaClient()
|
||||
maya_client = MayaClient()
|
||||
|
||||
+1
-1
@@ -11,4 +11,4 @@
|
||||
__all__ = ['atom_mat',
|
||||
'fbx_to_atom',
|
||||
'stingraypbs_converter',
|
||||
'stingraypbs_converter_maya']
|
||||
'stingraypbs_converter_maya']
|
||||
|
||||
+1
-1
@@ -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()
|
||||
# -------------------------------------------------------------------------
|
||||
# -------------------------------------------------------------------------
|
||||
|
||||
+1
-1
@@ -64,4 +64,4 @@ class FBX:
|
||||
|
||||
if __name__ == "__main__":
|
||||
fbx01 = FBX(fbx_root + 'peccy_01.fbx')
|
||||
fbx01.create_atom_material()
|
||||
fbx01.create_atom_material()
|
||||
|
||||
Reference in New Issue
Block a user