mprashanth73 / makehuman

This is the main repository for the MakeHuman application as such.

Home Page:http://www.makehumancommunity.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MakeHuman

This is the main source code for the MakeHuman application as such. See "Getting started" below for instructions on how to get MakeHuman up and running. Mac users should be able to use the same instructions as windows users, although this has not been thoroughly tested.

Current status

At the point of writing this, the source code is almost ready for a stable release.

Support requests

If you have any questions about the software and its usage, please make a request in our forum: http://www.makehumancommunity.org/forum.

A quick look through at least the top questions in the FAQ might be a good idea too: http://www.makehumancommunity.org/wiki/FAQ:Index

Please do not use the issue tracker for general tech support. For such questions, please use the forums.

Testing and reporting bugs

The testing vision for this code is to build a community release that includes main application and often-used, user-contributed plug-ins. We hope that the utility of this integrated functionality is sufficient to entice a larger cohort of testers who get value-added in exchange for the possibility of uncovering deficiencies in our application.

If you find a bug, please report it in the issues section here on github. In order to make a good bug report, please also include the logs: http://www.makehumancommunity.org/wiki/FAQ:How\_to\_provide\_a\_makehuman\_log\_for\_a\_good\_bug\_report%3F

Getting started

Builds for Windows platforms can be downloaded from http://www.makehumancommunity.org/content/downloads.html

If you rather run the code from source:

Installing python dependencies

You should be able to start the command "pip" by opening a console prompt ("run" -> "cmd.exe") and writing "pip". If not, figure out how to run "pip": https://pip.pypa.io/en/stable/ (it should have been installed automatically by python)

Use "pip" to install dependencies. Running the following command will install all python dependencies:

  • pip install -r requirements.txt

Installing plugins

If you want to use community plugins like the asset downloader - download them, put in the plugins directory, enable in settings and restart app:

Starting MakeHuman

Having done this, you can now start MakeHuman by running the makehuman.py script. On a prompt run

  • python makehuman.py (on windows)
  • python3 makehuman.py (on debian, ubuntu, mint...)

Branches

There are three standard branches and some additional developer working branches:

  • master: This is where you will find the latest version of MakeHuman.

Read-only reference branches

  • bitbucket-stable: This is the code as it looks in the "stable" branch at bitbucket. This is the ancestor of what is now the "master" branch.
  • bitbucket-default: This is the code as it looks in the "default" branch at bitbucket.

In addition you may from time to time see feature branches (usually named _feature...), which are removed after having been merged to the master branch.

About

This is the main repository for the MakeHuman application as such.

http://www.makehumancommunity.org

License:Other


Languages

Language:Python 95.4%Language:POV-Ray SDL 3.8%Language:Perl 0.3%Language:Shell 0.2%Language:NSIS 0.2%Language:HTML 0.1%Language:C++ 0.0%Language:Batchfile 0.0%Language:Makefile 0.0%