-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
9 changed files
with
452 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.DS_Store |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Bushy Tail Addon for Mannequin | ||
|
||
The **Bushy Tail** addon is a DLC package for the [Mannqeuin doftware][mq] that | ||
gives characters a bushy tail. This may be useful for characters which have more | ||
animal-like qualities such as tails and fox ears. | ||
|
||
This addon is used internally to generate the portraits for Chelsea Roslyn in | ||
_Indexing Your Heart_. | ||
|
||
![A sample screenshot of character with a bushy tail](.readme/mannequin.png) | ||
|
||
## Installation | ||
|
||
Clone the repository using `git clone` or `gh repo clone` to the directory where | ||
you want to install DLCs for Mannequin to. Then, follow the instructions provided | ||
in the Mannequin documentation to install a DLC at | ||
https://ar14.works/mannequin-docs-dlc. | ||
|
||
## License | ||
The source code and corresponding vector graphics are licensed under the Mozilla | ||
Public License, v2.0. You can read your rights in the LICENSE file or by visiting | ||
http://mozilla.org/MPL/2.0/. | ||
|
||
[mq]: https://ar14.itch.io/mannequin | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"name": "Bushy Tail", | ||
"layer": "skin", | ||
"defaultColors": ["#27160c"], | ||
"requirements": [ | ||
["body-lowertorso-a", "body-lowertorso-b"] | ||
], | ||
"layers": [ | ||
{ | ||
"bindTo": "lowerback", | ||
"bindMode": "back", | ||
"colorGroupID": 0, | ||
"componentName": "marquiskurt:bushytail/bushy_tail" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"authorid":"marquiskurt","id":"bushytail","authorname":"Marquis Kurt","name":"Bushy Tail","authorurl":"https://marquiskurt.net","url":"https://github.com/Indexing-Your-Heart/mannequin-bushy-tail","description":"Default"} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.