Skip to content

Commit

Permalink
Fix exporter on non-windows operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcassidy authored and moppius committed May 20, 2020
1 parent 7289cdd commit 990a4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporter/export_collection.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from ..utils.functions import export_fbx, export_obj, remove_numeric_suffix, SceneState, unlink_collection


RELATIVE_ROOT = ".\\"
RELATIVE_ROOT = "./"


def get_export_filename(export_name, export_type, include_extension=True):
Expand Down

0 comments on commit 990a4b9

Please sign in to comment.