Difference between revisions of "Documentation:MPFB"

From MakeHuman Community Wiki
Jump to: navigation, search
m (Using VSCode)
(MakeHuman Plugin For Blender)
Line 3: Line 3:
  
 
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 ]'''
 +
  
 
==Tutorials for using MPFB2==
 
==Tutorials for using MPFB2==

Revision as of 18:37, 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.

Makehuman forum about MHFB2


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