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

From MakeHuman Community Wiki
Jump to: navigation, search
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:
+
The [Home] 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, you will replace <root> with 'c:\\' (without quotes) on Windows machines, and with just plain "/" (without quotes) on Linux and Mac OSX.
  
* Microsoft Windows NT: <root>\WINNT\Profiles\<username>
+
Here is the basic guide to finding the [HOME] folder on your operating system:
* Microsoft Windows 2000, XP and 2003: <root>\Documents and Settings\<username>
+
* Microsoft Windows Vista, 7, 8, 8.1 and 10: <root>\Users\<username>
* Microsoft Windows Vista, 7 and 8: <root>\Users\<username>
+
* Linux: /home/<username>/ or simply ~/
* Linux: <root>/home/<username>
+
* Mac OSX: /Users/<username>/
* Mac OSX: /Users/<username>
+
* MakeHumanPortable (all Windows versions): X:\PortableApps\MakeHumanPortable\AppDate (where X: is the drive letter of your removable device)
* MakeHumanPortable (all Windows versions): X:\PortableApps\MakeHumanPortable\AppDate (replace X: by the appropriate drive letter of your removable device)
+
  
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.
+
Your [HOME] folder will, by default, contain a makehuman asset folder called "makehuman" which will, in turn, conatain a folder named 'v1'. The ./makehuman/v1/ contains a series of subfolders separating  your personal MakeHuman files:  backgrounds, cache, data, exports, grab, models, and render.  
  
MakeHuman 1.0.X automatically stores data into the [HOME]/makehuman/v1/, using the following scheme:
+
The ./models/ folder will contain the .mhm files you "save". The ./exports/ folder will contain the files you "export" in .dae (collada), .fbx, .mhx2, .obj, or .stl format. The ./backgrounds/ folder is where you can place 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.
  
* linux: /home/USERNAME/makehuman/v1
 
* OSX: /Users/USERNAME/Documents/makehuman/v1
 
* win32: ROOT_LETTER:\Documents and settings\USERNAME\My Documents\makehuman\v1
 
  
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.
+
In your home folder you will find a subfolder named 'makehuman' that itself contains a subfolder named v1 for user created assets in the MakeHuman 1.X.X series.
  
Notes:
+
'''Notes:'''
 +
 
 +
For older/deprecated versions of Windows you may find the <home>makehuman/v1/ subfolder here:
 +
* Microsoft Windows 2000, XP and 2003: c:\\Documents and Settings\<username>
 +
* Microsoft Windows NT:  <root>\WINNT\Profiles\<username>
  
* On Windows systems, "My Documents" is subject to internationalization.
+
* On Windows systems, "Documents and Settings" is subject to internationalization.
* On recent Windows versions  you can also use: ROOT_LETTER:/Users/USERNAME/Documents.
+
* ROOT_LETTER is often C:, but not necessarily.
+

Revision as of 17:29, 2 October 2016

The [Home] 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, you will replace <root> with 'c:\\' (without quotes) on Windows machines, and with just plain "/" (without quotes) on Linux and Mac OSX.

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

  • Microsoft Windows Vista, 7, 8, 8.1 and 10: <root>\Users\<username>
  • Linux: /home/<username>/ or simply ~/
  • Mac OSX: /Users/<username>/
  • MakeHumanPortable (all Windows versions): X:\PortableApps\MakeHumanPortable\AppDate (where X: is the drive letter of your removable device)

Your [HOME] folder will, by default, contain a makehuman asset folder called "makehuman" which will, in turn, conatain a folder named 'v1'. The ./makehuman/v1/ contains a series of subfolders separating your personal MakeHuman files: backgrounds, cache, data, exports, grab, models, and render.

The ./models/ folder will contain the .mhm files you "save". The ./exports/ folder will contain the files you "export" in .dae (collada), .fbx, .mhx2, .obj, or .stl format. The ./backgrounds/ folder is where you can place 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.


In your home folder you will find a subfolder named 'makehuman' that itself contains a subfolder named v1 for user created assets in the MakeHuman 1.X.X series.

Notes:

For older/deprecated versions of Windows you may find the <home>makehuman/v1/ subfolder here:

  • Microsoft Windows 2000, XP and 2003: c:\\Documents and Settings\<username>
  • Microsoft Windows NT: <root>\WINNT\Profiles\<username>
  • On Windows systems, "Documents and Settings" is subject to internationalization.