The Flame Launcher aka bringing back switchable user Profiles for everyone

Autodesk took away our selectable users during project launch.

So I finally went ahead and made a custom launcher for macOS , should work on linux with some adjustments but untested , dont want to deal with roaming profiles and Active directory? me neither.

super barebones stuff, but should get you up and running rather fast

what it does:

→ Scans all installed flame versions and lists them with the newest installed version on top
→ Lists all available users and sets “DL_USER_HOME”
→ launches flame in a terminal so you can see logs if it crashes
→ Can be expanded to set more environment variables

it saves the last used user and flame version to your OS accounts library so it will always default back to it.

How to make this work for your studio:

  1. Change the line 23 in the .py file (open with a code editor or… textedit) self.user_profiles_path = “/Volumes/stone/central/user_profiles” to a folder containing subfolders for all your users

Step2: create the subfolders mentioned above /my/profiles/location/finn/flame and /my/profiles/location/bernd/flame

Step3: click on launchflame.command

use a single word nickname for the subfolders, I do not
think my code support “the Master of the Universe” subfolder names…
you can make that a location on your NAS of course.

You can now copy your own local profile (~/Library/preferences/Autodesk/flame) to that location or just start flame with that user home and flame will create a brand new profile.

if this gains more traction and people want to use it I am happy to throw it in the portal or make the repo on github public, just lmk, hope it helps :slight_smile:

grab it while its hooot: rpb_flamelauncher.zip (2.4 KB)

14 Likes

Thanks dude! Can’t wait to try it

1 Like

I can report that it works on linux, without any extra packaged needed. Tested on a fresh new Rocky Linux 9.3 installation.

Thought the tkinter UI is ugly. Maybe it could be adapted changing tkinter by this nice resource written by MikeV for QT and get flame’s UI

1 Like

yea sure I just dont know QT and wouldnt that make it less portable across systems? seems like a large overhead getting QT in there for a simple launcher

1 Like