Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

various clarifications #6

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions LICENSE_CC4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# FLAME Model License
[Creative Commons Attribution license](https://creativecommons.org/licenses/by/4.0/)

Please read carefully the following terms and conditions and any accompanying documentation before you download and/or use the FLAME model, and software (the "Model"). By downloading and/or using the Model, you acknowledge that you have read these terms and conditions, understand them, and agree to be bound by them. If you do not agree with these terms and conditions, you must not download and/or use the Model.

## Ownership
The Model has been developed at the Max Planck Institute for Intelligent Systems (hereinafter "MPI") and is owned by and proprietary material of the Max-Planck-Gesellschaft zur Förderung der Wissenschaften e.V. (hereinafter “MPG”; MPI and MPG hereinafter collectively “Max-Planck”).

## License Grant
The FLAME model is under a [Creative Commons Attribution license](https://creativecommons.org/licenses/by/4.0/). Hence, Max-Planck grants you the right to share and adapt the model for any purpose, including **commercial** use under following terms:

+ You must give appropriate credit, provide a link to the license, and indicate if changes were made;
+ You may not apply legal terms of technological measures that legally restrict others from doing anything the license permits.

The model may not be used for pornographic purposes or to generate pornographic material whether commercial or not. The Model may further not be used to create fake, libelous, misleading, or defamatory content of any kind excluding analyses in peer-reviewed scientific research.

## Disclaimer of Representations and Warranties
You expressly acknowledge and agree that the Model results from basic research, is provided “AS IS”, may contain errors, and that any use of the Model is at your sole risk. MAX-PLANCK MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE MODEL, NEITHER EXPRESS NOR IMPLIED, AND THE ABSENCE OF ANY LEGAL OR ACTUAL DEFECTS, WHETHER DISCOVERABLE OR NOT. Specifically, and not to limit the foregoing, Max-Planck makes no representations or warranties (i) regarding the merchantability or fitness for a particular purpose of the Model, (ii) that the use of the Model will not infringe any patents, copyrights or other intellectual property rights of a third party, and (iii) that the use of the Model will not cause any damage of any kind to you or a third party.

## Limitation of Liability
Under no circumstances shall Max-Planck be liable for any incidental, special, indirect or consequential damages arising out of or relating to this license, including but not limited to, any lost profits, business interruption, loss of programs or other data, or all other commercial damages or losses, even if advised of the possibility thereof.

## No Maintenance Services
You understand and agree that Max-Planck is under no obligation to provide either maintenance services, update services, notices of latent defects, or corrections of defects with regard to the Model. Max-Planck nevertheless reserves the right to update, modify, or discontinue the Model at any time.

## Publication with FLAME
You agree to cite the FLAME paper when reporting results with the Model.
The most up to date bibliographic information can be found on the main [FLAME website](https://flame.is.tue.mpg.de/).
674 changes: 674 additions & 0 deletions LICENSE_GPL.md

Large diffs are not rendered by default.

37 changes: 32 additions & 5 deletions README.md → docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Flame Face Model - Blender addon

A Blender addon to 1-click generate & control a head with skinning & shapekeys
- trained on a dataset of 33k+ scanned heads
- based on a [FLAME 2017 SIGGRAPH Asia Paper](http://flame.is.tue.mpg.de).
![](flame_blender_addon.png)

### Fork changelog:
- This fork includes the add-on source-files for convenience, distribution being allowed by the `CC4.0` and `GPL` license.
- moved `doc` & `readme.md` to `docs` folder
- added clarification that a `GPL` license was hidden in the script file

Can now be installed in 1-click with the [Plugget Blender addon](https://github.com/plugget/plugget-blender-addon), search & install `flame-face-model`

### References
- Plugget manifest: https://github.com/plugget/plugget-pkgs/tree/main/blender/flame-face-model
- Blenderartists https://blenderartists.org/t/flame-face-expression-addon-skinning-shapekeys-included/1497323
- Original website https://flame.is.tue.mpg.de/

---
Original Readme:

# FLAME Blender Add-on

[FLAME](http://flame.is.tue.mpg.de/) is a lightweight and expressive generic head model learned from over 33,000 of accurately aligned 3D scans. This add-on allows you to add gender specific FLAME skinned meshes to your current Blender scene. The imported FLAME meshes consist of shape keys (blend shapes) for shape, expression and pose correctives as well as joints for manipulation of neck, jaw and eyes.
Expand All @@ -22,27 +44,27 @@ Download the FLAME Blender Add-on from [MPI-IS/FLAME](http://flame.is.tue.mpg.de
## Installation
1. Blender>Edit>Preferences>Add-ons>Install

![](doc/flame_blender_install_1.png)
![](flame_blender_install_1.png)

2. Select flame_tool add-on ZIP file and install

3. Enable FLAME add-on

![](doc/flame_blender_install_2.png)
![](flame_blender_install_2.png)

4. Enable sidebar in 3D Viewport>View>Sidebar

5. FLAME tool will show up in sidebar

![](doc/flame_blender_install_3.png)
![](flame_blender_install_3.png)

## Usage

### Add gender specific FLAME mesh
+ Select gender and press "Add to scene" button to add model to origin
+ Note: If you cannot see the mesh then make sure that you have removed the default Blender cube at the origin since it will cover the FLAME model

![](doc/flame_blender_addon.png)
![](flame_blender_addon.png)


### Modify shape
Expand All @@ -66,7 +88,11 @@ Select mesh and the click on the "Close mesh" button to close all holes in the m

## License

FLAME is available under [Creative Commons Attribution license](https://creativecommons.org/licenses/by/4.0/) (CC BY 4.0). By using the model or the code code, you acknowledge that you have read the license terms (http://flame.is.tue.mpg.de/model_license), understand them, and agree to be bound by them. If you do not agree with these terms and conditions, you must not use the code.
- FLAME is available under [Creative Commons Attribution license](https://creativecommons.org/licenses/by/4.0/) (CC BY 4.0). By using the model or the code code, you acknowledge that you have read the license terms (http://flame.is.tue.mpg.de/model_license), understand them, and agree to be bound by them. If you do not agree with these terms and conditions, you must not use the code.
- ⚠️ The addon code is distributed under GPL license. See text at the start of the `__init__.py` script file
- GPL license takes priority, see https://creativecommons.org/2015/10/08/cc-by-sa-4-0-now-one-way-compatible-with-gplv3/
- Note that it's unclear if GPL affects the included Blend scenes. Since the scenes are part of the addon distributed under CC4.0, it's fair to assume CC4.0 applies on the scenes.


## Citing

Expand All @@ -87,3 +113,4 @@ When using this code in a scientific publication, please cite
## Acknowledgement

This FLAME Blender Add-on has been implemented by Joachim Tesch. We thank Joachim for implementing and distributing the Add-on.
The originial blender addon was created by [Joachim Tesch](https://ps.is.mpg.de/person/jtesch) email: [email protected]
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading