Difference between revisions of "FAQ:Where are my MakeHuman files found (where is my HOME directory)?"

From MakeHuman Community Wiki
Jump to: navigation, search
(Created page with "The Home folder location depends on where your operating system (Windows, Linux Osx, etc..) stores documents, pictures, files, settings, preference, videos, and music by defa...")
 
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
The Home folder location depends on where your operating system (Windows, Linux Osx, etc..)  stores documents, pictures, files, settings, preference, videos, and music by default.  Here is the basic guide:
+
TL;DR:  
  
* Microsoft Windows NT:  <root>\WINNT\Profiles\<username>
+
* On windows, your files are usually in "MY DOCUMENTS"\makehuman\v1py3
* Microsoft Windows 2000, XP and 2003: <root>\Documents and Settings\<username>
+
* On linux, your files are usually in "~/Documents/makehuman/v1py3" or "~/makehuman/v1py3"
* Microsoft Windows Vista, 7 and 8: <root>\Users\<username>
+
* Linux: <root>/home/<username>
+
* Mac OSX: /Users/<username>
+
  
Within the Home directory you should find a folder called makehuman.  Starting with MakeHuman Alpha 8, the makehuman folder contains version specific subfolders for major releases.
+
The longer story, with special cases:
  
MakeHuman 1.0.X automatically stores data into the [HOME]/makehuman/v1/, using the following scheme:
+
The [BASE] folder location for saving MakeHuman user data depends on your operating system (Windows, Linux, OSX, etc..).  In the guide below, replace <username> with your actual login name. Typically, your <root> will be 'c:\\' (without quotes) on Windows machines, and just  plain "/" (without quotes) on Linux and Mac OSX. Take in account that your operating system might be case sensitive on filenames (Unix-like OSs !). In case of doubt use lower case directory names.
  
* linux: /home/USERNAME/makehuman/v1
+
Here is the basic guide to finding the [BASE] folder on your operating system:
* OSX: /Users/USERNAME/Documents/makehuman/v1
+
* Microsoft Windows Vista, 7, 8, 8.1 and 10: c:/Users/<username>/Documents/
* win32: ROOT_LETTER:\Documents and settings\USERNAME\My Documents\makehuman\v1
+
* Linux: /home/<username>/ or simply ~/ (in 1.2.0 alpha 2 and later, the base folder has been moved to /home/<username>/Documents)
 +
* Mac OSX: /Users/<username>/Documents/
 +
* MakeHumanPortable (all Windows versions): X:\PortableApps\MakeHumanPortable\AppData (where X: is the drive letter of your removable device)
  
The [HOME]/makehuman/v1 folder will, in turn, have a series of subfolders separating  your personal MakeHuman files like saved models, saved exports, data (e.g., custom clothes, materials, and geometries), backgrounds, renders, screen grabs, etc.
+
Your [BASE] folder, by default, contains an "asset folder" called '''"makehuman"''' which will, in turn, contain a subfolder named 'v1' for MH version 1.X.X releases. The ./makehuman/v1/ subfolder contains a series of additional subfolders containing your personal MakeHuman asset files:  '''backgrounds, cache, data, exports, grab, models, and render'''.  
  
Notes:
+
The ./models/ folder will contain the .mhm '''model''' files you "save". The ./exports/ folder will contain the files you "'''export'''" in .dae (collada), .fbx, .mhx2, .obj, or .stl formats. The ./backgrounds/ folder is where you can place '''background reference images''' to use in model construction. The '''data folder''', itself, contains many subfoders.  The ./data/... subfolders are where you will find '''clothes and other proxy objects''' that you import using the asset manager.
  
* On Windows systems, "My Documents" is subject to internationalization.
+
'''Notes:'''
* On recent Windows versions you can also use: ROOT_LETTER:/Users/USERNAME/Documents.
+
* On Windows systems, "Documents" is subject to internationalization.
* ROOT_LETTER is often C:, but not necessarily.
+
 
 +
For older/deprecated versions of Windows you may find the [BASE]/makehuman/v1/ subfolder here:
 +
* Microsoft Windows 2000, XP and 2003: c:\\Documents and Settings\<username>
 +
* Microsoft Windows NT: <root>\WINNT\Profiles\<username>

Latest revision as of 12:47, 28 June 2020

TL;DR:

  • On windows, your files are usually in "MY DOCUMENTS"\makehuman\v1py3
  • On linux, your files are usually in "~/Documents/makehuman/v1py3" or "~/makehuman/v1py3"

The longer story, with special cases:

The [BASE] folder location for saving MakeHuman user data depends on your operating system (Windows, Linux, OSX, etc..). In the guide below, replace <username> with your actual login name. Typically, your <root> will be 'c:\\' (without quotes) on Windows machines, and just plain "/" (without quotes) on Linux and Mac OSX. Take in account that your operating system might be case sensitive on filenames (Unix-like OSs !). In case of doubt use lower case directory names.

Here is the basic guide to finding the [BASE] folder on your operating system:

  • Microsoft Windows Vista, 7, 8, 8.1 and 10: c:/Users/<username>/Documents/
  • Linux: /home/<username>/ or simply ~/ (in 1.2.0 alpha 2 and later, the base folder has been moved to /home/<username>/Documents)
  • Mac OSX: /Users/<username>/Documents/
  • MakeHumanPortable (all Windows versions): X:\PortableApps\MakeHumanPortable\AppData (where X: is the drive letter of your removable device)

Your [BASE] folder, by default, contains an "asset folder" called "makehuman" which will, in turn, contain a subfolder named 'v1' for MH version 1.X.X releases. The ./makehuman/v1/ subfolder contains a series of additional subfolders containing your personal MakeHuman asset files: backgrounds, cache, data, exports, grab, models, and render.

The ./models/ folder will contain the .mhm model files you "save". The ./exports/ folder will contain the files you "export" in .dae (collada), .fbx, .mhx2, .obj, or .stl formats. The ./backgrounds/ folder is where you can place background reference images to use in model construction. The data folder, itself, contains many subfoders. The ./data/... subfolders are where you will find clothes and other proxy objects that you import using the asset manager.

Notes:

  • On Windows systems, "Documents" is subject to internationalization.

For older/deprecated versions of Windows you may find the [BASE]/makehuman/v1/ subfolder here:

  • Microsoft Windows 2000, XP and 2003: c:\\Documents and Settings\<username>
  • Microsoft Windows NT: <root>\WINNT\Profiles\<username>