Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

DOCUMENTATION: Improve documentation and tutorials for final users #16

Open
miquelcampos opened this issue Jul 7, 2018 · 5 comments
Open
Assignees
Labels
enhancement New feature or request mGear 3.0.0 For mGear 3.0.0
Projects

Comments

@miquelcampos
Copy link
Member

  • Document for Shifter rig features
  • Video tutorial for character rigging under 15 min with voice over
  • Document for all menu tools
@miquelcampos miquelcampos added the enhancement New feature or request label Jul 7, 2018
@miquelcampos miquelcampos self-assigned this Jul 7, 2018
miquelcampos added a commit that referenced this issue Sep 12, 2018
miquelcampos added a commit that referenced this issue Sep 12, 2018
miquelcampos added a commit that referenced this issue Sep 13, 2018
miquelcampos added a commit that referenced this issue Sep 19, 2018
miquelcampos added a commit that referenced this issue Sep 20, 2018
miquelcampos added a commit that referenced this issue Sep 20, 2018
miquelcampos added a commit that referenced this issue Sep 20, 2018
miquelcampos added a commit that referenced this issue Sep 25, 2018
@jdrese jdrese self-assigned this Oct 11, 2018
@jdrese
Copy link
Member

jdrese commented Oct 11, 2018

Hello Miquel.

I am creating a brand new sphinx project/configuration for mGear. While doing so I might restructure the mgear_dist repository by moving everything related to mgear's direct repos into a framework folder. This will come more easier to show than explain so i will inform you when I've pushed my changes into the documentation branch in mgear_dist

@miquelcampos
Copy link
Member Author

miquelcampos commented Oct 11, 2018

Hi @jdrese
I am not working on the documentation right now, so I think is perfect timing to update this.

However, about changing the folder structure, can we talk before? I know you are going to test it before push the change. but I wonder if is worth to create another repo for the new structure. After all the idea of splitting everything on repos was that. To allow different distributions and structures. So let talk :)

@jdrese
Copy link
Member

jdrese commented Oct 12, 2018

Hi @miquelcampos .

I might need to explain a little bit further. My idea isn't to change how we setup the repositories as I think this is okay now, what I want is the submodules inside mgear_dist to be a little bit more structured.

We would have something like the following (for example)

  • mgear_dist
    • framework
      • shifter
      • flex
      • cranck
      • ....
  • excons
  • doc
  • ...

The idea is just to clean up a little bit by categorizing a tiny bit (i know this isn't great when it comes to code). This isn't really a most have. I am just trying to see if we can have a structure that helps faster to understand what is what and what really is part of the framework and what is actually part of the distribution.

Does this give you more information about it?

@jdrese jdrese added this to the mGear 3.0.0 official release milestone Oct 12, 2018
@jdrese jdrese added the mGear 3.0.0 For mGear 3.0.0 label Oct 12, 2018
@miquelcampos
Copy link
Member Author

add Chris mGear guide to the official docs
https://rigmarolestudio.com/mgear-rigging-workflow/

@miquelcampos miquelcampos added this to To do in mGear 3.x.x via automation Mar 12, 2020
@miquelcampos miquelcampos moved this from To do to In progress in mGear 3.x.x Apr 29, 2020
miquelcampos added a commit that referenced this issue May 4, 2020
@miquelcampos
Copy link
Member Author

update rigging workflow snippets

# THIS WILL FAIL
from mgear import rigbits
a = rigbits.facial_rigger.eye_rigger.rig_from_file

# THIS WORKS
from mgear.rigbits.facial_rigger import eye_rigger
a = eye_rigger.rig_from_file

@miquelcampos miquelcampos removed this from In progress in mGear 3.x.x Apr 12, 2021
@miquelcampos miquelcampos added this to To Do in mGear 4.x via automation Apr 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request mGear 3.0.0 For mGear 3.0.0
Projects
Development

No branches or pull requests

2 participants