Difference between revisions of "Documentation:MPFB"

From MakeHuman Community Wiki
Jump to: navigation, search
(MakeHuman Plugin For Blender)
(MakeHuman Plugin For Blender)
Line 4: Line 4:
 
This page will internally hold links for MPFB2 development and tutorials.  
 
This page will internally hold links for MPFB2 development and tutorials.  
  
::'''[http://www.makehumancommunity.org/forum/viewtopic.php?f=18&t=19356&hilit=MPFB#p53411 Makehuman forum about MHFB2 ]'''
+
==Get MPFB2 here==
 
+
:: * '''[http://www.makehumancommunity.org/forum/viewtopic.php?f=18&t=19356&hilit=MPFB#p53411 Makehuman forum about MHFB2 ]'''
 +
:: * '''[https://github.com/makehumancommunity/mpfb2 MPFB2 on github]
 +
:: * '''[https://github.com/makehumancommunity/mpfb2/blob/master/docs/general/status.md MPFB2 status om github]
 +
:: * '''[http://download.tuxfamily.org/makehuman/plugins/ MPFB2 download the addon]
  
 
==Tutorials for using MPFB2==
 
==Tutorials for using MPFB2==

Revision as of 18:49, 11 May 2021

MakeHuman Plugin For Blender

This page is the "main" page for the Blender plugin - in effect an "index" for documentation and tutorials regarding MPFB2.

This page will internally hold links for MPFB2 development and tutorials.

Get MPFB2 here

* Makehuman forum about MHFB2
* MPFB2 on github
* MPFB2 status om github
* MPFB2 download the addon

Tutorials for using MPFB2

Developers resources

I will start this by making some developers notes that could eventually compile into one or more tutorials. I will keep adding more notes to this page, but I urge you to:

  • Add comments
  • Add tips and links to other tutorials
  • Add your own code
  • Request topics that you think would need to covered
  • Add links to other addons that is useful for VSC and MBFP2

Using VSCode

I would recommend that you use VS Code since there is a very handy Blender Extension. This will help you as an experienced developer - and as a novice that wants to learn about Python and Blender. Take a look at this tutorial to get a quick overview - and follow this link to install blender/ and VSCode. tutorial on installing blender/ and VSCode.



Now - If that did not seem too bad, you can move on to the next pages dedicated to actually running MPFB2 from VS Code: Documentation:MPFB2 getting started with VS code