blender-trackmania-tools
blender-trackmania-tools copied to clipboard
[FAQ] How to change paths to custom directories ?
Replace this line with the path to your Trackmania installation folder https://github.com/ataulien/blender-trackmania-tools/blob/657070325ee7c2f99db03bec36987ecd042c8a6c/TrackmaniaExport.py#L71
Replace in this line the path to your trackmania personal folder usually "C:\Users\USERNAME\Documents\Trackmania" but could also be "C:\Users\USERNAME\OneDrive\Documents\Trackmania" on some Windows 10 installs https://github.com/ataulien/blender-trackmania-tools/blob/657070325ee7c2f99db03bec36987ecd042c8a6c/TrackmaniaExport.py#L92
Then install the script in Blender. if you already installed the script in blender, you can edit it here
"%APPDATA%\Blender Foundation\Blender\2.93\Scripts\addon\TrackmaniaExport.py" (replace 2.93 by your current blender version of course)
Note :
Always use /
or \\
as slashes in paths, never single backslahes (\
)